@meteora-ag/dlmm 1.6.0-rc.16 → 1.6.0-rc.17
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
|
@@ -13064,6 +13064,7 @@ function findBaseDeltaX(amountX, minDeltaId, maxDeltaId, binStep, activeId, minX
|
|
|
13064
13064
|
let c = new (0, _bnjs2.default)(0);
|
|
13065
13065
|
let m1 = minDeltaId;
|
|
13066
13066
|
let m2 = maxDeltaId;
|
|
13067
|
+
console.log(m1.toNumber(), m2.toNumber());
|
|
13067
13068
|
for (let m = m1.toNumber(); m <= m2.toNumber(); m++) {
|
|
13068
13069
|
const binId = activeId.addn(m);
|
|
13069
13070
|
const pm = getQPriceFromId(binId.neg(), binStep);
|