@meteora-ag/dlmm 1.4.7-rc.1 → 1.4.7
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 +6 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14571,11 +14571,8 @@ var DLMM = class {
|
|
|
14571
14571
|
this.lbPair,
|
|
14572
14572
|
this.binArrayBitmapExtension?.account ?? null
|
|
14573
14573
|
);
|
|
14574
|
-
const marketPriceBinArrayIndex =
|
|
14575
|
-
|
|
14576
|
-
new BN13(marketPriceBinId),
|
|
14577
|
-
this.lbPair,
|
|
14578
|
-
this.binArrayBitmapExtension?.account ?? null
|
|
14574
|
+
const marketPriceBinArrayIndex = binIdToBinArrayIndex(
|
|
14575
|
+
new BN13(marketPriceBinId)
|
|
14579
14576
|
);
|
|
14580
14577
|
const accountsToFetch = [];
|
|
14581
14578
|
const binArrayBitMapExtensionPubkey = isOverflowDefaultBinArrayBitmap(
|