damm-sdk 1.1.15 → 1.1.16
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 +10 -10
- package/dist/index.cjs.map +3 -3
- package/dist/index.js +10 -10
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
- package/src/lib/addresses.ts +1 -1
- package/src/lib/contractsRegistry.json +8 -8
package/dist/index.cjs
CHANGED
|
@@ -62595,14 +62595,14 @@ var contractsRegistry_default = {
|
|
|
62595
62595
|
poolManager: "0x360E68faCcca8cA495c1B759Fd9EEe466db9FB32",
|
|
62596
62596
|
stateView: "0x76Fd297e2D437cd7f76d50F01AfE6160f86e9990",
|
|
62597
62597
|
zodiacVerifiers: {
|
|
62598
|
-
positionMintVerifier: "
|
|
62599
|
-
takeAllVerifier: "
|
|
62600
|
-
settleAllVerifier: "
|
|
62601
|
-
|
|
62602
|
-
|
|
62603
|
-
takePairVerifier: "
|
|
62604
|
-
decreaseLiquidityVerifier: "
|
|
62605
|
-
settlePairVerifier: "
|
|
62598
|
+
positionMintVerifier: "0x9c3d528cC48492e97771E0C174930E74c78E61a1",
|
|
62599
|
+
takeAllVerifier: "0x6F91CdCD931e91eddDfF41407229caa23AB520ab",
|
|
62600
|
+
settleAllVerifier: "0x67CCF88e4Ca67086a89Ce2cAAf714e9005192671",
|
|
62601
|
+
swapExactInSingleVerifier: "0x871fD89d843bD14b0Ef8C20Ca5684B933098277B",
|
|
62602
|
+
sweepVerifier: "0x17B3fE1B3Ae776f3D17dc6Dbf974A99a87426a9F",
|
|
62603
|
+
takePairVerifier: "0x5a4952354C8B25dDf7d062ee25196823d18e2D56",
|
|
62604
|
+
decreaseLiquidityVerifier: "0x286f4d5D3D081cABD672D667c5121D06f6Ed8e7c",
|
|
62605
|
+
settlePairVerifier: "0xfC1EF0665962826d463780490FC8B8631d492072"
|
|
62606
62606
|
}
|
|
62607
62607
|
},
|
|
62608
62608
|
gnosisSafe: {
|
|
@@ -62798,7 +62798,7 @@ var chainIdToName = {
|
|
|
62798
62798
|
function getAddressOrThrow(chainId, key2) {
|
|
62799
62799
|
const chainName = chainIdToName[chainId];
|
|
62800
62800
|
if (!chainName) {
|
|
62801
|
-
throw new Error(`DAMM-sdk:Unsupported chainId: ${chainId}`);
|
|
62801
|
+
throw new Error(`DAMM-sdk: Unsupported chainId: ${chainId}`);
|
|
62802
62802
|
}
|
|
62803
62803
|
let current = contractsRegistry_default[chainName];
|
|
62804
62804
|
if (!current) {
|
|
@@ -81645,4 +81645,4 @@ var simulateOrThrow = async (env) => {
|
|
|
81645
81645
|
};
|
|
81646
81646
|
};
|
|
81647
81647
|
|
|
81648
|
-
//# debugId=
|
|
81648
|
+
//# debugId=50FA2929E22E5C6B64756E2164756E21
|