@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.js CHANGED
@@ -6887,6 +6887,7 @@ var RewarderModule = class {
6887
6887
  }
6888
6888
  const allCoinAsset = await this._sdk.getOwnerCoinAssets(this._sdk.senderAddress, null);
6889
6889
  tx = tx || new import_transactions6.Transaction();
6890
+ tx.setGasBudget(1e8);
6890
6891
  const coinIdMaps = {};
6891
6892
  params.forEach((item) => {
6892
6893
  const coinTypeA = normalizeCoinType(item.coinTypeA);