@meteora-ag/dlmm 1.4.6-rc.0 → 1.4.6-rc.1
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14603,6 +14603,7 @@ var DLMM = class {
|
|
|
14603
14603
|
let binArrayBitmapExtension = null;
|
|
14604
14604
|
if (!!_optionalChain([binArrayAccounts, 'optionalAccess', _96 => _96[0]])) {
|
|
14605
14605
|
binArrayBitmapExtension = binArrayBitMapExtensionPubkey;
|
|
14606
|
+
} else {
|
|
14606
14607
|
const initializeBitmapExtensionIx = await this.program.methods.initializeBinArrayBitmapExtension().accounts({
|
|
14607
14608
|
binArrayBitmapExtension: binArrayBitMapExtensionPubkey,
|
|
14608
14609
|
funder: owner,
|