damm-sdk 1.1.20 → 1.1.22
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 -2
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +4 -2
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +3 -1
package/dist/index.cjs
CHANGED
|
@@ -53298,7 +53298,9 @@ var contractsRegistry_default = {
|
|
|
53298
53298
|
aUSDT: "0x6ab707Aca953eDAeFBc4fD23bA73294241490620",
|
|
53299
53299
|
aUSDC: "0x724dc807b04555b71ed48a6896b6F41593b8C637",
|
|
53300
53300
|
aDAI: "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
|
|
53301
|
-
aUSDCe: "0x625E7708f30cA75bfd92586e17077590C60eb4cD"
|
|
53301
|
+
aUSDCe: "0x625E7708f30cA75bfd92586e17077590C60eb4cD",
|
|
53302
|
+
crv: "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978",
|
|
53303
|
+
wbtc: "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f"
|
|
53302
53304
|
}
|
|
53303
53305
|
},
|
|
53304
53306
|
base: {
|
|
@@ -75167,4 +75169,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
75167
75169
|
};
|
|
75168
75170
|
};
|
|
75169
75171
|
|
|
75170
|
-
//# debugId=
|
|
75172
|
+
//# debugId=0E37F048974B885F64756E2164756E21
|