@meteora-ag/dlmm 1.4.6-rc.4 → 1.4.7-rc.0
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14573,9 +14573,8 @@ var DLMM = class {
|
|
|
14573
14573
|
);
|
|
14574
14574
|
const accountsToFetch = [];
|
|
14575
14575
|
const binArrayBitMapExtensionPubkey = isOverflowDefaultBinArrayBitmap(
|
|
14576
|
-
|
|
14576
|
+
new (0, _anchor.BN)(marketPriceBinId)
|
|
14577
14577
|
) ? deriveBinArrayBitmapExtension(this.pubkey, this.program.programId)[0] : null;
|
|
14578
|
-
console.log("\u{1F680} ~ DLMM ~ syncWithMarketPrice ~ binArrayBitMapExtensionPubkey:", binArrayBitMapExtensionPubkey);
|
|
14579
14578
|
binArrayBitMapExtensionPubkey && accountsToFetch.push(binArrayBitMapExtensionPubkey);
|
|
14580
14579
|
const [fromBinArrayPubkey] = deriveBinArray(
|
|
14581
14580
|
this.pubkey,
|