@meteora-ag/dlmm 1.6.0-rc.23 → 1.6.0-rc.24
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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15258,6 +15258,7 @@ var DLMM = class {
|
|
|
15258
15258
|
const binArraysPubkey = /* @__PURE__ */ new Set();
|
|
15259
15259
|
let shouldStop = false;
|
|
15260
15260
|
let activeIdToLoop = this.lbPair.activeId;
|
|
15261
|
+
console.log(this.program.programId.toBase58());
|
|
15261
15262
|
while (!shouldStop) {
|
|
15262
15263
|
const binArrayIndex = findNextBinArrayIndexWithLiquidity(
|
|
15263
15264
|
swapForY,
|