@magmaprotocol/magma-clmm-sdk 0.5.55 → 0.5.56
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
|
@@ -11073,7 +11073,7 @@ var DlmmModule = class {
|
|
|
11073
11073
|
const tx = new Transaction12();
|
|
11074
11074
|
const { integrate, simulationAccount } = this.sdk.sdkOptions;
|
|
11075
11075
|
const typeArguments = [params.coin_a, params.coin_b];
|
|
11076
|
-
const args = [tx.object(params.pool_id), tx.object(params.position_id)
|
|
11076
|
+
const args = [tx.object(params.pool_id), tx.object(params.position_id)];
|
|
11077
11077
|
tx.moveCall({
|
|
11078
11078
|
target: `${integrate.published_at}::${DlmmScript}::earned_fees`,
|
|
11079
11079
|
arguments: args,
|