@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.js
CHANGED
|
@@ -5759,8 +5759,6 @@ var PoolModule = class {
|
|
|
5759
5759
|
tx.pure.u32(Number(asUintN(BigInt(params.tick_upper)).toString())),
|
|
5760
5760
|
primaryCoinAInputsR.targetCoin,
|
|
5761
5761
|
primaryCoinBInputsR.targetCoin,
|
|
5762
|
-
tx.object(params.metadata_a),
|
|
5763
|
-
tx.object(params.metadata_b),
|
|
5764
5762
|
tx.pure.bool(params.fix_amount_a),
|
|
5765
5763
|
tx.object(CLOCK_ADDRESS)
|
|
5766
5764
|
];
|