damm-sdk 1.1.30-alpha.17 → 1.1.30-alpha.19
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/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2856 -2339
- package/dist/index.js.map +20 -14
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -53734,7 +53734,7 @@ var contractsRegistry_default = {
|
|
|
53734
53734
|
worldchain: {
|
|
53735
53735
|
tokens: {
|
|
53736
53736
|
wld: "0x2cFc85d8E48F8EAB294be644d9E25C3030863003",
|
|
53737
|
-
usdc: "
|
|
53737
|
+
usdc: "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
|
|
53738
53738
|
weth: "0x4200000000000000000000000000000000000006",
|
|
53739
53739
|
wbtc: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3"
|
|
53740
53740
|
},
|
|
@@ -53828,7 +53828,7 @@ var contractsRegistry_default = {
|
|
|
53828
53828
|
pool: "0x3E59A31363E2ad014dcbc521c4a0d5757d9f3402"
|
|
53829
53829
|
},
|
|
53830
53830
|
uniswapV3: {
|
|
53831
|
-
router: "
|
|
53831
|
+
router: "0x5615CDAb10dc425a742d643d949a7F474C01abc4",
|
|
53832
53832
|
positionManager: "0x3d79EdAaBC0EaB6F08ED885C05Fc0B014290D95A"
|
|
53833
53833
|
},
|
|
53834
53834
|
zodiac: {
|
|
@@ -84820,4 +84820,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
84820
84820
|
};
|
|
84821
84821
|
};
|
|
84822
84822
|
|
|
84823
|
-
//# debugId=
|
|
84823
|
+
//# debugId=B00018B9C8311BBA64756E2164756E21
|