build: upgrade ethers@5.7.2, smart-order-router@3.6.0, widgets@2.43.2 (#5958)
* build: upgrade ethers@5.7.2 * fix: use namehash directly * fix: TS7030 * build: upgrade widgets version and smart-order-router (#6053) * upgrade widgets * build: dedup router packages --------- Co-authored-by:Zach Pomerantz <zzmp@uniswap.org> * chore: remove deprecated chains (#6054) * start * more * more * more * use SupportedChainId from sdk * add support for arbitrum goerli * add arbitrum_goerli to jsonrpc list * local sdk-core * Revert "add arbitrum_goerli to jsonrpc list" This reverts commit 51b29764f55685fc2f29a0366725ed7ba4b3bde6. * add local chain ids * Revert "add support for arbitrum goerli" This reverts commit 46cdd15543170d76f816eacb932d325a6cca98a6. * rm arb goerli in supported chain ids * autofix * fix import * fix import * fix import * move back down for sdk-core * use the supportedchainid * add-types * comment --------- Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com> * combine --------- Co-authored-by:
Vignesh Mohankumar <vignesh@vigneshmohankumar.com> Co-authored-by:
Vignesh Mohankumar <me@vig.xyz> Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com>
Showing
... | ... | @@ -143,7 +143,7 @@ |
"@uniswap/redux-multicall": "^1.1.8", | ||
"@uniswap/router-sdk": "^1.3.0", | ||
"@uniswap/sdk-core": "^3.0.1", | ||
"@uniswap/smart-order-router": "^2.10.0", | ||
"@uniswap/smart-order-router": "^3.6.0", | ||
"@uniswap/token-lists": "^1.0.0-beta.30", | ||
"@uniswap/universal-router-sdk": "^1.3.6", | ||
"@uniswap/v2-core": "1.0.0", | ||
... | ... | @@ -152,7 +152,7 @@ |
"@uniswap/v3-core": "1.0.0", | ||
"@uniswap/v3-periphery": "^1.1.1", | ||
"@uniswap/v3-sdk": "^3.9.0", | ||
"@uniswap/widgets": "^2.40.0", | ||
"@uniswap/widgets": "^2.43.2", | ||
"@vanilla-extract/css": "^1.7.2", | ||
"@vanilla-extract/css-utils": "^0.1.2", | ||
"@vanilla-extract/dynamic": "^2.0.2", | ||
... | ... | @@ -181,7 +181,7 @@ |
"clsx": "^1.1.1", | ||
"copy-to-clipboard": "^3.2.0", | ||
"d3": "^7.6.1", | ||
"ethers": "^5.1.4", | ||
"ethers": "^5.7.2", | ||
"firebase": "^9.1.3", | ||
"focus-visible": "^5.2.0", | ||
"get-graphql-schema": "^2.1.2", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment