@magmaprotocol/magma-clmm-sdk 0.5.120 → 0.5.122
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 +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -5539,8 +5539,6 @@ var PoolModule = class {
|
|
|
5539
5539
|
tx.pure.u32(Number(asUintN(BigInt(params.tick_upper)).toString())),
|
|
5540
5540
|
primaryCoinAInputsR.targetCoin,
|
|
5541
5541
|
primaryCoinBInputsR.targetCoin,
|
|
5542
|
-
tx.object(params.metadata_a),
|
|
5543
|
-
tx.object(params.metadata_b),
|
|
5544
5542
|
tx.pure.bool(params.fix_amount_a),
|
|
5545
5543
|
tx.object(CLOCK_ADDRESS)
|
|
5546
5544
|
];
|