@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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.
|
|
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(
|