feat: Add support for Sepolia (#6610)
* initial sepolia const setup
* uni sepolia
* add more consts for sepolia
* better comment
* upgrade ur sdk
* need to request BE add Ethereum sepolia to supported chains
* update weth address
* remove sepolia from defaults
* add tick lens addr
* add multicall && quoter
* use weth9 checksum
* successful wrap
* use supportedChainId over magic num
* upgrade default-token-list && deduplicate
* cleanup
* use checksum for usdc
* upgrade SOR
* placeholder setProperty
* comment cleanup
* add to anonymizeLink
* bump core-sdk
* deduplicate
* update infura fork block
* add comment
---------
Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
Showing
... | ... | @@ -98,7 +98,7 @@ |
"@types/ua-parser-js": "^0.7.36", | ||
"@types/uuid": "^8.3.4", | ||
"@types/wcag-contrast": "^3.0.0", | ||
"@uniswap/default-token-list": "^9.4.0", | ||
"@uniswap/default-token-list": "^9.6.0", | ||
"@uniswap/eslint-config": "^1.2.0", | ||
"@vanilla-extract/babel-plugin": "^1.1.7", | ||
"@vanilla-extract/jest-transform": "^1.1.1", | ||
... | ... | @@ -165,10 +165,10 @@ |
"@uniswap/permit2-sdk": "1.2.0", | ||
"@uniswap/redux-multicall": "^1.1.8", | ||
"@uniswap/router-sdk": "^1.3.0", | ||
"@uniswap/sdk-core": "^3.2.2", | ||
"@uniswap/smart-order-router": "^3.6.1", | ||
"@uniswap/sdk-core": "^3.2.3", | ||
"@uniswap/smart-order-router": "^3.12.1", | ||
"@uniswap/token-lists": "^1.0.0-beta.31", | ||
"@uniswap/universal-router-sdk": "^1.3.8", | ||
"@uniswap/universal-router-sdk": "^1.5.1", | ||
"@uniswap/v2-core": "1.0.0", | ||
"@uniswap/v2-periphery": "^1.1.0-beta.0", | ||
"@uniswap/v2-sdk": "^3.0.1", | ||
... | ... |
Please register or sign in to comment