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

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
@@ -9919,6 +9919,8 @@ var DLMM = class {
9919
9919
  ({ liquiditySupply }) => liquiditySupply.isZero()
9920
9920
  );
9921
9921
  console.log(
9922
+ bins[lastBinWithLiquidityIndex].amountX.toString(),
9923
+ bins[lastBinWithLiquidityIndex].amountY.toString(),
9922
9924
  bins[lastBinWithLiquidityIndex - 1].amountX.toString(),
9923
9925
  bins[lastBinWithLiquidityIndex - 1].amountY.toString()
9924
9926
  );