damm-sdk 1.1.31-alpha.36 → 1.1.31-alpha.38
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 -3
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +19227 -16354
- package/dist/index.js.map +66 -43
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +3 -2
package/dist/index.cjs
CHANGED
|
@@ -53665,9 +53665,10 @@ var contractsRegistry_default = {
|
|
|
53665
53665
|
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
53666
53666
|
tokens: {
|
|
53667
53667
|
usdc: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
53668
|
-
usdt0: "
|
|
53668
|
+
usdt0: "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
53669
53669
|
sand: "0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
|
|
53670
|
-
weth: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
|
|
53670
|
+
weth: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
53671
|
+
uni: "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984"
|
|
53671
53672
|
},
|
|
53672
53673
|
morpho: {
|
|
53673
53674
|
morphoBlue: "0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb"
|
|
@@ -86488,4 +86489,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
86488
86489
|
};
|
|
86489
86490
|
};
|
|
86490
86491
|
|
|
86491
|
-
//# debugId=
|
|
86492
|
+
//# debugId=2F2B9E78E4C6D84A64756E2164756E21
|