@meteora-ag/dlmm 1.3.9-dp.1 → 1.3.9-dp.2

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
@@ -11712,7 +11712,7 @@ var DLMM = class {
11712
11712
  const binArraysCount = (await this.binArraysToBeCreate(lowerBinArrayIndex, upperBinArrayIndex)).length;
11713
11713
  const binArrayCost = binArraysCount * BIN_ARRAY_FEE;
11714
11714
  const binCount = maxBinId - minBinId + 1;
11715
- const positionCost = getPositionRentExemption(
11715
+ const positionCost = await getPositionRentExemption(
11716
11716
  this.program.provider.connection,
11717
11717
  new BN13(binCount)
11718
11718
  );