1.0.0 • Published 9 months ago

@thinkincoin/swap v1.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
9 months ago

Uniswap Labs Interface

codecov

Unit Tests Integration Tests Lint Release Crowdin

An open source interface for Uniswap -- a protocol for decentralized exchange of Ethereum tokens.

Accessing the Uniswap Interface

To access the Uniswap Interface, use an IPFS gateway link from the latest release, or visit app.uniswap.org.

Unsupported tokens

Check out useUnsupportedTokenList() in src/state/lists/hooks.ts for blocking tokens in your instance of the interface.

You can block an entire list of tokens by passing in a tokenlist like here

Contributions

For steps on local deployment, development, and code contribution, please see CONTRIBUTING.

PR Title

Your PR title must follow conventional commits, and should start with one of the following types:

  • build: Changes that affect the build system or external dependencies (example scopes: yarn, eslint, typescript)
  • ci: Changes to our CI configuration files and scripts (example scopes: vercel, github, cypress)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests

Example commit messages:

  • feat: adds support for gnosis safe wallet
  • fix: removes a polling memory leak
  • chore: bumps redux version

Other things to note:

  • Please describe the change using verb statements (ex: Removes X from Y)
  • PRs with multiple changes should use a list of verb statements
  • Add any relevant unit / integration tests
  • Changes will be previewable via vercel. Non-obvious changes should include instructions for how to reproduce them

Accessing Uniswap V2

The Uniswap Interface supports swapping, adding liquidity, removing liquidity and migrating liquidity for Uniswap protocol V2.

Accessing Uniswap V1

The Uniswap V1 interface for mainnet and testnets is accessible via IPFS gateways linked from the v1.0.0 release.

@apollo/client@babel/plugin-proposal-private-property-in-object@coinbase/wallet-sdk@cypress/code-coverage@fontsource/ibm-plex-mono@fontsource/inter@graphql-codegen/cli@graphql-codegen/client-preset@graphql-codegen/typescript@graphql-codegen/typescript-operations@graphql-codegen/typescript-react-apollo@graphql-codegen/typescript-resolvers@juggle/resize-observer@lingui/core@lingui/macro@lingui/react@looksrare/sdk@metamask/jazzicon@opensea/seaport-js@popperjs/core@reach/dialog@reach/portal@reduxjs/toolkit@sentry/react@sentry/tracing@sentry/types@sentry-internal/tracing@thinkincoin-libs/harmony-token-list@thinkincoin/sdk-core@thinkincoin-libs/uniswap-v2-sdk@thinkincoin-libs/uniswap-v3-sdk@thinkincoin/router-sdk@thinkincoin/universal-router-sdk@types/react-window-infinite-loader@uniswap/analytics@uniswap/analytics-events@uniswap/conedison@uniswap/governance@uniswap/liquidity-staker@uniswap/merkle-distributor@uniswap/permit2-sdk@uniswap/redux-multicall@uniswap/smart-order-router@uniswap/token-lists@uniswap/v2-core@uniswap/v2-periphery@uniswap/v3-core@uniswap/v3-periphery@vanilla-extract/css@vanilla-extract/css-utils@vanilla-extract/dynamic@vanilla-extract/sprinkles@visx/axis@visx/event@visx/glyph@visx/group@visx/react-spring@visx/responsive@visx/shape@web3-react/coinbase-wallet@web3-react/core@web3-react/eip1193@web3-react/empty@web3-react/gnosis-safe@web3-react/metamask@web3-react/network@web3-react/types@web3-react/url@web3-react/walletconnect-v2ajvajv-formatsarray.prototype.flatarray.prototype.flatmapcidsclsxcopy-to-clipboardd3ethersfocus-visibleget-graphql-schemagraphqlgraphql-requestimmerinter-uijotaijsbimake-pluralmulticodecmultihashesnode-vibrantnumbropolishedpolyfill-object.fromentriesqrcode.reactqsrc-sliderreactreact-domreact-featherreact-ga4react-infinite-scroll-componentreact-isreact-markdownreact-popperreact-queryreact-reduxreact-router-domreact-springreact-tablereact-use-gesturereact-virtualized-auto-sizerreact-windowreact-window-infinite-loaderrebassreduxredux-localstorage-simplestatsig-reactstyled-componentstiny-invariantua-parser-jsuse-resize-observeruuidvideo-extensionswcag-contrastweb-vitalsworkbox-coreworkbox-navigation-preloadworkbox-precachingworkbox-routingzustand
1.0.0

9 months ago

1.0.0-beta

10 months ago