@magmaprotocol/magma-clmm-sdk 0.5.4 → 0.5.5
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.mjs
CHANGED
|
@@ -2677,7 +2677,7 @@ var _TransactionUtil = class {
|
|
|
2677
2677
|
{ amountSecond: BigInt(reverSlippageAmount(amount, slippage)), amountFirst: BigInt(amount) },
|
|
2678
2678
|
coinType,
|
|
2679
2679
|
buildVector
|
|
2680
|
-
) : _TransactionUtil.buildCoinForAmount(tx, allCoinAsset, BigInt(amount), coinType,
|
|
2680
|
+
) : _TransactionUtil.buildCoinForAmount(tx, allCoinAsset, BigInt(amount), coinType, false, true);
|
|
2681
2681
|
}
|
|
2682
2682
|
/**
|
|
2683
2683
|
* fix add liquidity fix token for coin amount
|