-
Notifications
You must be signed in to change notification settings - Fork 5.2k
refactor(L2): Arbitrum Kovan testnet and Arbitrum One support #1716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/constants/routing.ts # src/hooks/useContract.ts # src/pages/AddLiquidity/index.tsx # src/state/mint/hooks.ts # src/utils/maxAmountSpend.ts # src/utils/unwrappedToken.ts
# Conflicts: # src/components/SearchModal/CommonBases.tsx # src/constants/routing.ts # src/hooks/useWrapCallback.ts
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/uniswap/uniswap-interface/7RcZX1uCyuhMmfnyW5Ga7wrh8jyb |
# Conflicts: # src/locales/ar-SA.po # src/locales/ru-RU.po
daniel-dev1990
pushed a commit
to daniel-dev1990/uniswap-interface
that referenced
this pull request
Jul 8, 2021
…p#1716) * experimental! point at a kovan arbitrum deployment * remove the unwrapped token from mint hook * fix explorer links * Etherscan -> Explorer * move chains to constant file * use NETWORK_URLS instead * temporary fix to the syncing issue * fix tests * fix unknown chain id crash * use a multicall that returns arbitrum block numbers * lower polling interval for layer 2 * use a better multicall * remove unused import * fixed multicall2 * make some v2 code chain specific * fix build * line number changes * update keys * fix the locale parsing of full locale string * extract * fix lint * add arbitrum one * add arbitrum one to supported chains * add missing arbitrum one label * refactor: remove storybook * point to the arbitrum explorer address * fix arbitrum mainnet links * fix how weth shows up in the interface * make the usdc price feature more cross chain compatible * missing translation * clean up some governance code so it doesn't crash on unsupported networks * improve how we check for transaction receipts for sequencer networks * improve it a bit more
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
allows the interface to connect to and work with an Arbitrum testnet and Arbitrum One deployment