@meteora-ag/dlmm 1.0.39-rc.20 → 1.0.39-rc.21
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.mjs
CHANGED
|
@@ -9087,10 +9087,9 @@ var DLMM = class {
|
|
|
9087
9087
|
swapForY,
|
|
9088
9088
|
activeId,
|
|
9089
9089
|
this.lbPair,
|
|
9090
|
-
this.binArrayBitmapExtension?.account,
|
|
9090
|
+
this.binArrayBitmapExtension?.account ?? null,
|
|
9091
9091
|
binArrays
|
|
9092
9092
|
);
|
|
9093
|
-
console.log("\u{1F680} ~ DLMM ~ binArrayAccountToSwap:", binArrayAccountToSwap);
|
|
9094
9093
|
if (binArrayAccountToSwap == null) {
|
|
9095
9094
|
throw new Error("Insufficient liquidity");
|
|
9096
9095
|
}
|