@magmaprotocol/magma-clmm-sdk 0.5.69 → 0.5.70

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
@@ -6667,6 +6667,7 @@ var RewarderModule = class {
6667
6667
  }
6668
6668
  const allCoinAsset = await this._sdk.getOwnerCoinAssets(this._sdk.senderAddress, null);
6669
6669
  tx = tx || new Transaction6();
6670
+ tx.setGasBudget(1e8);
6670
6671
  const coinIdMaps = {};
6671
6672
  params.forEach((item) => {
6672
6673
  const coinTypeA = normalizeCoinType(item.coinTypeA);