@meteora-ag/dlmm 1.4.6-rc.3 → 1.4.6-rc.4
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14575,6 +14575,7 @@ var DLMM = class {
|
|
|
14575
14575
|
const binArrayBitMapExtensionPubkey = isOverflowDefaultBinArrayBitmap(
|
|
14576
14576
|
fromBinArrayIndex
|
|
14577
14577
|
) ? deriveBinArrayBitmapExtension(this.pubkey, this.program.programId)[0] : null;
|
|
14578
|
+
console.log("\u{1F680} ~ DLMM ~ syncWithMarketPrice ~ binArrayBitMapExtensionPubkey:", binArrayBitMapExtensionPubkey);
|
|
14578
14579
|
binArrayBitMapExtensionPubkey && accountsToFetch.push(binArrayBitMapExtensionPubkey);
|
|
14579
14580
|
const [fromBinArrayPubkey] = deriveBinArray(
|
|
14580
14581
|
this.pubkey,
|
|
@@ -14611,6 +14612,7 @@ var DLMM = class {
|
|
|
14611
14612
|
preInstructions.push(initializeBitmapExtensionIx);
|
|
14612
14613
|
}
|
|
14613
14614
|
}
|
|
14615
|
+
console.log({ binArrayBitmapExtension });
|
|
14614
14616
|
if (!!_optionalChain([binArrayAccounts, 'optionalAccess', _97 => _97[1]])) {
|
|
14615
14617
|
fromBinArray = fromBinArrayPubkey;
|
|
14616
14618
|
}
|