@meteora-ag/dlmm 1.6.0-rc.28 → 1.6.0-rc.29

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
@@ -13747,7 +13747,7 @@ async function chunkDepositWithRebalanceEndpoint(dlmm, strategy, slippagePercent
13747
13747
  (acc, binArrayIndex) => acc || isOverflowDefaultBinArrayBitmap(binArrayIndex),
13748
13748
  false
13749
13749
  );
13750
- if (overflowDefaultBinArrayBitmap && !binArrayOrBitmapInitTracking.has(bitmapPubkey.toBase58())) {
13750
+ if (overflowDefaultBinArrayBitmap) {
13751
13751
  const initBitmapIx = await dlmm.program.methods.initializeBinArrayBitmapExtension().accountsPartial({
13752
13752
  binArrayBitmapExtension: bitmapPubkey,
13753
13753
  lbPair: dlmm.pubkey,