@meteora-ag/dlmm 1.0.39-rc.20 → 1.0.39-rc.22
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.d.ts +0 -5
- package/dist/index.js +1 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1231,11 +1231,6 @@ var IDL = {
|
|
|
1231
1231
|
isMut: true,
|
|
1232
1232
|
isSigner: false
|
|
1233
1233
|
},
|
|
1234
|
-
{
|
|
1235
|
-
name: "feeOwner",
|
|
1236
|
-
isMut: false,
|
|
1237
|
-
isSigner: true
|
|
1238
|
-
},
|
|
1239
1234
|
{
|
|
1240
1235
|
name: "tokenXProgram",
|
|
1241
1236
|
isMut: false,
|
|
@@ -9087,10 +9082,9 @@ var DLMM = class {
|
|
|
9087
9082
|
swapForY,
|
|
9088
9083
|
activeId,
|
|
9089
9084
|
this.lbPair,
|
|
9090
|
-
_optionalChain([this, 'access', _58 => _58.binArrayBitmapExtension, 'optionalAccess', _59 => _59.account]),
|
|
9085
|
+
_nullishCoalesce(_optionalChain([this, 'access', _58 => _58.binArrayBitmapExtension, 'optionalAccess', _59 => _59.account]), () => ( null)),
|
|
9091
9086
|
binArrays
|
|
9092
9087
|
);
|
|
9093
|
-
console.log("\u{1F680} ~ DLMM ~ binArrayAccountToSwap:", binArrayAccountToSwap);
|
|
9094
9088
|
if (binArrayAccountToSwap == null) {
|
|
9095
9089
|
throw new Error("Insufficient liquidity");
|
|
9096
9090
|
}
|