@uniswap/universal-router-sdk 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/universal-router-sdk.cjs.development.js +4 -0
- package/dist/universal-router-sdk.cjs.development.js.map +1 -1
- package/dist/universal-router-sdk.cjs.production.min.js +1 -1
- package/dist/universal-router-sdk.cjs.production.min.js.map +1 -1
- package/dist/universal-router-sdk.esm.js +4 -0
- package/dist/universal-router-sdk.esm.js.map +1 -1
- package/package.json +4 -4
|
@@ -280,6 +280,10 @@ var CHAIN_CONFIGS = (_CHAIN_CONFIGS = {}, _CHAIN_CONFIGS[1] = {
|
|
|
280
280
|
router: '0x2986d9721A49838ab4297b695858aF7F17f38014',
|
|
281
281
|
weth: '0x4200000000000000000000000000000000000006',
|
|
282
282
|
creationBlock: 11832155
|
|
283
|
+
}, _CHAIN_CONFIGS[324] = {
|
|
284
|
+
router: '0x28731BCC616B5f51dD52CF2e4dF0E78dD1136C06',
|
|
285
|
+
weth: '0x5aea5775959fbc2557cc8789bc1bf90a239d9a91',
|
|
286
|
+
creationBlock: 12640979
|
|
283
287
|
}, _CHAIN_CONFIGS);
|
|
284
288
|
var UNIVERSAL_ROUTER_ADDRESS = function UNIVERSAL_ROUTER_ADDRESS(chainId) {
|
|
285
289
|
if (!(chainId in CHAIN_CONFIGS)) throw new Error("Universal Router not deployed on chain " + chainId);
|