refactor: use new sdk version (#1472)
* do not construct tokens for wrapped token info * some cleanup of the wrapped token info * back to extends, bump sdk core version via v2/v3 sdk updates * Revert "back to extends, bump sdk core version via v2/v3 sdk updates" This reverts commit 92cc5073 * update the sdk version * fix some more uses of instanceof * finish the refactor * mess with the currency list performance * start replacing with the latest v3/v2 sdks * raw -> quotient * more cleanup * finish the refactor * clean up currency list refactor * fix list rendering * perf(token lists): improve app performance when there are large inactive token lists (#1510) * improve inactive token lists performance * cleanup before larger changes to combine inactive lists * only do the search if the query does not match any active lists, limit the number of results * more performance improvements * search inactive lists more aggressively
Showing
... | @@ -47,10 +47,10 @@ | ... | @@ -47,10 +47,10 @@ |
"@uniswap/token-lists": "^1.0.0-beta.19", | "@uniswap/token-lists": "^1.0.0-beta.19", | ||
"@uniswap/v2-core": "1.0.0", | "@uniswap/v2-core": "1.0.0", | ||
"@uniswap/v2-periphery": "^1.1.0-beta.0", | "@uniswap/v2-periphery": "^1.1.0-beta.0", | ||
"@uniswap/v2-sdk": "^1.0.9", | "@uniswap/v2-sdk": "^3.0.0-alpha.0", | ||
"@uniswap/v3-core": "1.0.0", | "@uniswap/v3-core": "1.0.0", | ||
"@uniswap/v3-periphery": "1.0.0", | "@uniswap/v3-periphery": "1.0.0", | ||
"@uniswap/v3-sdk": "^1.0.8", | "@uniswap/v3-sdk": "^3.0.0-alpha.0", | ||
"@web3-react/core": "^6.0.9", | "@web3-react/core": "^6.0.9", | ||
"@web3-react/fortmatic-connector": "^6.0.9", | "@web3-react/fortmatic-connector": "^6.0.9", | ||
"@web3-react/injected-connector": "^6.0.7", | "@web3-react/injected-connector": "^6.0.7", | ||
... | ... |
Please register or sign in to comment