@magmaprotocol/magma-clmm-sdk 0.5.118 → 0.5.119

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
@@ -3365,7 +3365,7 @@ var _TransactionUtil = class {
3365
3365
  return tx;
3366
3366
  }
3367
3367
  static async buildAddLiquidityWithProtectionFixTokenForGas(sdk, allCoins, params, gasEstimateArg, tx, inputCoinA, inputCoinB) {
3368
- tx = await _TransactionUtil.buildAddLiquidityFixToken(sdk, allCoins, params, tx, inputCoinA, inputCoinB);
3368
+ tx = await _TransactionUtil.buildAddLiquidityWithProtectionFixToken(sdk, allCoins, params, tx, inputCoinA, inputCoinB);
3369
3369
  const { isAdjustCoinA } = findAdjustCoin(params);
3370
3370
  const suiAmount = isAdjustCoinA ? params.amount_a : params.amount_b;
3371
3371
  const newResult = await _TransactionUtil.adjustTransactionForGas(