@meteora-ag/dlmm 1.6.0-rc.12 → 1.6.0-rc.14

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.mjs CHANGED
@@ -18154,6 +18154,7 @@ var DLMM = class {
18154
18154
  shouldClaimReward: true,
18155
18155
  pairAddress: this.pubkey
18156
18156
  });
18157
+ console.log("\u{1F680} ~ DLMM ~ rebalancePosition:", rebalancePosition);
18157
18158
  const rebalanceStrategyBuilder = new BalancedStrategyBuilder(
18158
18159
  new BN21(rebalancePosition.lbPair.activeId),
18159
18160
  new BN21(rebalancePosition.lbPair.binStep),
@@ -18179,6 +18180,7 @@ var DLMM = class {
18179
18180
  withdraws,
18180
18181
  deposits
18181
18182
  );
18183
+ console.log("\u{1F680} ~ DLMM ~ simulationResult:", simulationResult);
18182
18184
  return {
18183
18185
  rebalancePosition,
18184
18186
  simulationResult