@magmaprotocol/magma-clmm-sdk 0.5.74 → 0.5.75
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 +0 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6942,9 +6942,6 @@ var RewarderModule = class {
|
|
|
6942
6942
|
});
|
|
6943
6943
|
tx = this.createCollectRewarderNoSendPaylod(item, tx, primaryCoinInputs);
|
|
6944
6944
|
});
|
|
6945
|
-
coinIdMaps.forEach((item) => {
|
|
6946
|
-
TransactionUtil.buildTransferCoin(this._sdk, tx, item.coin.targetCoin, item.coin_addr, this._sdk.senderAddress);
|
|
6947
|
-
});
|
|
6948
6945
|
return tx;
|
|
6949
6946
|
}
|
|
6950
6947
|
createCollectRewarderPaylod(params, tx, primaryCoinInputs) {
|