damm-sdk 1.1.31-alpha.34 → 1.1.31-alpha.36
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 +6 -2
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +37814 -39880
- package/dist/index.js.map +35 -52
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +5 -1
package/dist/index.cjs
CHANGED
|
@@ -53645,6 +53645,9 @@ var contractsRegistry_default = {
|
|
|
53645
53645
|
poolManager: "0x000000000004444c5dc75cB358380D2e3dE08A90",
|
|
53646
53646
|
stateView: "0x7fFE42C4a5DEeA5b0feC41C94C136Cf115597227"
|
|
53647
53647
|
},
|
|
53648
|
+
enso: {
|
|
53649
|
+
routerV2: "0xF75584eF6673aD213a685a1B58Cc0330B8eA22Cf"
|
|
53650
|
+
},
|
|
53648
53651
|
lagoonV0_5: {
|
|
53649
53652
|
factory: "0x09C8803f7Dc251f9FaAE5f56E3B91f8A6d0b70ee",
|
|
53650
53653
|
vaultImpl: "0xE50554ec802375C9c3F9c087a8a7bb8C26d3DEDf",
|
|
@@ -53962,7 +53965,8 @@ var contractsRegistry_default = {
|
|
|
53962
53965
|
tokens: {
|
|
53963
53966
|
usdt0: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
53964
53967
|
usdc: "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
|
|
53965
|
-
ausd: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a"
|
|
53968
|
+
ausd: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
53969
|
+
wmon: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A"
|
|
53966
53970
|
},
|
|
53967
53971
|
uniswapV4: {
|
|
53968
53972
|
universalRouter: "0x0D97Dc33264bfC1c226207428A79b26757fb9dc3",
|
|
@@ -86484,4 +86488,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
86484
86488
|
};
|
|
86485
86489
|
};
|
|
86486
86490
|
|
|
86487
|
-
//# debugId=
|
|
86491
|
+
//# debugId=9D61A272DA156A0D64756E2164756E21
|