damm-sdk 1.1.8 → 1.1.10
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +18 -1
package/dist/index.cjs
CHANGED
|
@@ -62584,7 +62584,7 @@ var contractsRegistry_default = {
|
|
|
62584
62584
|
takeAllVerifier: "0x763658952836D8043572ec2C3962Df6Ec173731A",
|
|
62585
62585
|
settleAllVerifier: "0x5935Ad06B4446b87197186D43AB43c8A8E518334",
|
|
62586
62586
|
sweepVerifier: "0xb9a06EF840477fdF066060024553284638Df421e",
|
|
62587
|
-
swapExactInSingleVerifier: "
|
|
62587
|
+
swapExactInSingleVerifier: "0xFCa361C1d5f3dD9Be358b0C69a04c8c1E8d04135",
|
|
62588
62588
|
takePairVerifier: "0x3C247326c5F8Af1498a22DE59D7B0793Fd1F46Cd",
|
|
62589
62589
|
decreaseLiquidityVerifier: "0x0BF4Ebd01d65270Ae44612a85F3fE76CEB153f09",
|
|
62590
62590
|
settlePairVerifier: "0xd520952eEF5C06257342B5d3B267304CD1da333C"
|
|
@@ -81608,4 +81608,4 @@ var simulateOrThrow = async (env) => {
|
|
|
81608
81608
|
};
|
|
81609
81609
|
};
|
|
81610
81610
|
|
|
81611
|
-
//# debugId=
|
|
81611
|
+
//# debugId=985DDF4506540E4E64756E2164756E21
|