@magmaprotocol/magma-clmm-sdk 0.5.85 → 0.5.86
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10717,7 +10717,7 @@ var DlmmModule = class {
|
|
|
10717
10717
|
tx.object(CLOCK_ADDRESS)
|
|
10718
10718
|
];
|
|
10719
10719
|
tx.moveCall({
|
|
10720
|
-
target: `${integrate.published_at}::${DlmmScript}::
|
|
10720
|
+
target: `${integrate.published_at}::${DlmmScript}::raise_by_strategy`,
|
|
10721
10721
|
typeArguments,
|
|
10722
10722
|
arguments: args
|
|
10723
10723
|
});
|
|
@@ -10780,7 +10780,7 @@ var DlmmModule = class {
|
|
|
10780
10780
|
tx.object(CLOCK_ADDRESS)
|
|
10781
10781
|
];
|
|
10782
10782
|
tx.moveCall({
|
|
10783
|
-
target: `${integrate.published_at}::${DlmmScript}::
|
|
10783
|
+
target: `${integrate.published_at}::${DlmmScript}::raise_by_strategy_${params.rewards_token.length}`,
|
|
10784
10784
|
typeArguments,
|
|
10785
10785
|
arguments: args
|
|
10786
10786
|
});
|