@magmaprotocol/magma-clmm-sdk 0.5.73 → 0.5.74
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6899,7 +6899,7 @@ var RewarderModule = class {
|
|
|
6899
6899
|
coinAInput = {
|
|
6900
6900
|
targetCoin: inputCoinA,
|
|
6901
6901
|
remainCoins: [],
|
|
6902
|
-
isMintZeroCoin:
|
|
6902
|
+
isMintZeroCoin: true,
|
|
6903
6903
|
tragetCoinAmount: "0"
|
|
6904
6904
|
};
|
|
6905
6905
|
coinIdMaps.push({ coin: coinAInput, coin_addr: coinTypeA });
|
|
@@ -6912,7 +6912,7 @@ var RewarderModule = class {
|
|
|
6912
6912
|
coinBInput = {
|
|
6913
6913
|
targetCoin: inputCoinB,
|
|
6914
6914
|
remainCoins: [],
|
|
6915
|
-
isMintZeroCoin:
|
|
6915
|
+
isMintZeroCoin: true,
|
|
6916
6916
|
tragetCoinAmount: "0"
|
|
6917
6917
|
};
|
|
6918
6918
|
}
|