@meteora-ag/dlmm 1.0.39-rc.24 → 1.0.39-rc.25

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
@@ -9920,6 +9920,7 @@ var DLMM = class {
9920
9920
  }
9921
9921
  }
9922
9922
  }
9923
+ console.log(binPriceWithLastLiquidity);
9923
9924
  return this.fromPricePerLamport(
9924
9925
  Number(binPriceWithLastLiquidity) / (2 ** 64 - 1)
9925
9926
  );