damm-sdk 1.1.31-alpha.35 → 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 +4 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +545 -421
- package/dist/index.js.map +5 -3
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +3 -0
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",
|
|
@@ -86485,4 +86488,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
86485
86488
|
};
|
|
86486
86489
|
};
|
|
86487
86490
|
|
|
86488
|
-
//# debugId=
|
|
86491
|
+
//# debugId=9D61A272DA156A0D64756E2164756E21
|