interface
interface copied to clipboard
🦄 Open source interfaces for the Uniswap protocol
Doubles Polygon auto-slippage again for now as transaction are still failing at 30% rate. We will look into whether Infura has an issue with updating blocks as well.
This should significantly decrease our app's load time.
Removes the backfilling logic. Now that we've had the code merged in main for 2 months our active users will have had their `selectedWallet` properties set. This means that we...
- Combines 3 effects into one (for syncing the chainId query param) - Moves syncing query param logic into App.tsx - Creates `useSelectChain` useCallback
Splits out the large feature flag into smaller pieces!
## URL https://app.uniswap.org/#/swap/?chain=mainnet ## `swap` state ```json { "INPUT": { "currencyId": "ETH" }, "OUTPUT": { "currencyId": "0x0391D2021f89DC339F60Fff84546EA23E337750f" }, "independentField": "OUTPUT", "typedValue": "9897.", "recipient": null } ``` ## Error ``` Error:...
## URL https://app.uniswap.org/#/vote ## Error ``` ChunkLoadError: Loading chunk 79 failed. (error: https://app.uniswap.org/static/js/79.34cf8b2a.chunk.js) ``` ## Stacktrace ``` ChunkLoadError: Loading chunk 79 failed. (error: https://app.uniswap.org/static/js/79.34cf8b2a.chunk.js) at o.e (https://app.uniswap.org/:50:4196) at https://app.uniswap.org/static/js/main.933b5393.chunk.js:1:785786 at...
**Bug Description** After using walletconnect on any network other than mainnet, an invalid balance is displayed due to an invalid block number. **Steps to Reproduce** 1. Connect with wallet connect...