damm-sdk 1.1.31-alpha.32 → 1.1.31-alpha.34
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 +35 -3
- package/dist/index.cjs.map +3 -3
- package/dist/index.js +24631 -28950
- package/dist/index.js.map +77 -107
- package/package.json +2 -2
- package/src/lib/addresses.ts +1 -1
- package/src/lib/contractsRegistry.json +33 -2
package/dist/index.cjs
CHANGED
|
@@ -53961,7 +53961,39 @@ var contractsRegistry_default = {
|
|
|
53961
53961
|
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
53962
53962
|
tokens: {
|
|
53963
53963
|
usdt0: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
53964
|
-
usdc: "0x754704Bc059F8C67012fEd69BC8A327a5aafb603"
|
|
53964
|
+
usdc: "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
|
|
53965
|
+
ausd: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a"
|
|
53966
|
+
},
|
|
53967
|
+
uniswapV4: {
|
|
53968
|
+
universalRouter: "0x0D97Dc33264bfC1c226207428A79b26757fb9dc3",
|
|
53969
|
+
positionManager: "0x5b7eC4a94fF9beDb700fb82aB09d5846972F4016",
|
|
53970
|
+
poolManager: "0x188d586Ddcf52439676Ca21A244753fA19F9Ea8e",
|
|
53971
|
+
stateView: "0x77395F3b2E73aE90843717371294fa97cC419D64",
|
|
53972
|
+
zodiacVerifiers: {
|
|
53973
|
+
positionMintVerifier: "0x8E1eE6c2a7F542bA78d0A8063e0946d902aDA830",
|
|
53974
|
+
takeAllVerifier: "0x208EC49931E9aa7118fDCA4CBAF4906F9257D7a5",
|
|
53975
|
+
settleAllVerifier: "0x7F05a9e29cbD7325a26B4F57feeC44534C891Bc5",
|
|
53976
|
+
swapExactInSingleVerifier: "0xf0e2968DA329899eaA6e21e7bEF1f437de199C67",
|
|
53977
|
+
swapExactOutSingleVerifier: "0xB20258f3722622440885E3F1F6C64184bF4A53FE",
|
|
53978
|
+
sweepVerifier: "0xd3Dc2F9318bf5a5d25725EdC4F1aeBF6c874a45E",
|
|
53979
|
+
takePairVerifier: "0x8d9669985a58A829aDa7778A1083c52FC6AF850b",
|
|
53980
|
+
decreaseLiquidityVerifier: "0x51fB2793b5fa3C8C8A1115fF1D6B317447627284",
|
|
53981
|
+
settlePairVerifier: "0xC0A2E67055b40cB519208EeA12A1577D31DEEb63"
|
|
53982
|
+
}
|
|
53983
|
+
},
|
|
53984
|
+
zodiac: {
|
|
53985
|
+
rolesModule: "0x9646fDAD06d3e24444381f44362a3B0eB343D337",
|
|
53986
|
+
moduleProxyFactory: "0x000000000000aDdB49795b0f9bA5BC298cDda236",
|
|
53987
|
+
delayModule: "0x01F8cabB808D7dE0dF4202D4B60C8310d2f1339b",
|
|
53988
|
+
multisendUnwrapper: "0x93B7fCbc63ED8a3a24B59e1C3e6649D50B7427c0"
|
|
53989
|
+
},
|
|
53990
|
+
gnosisSafe: {
|
|
53991
|
+
v1_4_1: {
|
|
53992
|
+
safeL1Singleton: "0x41675C099F32341bf84BFc5382aF534df5C7461a",
|
|
53993
|
+
multisend: "0x38869bf66a61cF6bDB996A6aE40D5853Fd43B526",
|
|
53994
|
+
safeL2Singleton: "0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
|
|
53995
|
+
proxyFactory: "0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67"
|
|
53996
|
+
}
|
|
53965
53997
|
},
|
|
53966
53998
|
OFTAdapters: {
|
|
53967
53999
|
"0xe7cd86e13AC4309349F30B3435a9d337750fC82D": "0x9151434b16b9763660705744891fa906f660ecc5"
|
|
@@ -54086,7 +54118,7 @@ function getAddressNameOrThrow(chainId, address) {
|
|
|
54086
54118
|
if (path === null) {
|
|
54087
54119
|
throw new Error(`DAMM-sdk: Address "${address}" not found for chainId ${chainId} (${chainName})`);
|
|
54088
54120
|
}
|
|
54089
|
-
return path.
|
|
54121
|
+
return path[path.length - 1];
|
|
54090
54122
|
}
|
|
54091
54123
|
|
|
54092
54124
|
// src/integrations/gnosis/gnosis.multisend.ts
|
|
@@ -86452,4 +86484,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
86452
86484
|
};
|
|
86453
86485
|
};
|
|
86454
86486
|
|
|
86455
|
-
//# debugId=
|
|
86487
|
+
//# debugId=B1879E7BF8A385F464756E2164756E21
|