@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.js
CHANGED
|
@@ -11291,7 +11291,7 @@ var DlmmModule = class {
|
|
|
11291
11291
|
const tx = new import_transactions12.Transaction();
|
|
11292
11292
|
const { integrate, simulationAccount } = this.sdk.sdkOptions;
|
|
11293
11293
|
const typeArguments = [params.coin_a, params.coin_b];
|
|
11294
|
-
const args = [tx.object(params.pool_id), tx.object(params.position_id)
|
|
11294
|
+
const args = [tx.object(params.pool_id), tx.object(params.position_id)];
|
|
11295
11295
|
tx.moveCall({
|
|
11296
11296
|
target: `${integrate.published_at}::${DlmmScript}::earned_fees`,
|
|
11297
11297
|
arguments: args,
|