@meteora-ag/dlmm 1.9.11-rc.2 → 1.9.11
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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13299,7 +13299,6 @@ function getRebalanceBinArrayIndexesAndBitmapCoverage(adds, removes, activeId, p
|
|
|
13299
13299
|
adds.forEach((value) => {
|
|
13300
13300
|
const minBinId = activeId + value.minDeltaId;
|
|
13301
13301
|
const maxBinId = activeId + value.maxDeltaId;
|
|
13302
|
-
const positionBinCount = maxBinId - minBinId + 1;
|
|
13303
13302
|
let binArrayIndex = binIdToBinArrayIndex(
|
|
13304
13303
|
includeSlippageForBinArray ? new (0, _bnjs2.default)(minBinId - maxActiveBinSlippage) : new (0, _bnjs2.default)(minBinId)
|
|
13305
13304
|
);
|