@meteora-ag/dlmm 1.2.3 → 1.2.4-rc2.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
@@ -11050,6 +11050,7 @@ var DLMM = class {
11050
11050
  }
11051
11051
  }
11052
11052
  }
11053
+ console.log(binPriceWithLastLiquidity);
11053
11054
  return this.fromPricePerLamport(
11054
11055
  Number(binPriceWithLastLiquidity) / (2 ** 64 - 1)
11055
11056
  );