@uniswap/universal-router-sdk 2.0.5 → 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 +8 -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 +8 -0
- package/dist/universal-router-sdk.esm.js.map +1 -1
- package/package.json +4 -4
|
@@ -276,6 +276,14 @@ var CHAIN_CONFIGS = (_CHAIN_CONFIGS = {}, _CHAIN_CONFIGS[1] = {
|
|
|
276
276
|
router: '0x643770E279d5D0733F21d6DC03A8efbABf3255B4',
|
|
277
277
|
weth: '0x4300000000000000000000000000000000000004',
|
|
278
278
|
creationBlock: 1116444
|
|
279
|
+
}, _CHAIN_CONFIGS[7777777] = {
|
|
280
|
+
router: '0x2986d9721A49838ab4297b695858aF7F17f38014',
|
|
281
|
+
weth: '0x4200000000000000000000000000000000000006',
|
|
282
|
+
creationBlock: 11832155
|
|
283
|
+
}, _CHAIN_CONFIGS[324] = {
|
|
284
|
+
router: '0x28731BCC616B5f51dD52CF2e4dF0E78dD1136C06',
|
|
285
|
+
weth: '0x5aea5775959fbc2557cc8789bc1bf90a239d9a91',
|
|
286
|
+
creationBlock: 12640979
|
|
279
287
|
}, _CHAIN_CONFIGS);
|
|
280
288
|
var UNIVERSAL_ROUTER_ADDRESS = function UNIVERSAL_ROUTER_ADDRESS(chainId) {
|
|
281
289
|
if (!(chainId in CHAIN_CONFIGS)) throw new Error("Universal Router not deployed on chain " + chainId);
|