damm-sdk 1.2.18 → 1.2.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 -2
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +544 -422
- package/dist/index.js.map +5 -3
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +2 -1
package/dist/index.cjs
CHANGED
|
@@ -53760,7 +53760,8 @@ var contractsRegistry_default = {
|
|
|
53760
53760
|
},
|
|
53761
53761
|
origin: {
|
|
53762
53762
|
armSteth: "0x85B78AcA6Deae198fBF201c82DAF6Ca21942acc6",
|
|
53763
|
-
armStethZapper: "0x01F30B7358Ba51f637d1aa05D9b4A60f76DAD680"
|
|
53763
|
+
armStethZapper: "0x01F30B7358Ba51f637d1aa05D9b4A60f76DAD680",
|
|
53764
|
+
armEeth: "0xfB0A3CF9B019BFd8827443d131b235B3E0FC58d2"
|
|
53764
53765
|
},
|
|
53765
53766
|
infinifi: {
|
|
53766
53767
|
gateway: "0x3f04b65Ddbd87f9CE0A2e7Eb24d80e7fb87625b5",
|
|
@@ -86589,4 +86590,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
86589
86590
|
};
|
|
86590
86591
|
};
|
|
86591
86592
|
|
|
86592
|
-
//# debugId=
|
|
86593
|
+
//# debugId=56ABD3C1C033461864756E2164756E21
|