@meteora-ag/dlmm 1.0.39-rc.36 → 1.0.39-rc.37

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
@@ -5846,7 +5846,9 @@ function findSetBit(startIndex, endIndex, binArrayBitmapExtension) {
5846
5846
  if (startIndex <= endIndex) {
5847
5847
  for (let i = startIndex; i <= endIndex; i++) {
5848
5848
  const binArrayOffset = getBinArrayOffset(i);
5849
+ console.log("\u{1F680} ~ binArrayOffset:", binArrayOffset);
5849
5850
  const bitmapOffset = getBitmapOffset(i);
5851
+ console.log("\u{1F680} ~ bitmapOffset:", bitmapOffset);
5850
5852
  const bitmapChunks = i > 0 ? binArrayBitmapExtension.positiveBinArrayBitmap[bitmapOffset] : binArrayBitmapExtension.negativeBinArrayBitmap[bitmapOffset];
5851
5853
  console.log(
5852
5854
  "\u{1F680} ~ bitmapChunks:",