@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 CHANGED
@@ -10930,7 +10930,7 @@ var DlmmModule = class {
10930
10930
  tx.object(CLOCK_ADDRESS)
10931
10931
  ];
10932
10932
  tx.moveCall({
10933
- target: `${integrate.published_at}::${DlmmScript}::raise_position_by_amounts`,
10933
+ target: `${integrate.published_at}::${DlmmScript}::raise_by_strategy`,
10934
10934
  typeArguments,
10935
10935
  arguments: args
10936
10936
  });
@@ -10993,7 +10993,7 @@ var DlmmModule = class {
10993
10993
  tx.object(CLOCK_ADDRESS)
10994
10994
  ];
10995
10995
  tx.moveCall({
10996
- target: `${integrate.published_at}::${DlmmScript}::raise_position_by_amounts_reward${params.rewards_token.length}`,
10996
+ target: `${integrate.published_at}::${DlmmScript}::raise_by_strategy_${params.rewards_token.length}`,
10997
10997
  typeArguments,
10998
10998
  arguments: args
10999
10999
  });