@meteora-ag/dlmm 1.0.1 → 1.0.2-abc1234.0

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
@@ -6858,6 +6858,13 @@ var DLMM = class {
6858
6858
  })),
6859
6859
  this.lbPair.binStep
6860
6860
  );
6861
+ console.log(
6862
+ "\u{1F680} ~ DLMM ~ binLiquidityDist:",
6863
+ binLiquidityDist.map(({ binId, weight }) => ({
6864
+ binId,
6865
+ weight: weight.toString()
6866
+ }))
6867
+ );
6861
6868
  if (binLiquidityDist.length === 0) {
6862
6869
  throw new Error("No liquidity to add");
6863
6870
  }