damm-sdk 1.4.16 → 1.4.18
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 +11 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +11 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +10 -0
package/dist/index.cjs
CHANGED
|
@@ -62054,6 +62054,11 @@ var contractsRegistry_default = {
|
|
|
62054
62054
|
ccip: {
|
|
62055
62055
|
router: "0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7D"
|
|
62056
62056
|
},
|
|
62057
|
+
wormhole: {
|
|
62058
|
+
executor: "0x84EEe8dBa37C36947397E1E11251cA9A06Fc6F8a",
|
|
62059
|
+
multiTokenNTT: "0x556790e948b9920A8868bCAFcC87D25e82e8a075",
|
|
62060
|
+
multiNTTWithExecutor: "0x03dB430D830601DB368991eE55DAa9A708df7912"
|
|
62061
|
+
},
|
|
62057
62062
|
"1inch": {
|
|
62058
62063
|
aggregatorV6: "0x111111125421cA6dc452d289314280a0f8842A65"
|
|
62059
62064
|
},
|
|
@@ -62443,6 +62448,11 @@ var contractsRegistry_default = {
|
|
|
62443
62448
|
ccip: {
|
|
62444
62449
|
router: "0x33566fE5976AAa420F3d5C64996641Fc3858CaDB"
|
|
62445
62450
|
},
|
|
62451
|
+
wormhole: {
|
|
62452
|
+
executor: "0xC04dE634982cAdF2A677310b73630B7Ac56A3f65",
|
|
62453
|
+
multiTokenNTT: "0x36878C6FCa7e0E8a88F90dc410CfBBcA5B695C95",
|
|
62454
|
+
multiNTTWithExecutor: "0xFEA937F7124E19124671f1685671d3f04a9Af4E4"
|
|
62455
|
+
},
|
|
62446
62456
|
enso: {
|
|
62447
62457
|
routerV2: "0xCfBAa9Cfce952Ca4F4069874fF1Df8c05e37a3c7"
|
|
62448
62458
|
}
|
|
@@ -95605,4 +95615,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
95605
95615
|
};
|
|
95606
95616
|
};
|
|
95607
95617
|
|
|
95608
|
-
//# debugId=
|
|
95618
|
+
//# debugId=00888F308F3528CC64756E2164756E21
|