@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.mjs CHANGED
@@ -6722,9 +6722,6 @@ var RewarderModule = class {
6722
6722
  });
6723
6723
  tx = this.createCollectRewarderNoSendPaylod(item, tx, primaryCoinInputs);
6724
6724
  });
6725
- coinIdMaps.forEach((item) => {
6726
- TransactionUtil.buildTransferCoin(this._sdk, tx, item.coin.targetCoin, item.coin_addr, this._sdk.senderAddress);
6727
- });
6728
6725
  return tx;
6729
6726
  }
6730
6727
  createCollectRewarderPaylod(params, tx, primaryCoinInputs) {