damm-sdk 1.1.30-alpha.13 → 1.1.30-alpha.14
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 +3 -2
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +2 -1
package/dist/index.cjs
CHANGED
|
@@ -61124,7 +61124,8 @@ var contractsRegistry_default = {
|
|
|
61124
61124
|
},
|
|
61125
61125
|
wrappedNativeToken: "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
|
|
61126
61126
|
morpho: {
|
|
61127
|
-
morphoBlue: "0x1bF0c2541F820E775182832f06c0B7Fc27A25f67"
|
|
61127
|
+
morphoBlue: "0x1bF0c2541F820E775182832f06c0B7Fc27A25f67",
|
|
61128
|
+
vaultV1_0: "0x781FB7F6d845E3bE129289833b04d43Aa8558c42"
|
|
61128
61129
|
},
|
|
61129
61130
|
OFTAdapters: {
|
|
61130
61131
|
"0xc2132D05D31c914a87C6611C10748AEb04B58e8F": "0x6BA10300f0DC58B7a1e4c0e41f5daBb7D7829e13"
|
|
@@ -92459,4 +92460,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
92459
92460
|
};
|
|
92460
92461
|
};
|
|
92461
92462
|
|
|
92462
|
-
//# debugId=
|
|
92463
|
+
//# debugId=9117DE57DCB7A72364756E2164756E21
|