@meteora-ag/dlmm 1.4.6-rc.2 → 1.4.6-rc.3

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
@@ -14601,9 +14601,8 @@ var DLMM = class {
14601
14601
  let toBinArray = null;
14602
14602
  let binArrayBitmapExtension = null;
14603
14603
  if (binArrayBitMapExtensionPubkey) {
14604
- if (!!_optionalChain([binArrayAccounts, 'optionalAccess', _96 => _96[0]])) {
14605
- binArrayBitmapExtension = binArrayBitMapExtensionPubkey;
14606
- } else {
14604
+ binArrayBitmapExtension = binArrayBitMapExtensionPubkey;
14605
+ if (!_optionalChain([binArrayAccounts, 'optionalAccess', _96 => _96[0]])) {
14607
14606
  const initializeBitmapExtensionIx = await this.program.methods.initializeBinArrayBitmapExtension().accounts({
14608
14607
  binArrayBitmapExtension: binArrayBitMapExtensionPubkey,
14609
14608
  funder: owner,