Vignesh Mohankumar
Vignesh Mohankumar
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!
**Bug Description** When a user has an ENS resolved, it should display on all chains, including L2s. Right now we try to resolve using the Mainnet web3-react connector that is...
**Bug Description** The e2e tests for remove-liquidity fail randomly, might be related to window reloading on that page? **Steps to Reproduce** Try to run the test a bunch of times...