damm-sdk 1.2.21 → 1.2.23
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 +5 -3
- package/dist/index.cjs.map +3 -3
- package/dist/index.js +5 -3
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +3 -1
package/dist/index.cjs
CHANGED
|
@@ -37232,7 +37232,7 @@ var require_lib21 = __commonJS((exports2) => {
|
|
|
37232
37232
|
} });
|
|
37233
37233
|
});
|
|
37234
37234
|
|
|
37235
|
-
// node_modules
|
|
37235
|
+
// node_modules/aes-js/index.js
|
|
37236
37236
|
var require_aes_js = __commonJS((exports2, module2) => {
|
|
37237
37237
|
(function(root) {
|
|
37238
37238
|
function checkInt2(value) {
|
|
@@ -53767,7 +53767,9 @@ var contractsRegistry_default = {
|
|
|
53767
53767
|
stargatePoolmETH: "0x268Ca24DAefF1FaC2ed883c598200CcbB79E931d"
|
|
53768
53768
|
},
|
|
53769
53769
|
syrup: {
|
|
53770
|
-
institutionalUSDC1Vault: "0xC39a5A616F0ad1Ff45077FA2dE3f79ab8eb8b8B9"
|
|
53770
|
+
institutionalUSDC1Vault: "0xC39a5A616F0ad1Ff45077FA2dE3f79ab8eb8b8B9",
|
|
53771
|
+
usdtVault: "0x356B8d89c1e1239Cbbb9dE4815c39A1474d5BA7D",
|
|
53772
|
+
usdcVault: "0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b"
|
|
53771
53773
|
},
|
|
53772
53774
|
fluidLite: {
|
|
53773
53775
|
vaultIEthV2: "0xa0d3707c569ff8c87fa923d3823ec5d81c98be78"
|
|
@@ -86651,4 +86653,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
86651
86653
|
};
|
|
86652
86654
|
};
|
|
86653
86655
|
|
|
86654
|
-
//# debugId=
|
|
86656
|
+
//# debugId=35C48449D04E1CA364756E2164756E21
|