@magmaprotocol/magma-clmm-sdk 0.5.118 → 0.5.120

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
@@ -3585,7 +3585,7 @@ var _TransactionUtil = class {
3585
3585
  return tx;
3586
3586
  }
3587
3587
  static async buildAddLiquidityWithProtectionFixTokenForGas(sdk, allCoins, params, gasEstimateArg, tx, inputCoinA, inputCoinB) {
3588
- tx = await _TransactionUtil.buildAddLiquidityFixToken(sdk, allCoins, params, tx, inputCoinA, inputCoinB);
3588
+ tx = await _TransactionUtil.buildAddLiquidityWithProtectionFixToken(sdk, allCoins, params, tx, inputCoinA, inputCoinB);
3589
3589
  const { isAdjustCoinA } = findAdjustCoin(params);
3590
3590
  const suiAmount = isAdjustCoinA ? params.amount_a : params.amount_b;
3591
3591
  const newResult = await _TransactionUtil.adjustTransactionForGas(
@@ -5765,7 +5765,7 @@ var PoolModule = class {
5765
5765
  tx.object(CLOCK_ADDRESS)
5766
5766
  ];
5767
5767
  tx.moveCall({
5768
- target: `${integrate.published_at}::pool_creator_v2::create_pool_v2`,
5768
+ target: `${integrate.published_at}::pool_creator_v3::create_pool_v3`,
5769
5769
  typeArguments: [params.coinTypeA, params.coinTypeB],
5770
5770
  arguments: args
5771
5771
  });