@meteora-ag/dlmm 1.0.39-rc.12 → 1.0.39-rc.13

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
@@ -9930,7 +9930,7 @@ var DLMM = class {
9930
9930
  bins[lastBinWithLiquidityIndex].amountY.toString()
9931
9931
  );
9932
9932
  binPriceWithLastLiquidity = bins[lastBinWithLiquidityIndex].price.toString();
9933
- count = binArrays.length;
9933
+ count = -1;
9934
9934
  }
9935
9935
  }
9936
9936
  }