damm-sdk 1.1.29-alpha.5 → 1.1.29-alpha.7
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 +9 -5
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +2385 -2898
- package/dist/index.js.map +14 -20
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +8 -4
package/dist/index.cjs
CHANGED
|
@@ -53262,7 +53262,8 @@ var contractsRegistry_default = {
|
|
|
53262
53262
|
},
|
|
53263
53263
|
wrappedNativeToken: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
|
|
53264
53264
|
morpho: {
|
|
53265
|
-
morphoBlue: "0x6c247b1F6182318877311737BaC0844bAa518F5e"
|
|
53265
|
+
morphoBlue: "0x6c247b1F6182318877311737BaC0844bAa518F5e",
|
|
53266
|
+
vaultV1_0: "0x7c574174DA4b2be3f705c6244B4BfA0815a8B3Ed"
|
|
53266
53267
|
},
|
|
53267
53268
|
poster: "0x000000000000cd17345801aa8147b8D3950260FF"
|
|
53268
53269
|
},
|
|
@@ -53275,7 +53276,8 @@ var contractsRegistry_default = {
|
|
|
53275
53276
|
usdt: "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
|
|
53276
53277
|
dai: "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
|
|
53277
53278
|
sand: "0xac531Eb26Ca1d21b85126De8FB87E80E09002DcF",
|
|
53278
|
-
weth: "0x4200000000000000000000000000000000000006"
|
|
53279
|
+
weth: "0x4200000000000000000000000000000000000006",
|
|
53280
|
+
aero: "0x940181a94A35A4569E4529A3CDfB74e38FD98631"
|
|
53279
53281
|
},
|
|
53280
53282
|
lagoonV0_5: {
|
|
53281
53283
|
factory: "0xC953Fd298FdfA8Ed0D38ee73772D3e21Bf19c61b",
|
|
@@ -53304,7 +53306,8 @@ var contractsRegistry_default = {
|
|
|
53304
53306
|
},
|
|
53305
53307
|
slipstream: {
|
|
53306
53308
|
router: "0xBE6D8f0d05cC4be24d5167a3eF062215bE6D18a5",
|
|
53307
|
-
positionManager: "0x827922686190790b37229fd06084350E74485b72"
|
|
53309
|
+
positionManager: "0x827922686190790b37229fd06084350E74485b72",
|
|
53310
|
+
guageImpl: "0xF5601F95708256A118EF5971820327F362442D2d"
|
|
53308
53311
|
},
|
|
53309
53312
|
enso: {
|
|
53310
53313
|
routerV2: "0xF75584eF6673aD213a685a1B58Cc0330B8eA22Cf"
|
|
@@ -53423,7 +53426,8 @@ var contractsRegistry_default = {
|
|
|
53423
53426
|
wrappedNativeToken: "0x4200000000000000000000000000000000000006",
|
|
53424
53427
|
slipstream: {
|
|
53425
53428
|
router: "0x0792a633F0c19c351081CF4B211F68F79bCc9676",
|
|
53426
|
-
positionManager: "0x416b433906b1B72FA758e166e239c43d68dC6F29"
|
|
53429
|
+
positionManager: "0x416b433906b1B72FA758e166e239c43d68dC6F29",
|
|
53430
|
+
guageImpl: "0x7155b84A704F0657975827c65Ff6fe42e3A962bb"
|
|
53427
53431
|
}
|
|
53428
53432
|
},
|
|
53429
53433
|
mainnet: {
|
|
@@ -80875,4 +80879,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
80875
80879
|
};
|
|
80876
80880
|
};
|
|
80877
80881
|
|
|
80878
|
-
//# debugId=
|
|
80882
|
+
//# debugId=71005F2ACF724C8E64756E2164756E21
|