@meteora-ag/dlmm 1.0.39-rc.4 → 1.0.39-rc.6

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
@@ -9918,6 +9918,10 @@ var DLMM = class {
9918
9918
  const lastBinWithLiquidityIndex = bins.findIndex(
9919
9919
  ({ liquiditySupply }) => liquiditySupply.isZero()
9920
9920
  );
9921
+ console.log(
9922
+ bins[lastBinWithLiquidityIndex - 1].amountX.toString(),
9923
+ bins[lastBinWithLiquidityIndex - 1].amountY.toString()
9924
+ );
9921
9925
  binPriceWithLastLiquidity = bins[lastBinWithLiquidityIndex - 1].price.toString();
9922
9926
  count = binArrays.length;
9923
9927
  }