@meteora-ag/dlmm 1.0.39-rc.29 → 1.0.39-rc.30

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.mjs CHANGED
@@ -7521,23 +7521,6 @@ var DLMM = class {
7521
7521
  }
7522
7522
  ]);
7523
7523
  }
7524
- async getBinArraysWithLiquidity() {
7525
- const binArrayIndex = findNextBinArrayIndexWithLiquidity(
7526
- false,
7527
- new BN9(this.lbPair.parameters.maxBinId),
7528
- this.lbPair,
7529
- this.binArrayBitmapExtension?.account ?? null
7530
- );
7531
- const [binArrayPubkey] = deriveBinArray(
7532
- this.pubkey,
7533
- binArrayIndex,
7534
- this.program.programId
7535
- );
7536
- const binArrayAccount = await this.program.account.binArray.fetch(
7537
- binArrayPubkey
7538
- );
7539
- return binArrayAccount;
7540
- }
7541
7524
  /**
7542
7525
  * The function `getBinArrayAroundActiveBin` retrieves a specified number of `BinArrayAccount`
7543
7526
  * objects from the blockchain, based on the active bin and its surrounding bin arrays.