@meteora-ag/dlmm 1.5.0-sam.1 → 1.5.0-sam.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.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9413,6 +9413,7 @@ function toAmountsBothSideByStrategy(activeId, binStep, minBinId, maxBinId, amou
|
|
|
9413
9413
|
if (!isSingleSideX) {
|
|
9414
9414
|
if (minBinId <= activeId) {
|
|
9415
9415
|
const weights = toWeightSpotBalanced(minBinId, activeId);
|
|
9416
|
+
console.log("\u{1F680} ~ weights:", weights);
|
|
9416
9417
|
const amounts = toAmountBidSide(
|
|
9417
9418
|
activeId,
|
|
9418
9419
|
amountY,
|
|
@@ -9420,6 +9421,7 @@ function toAmountsBothSideByStrategy(activeId, binStep, minBinId, maxBinId, amou
|
|
|
9420
9421
|
mintY,
|
|
9421
9422
|
clock
|
|
9422
9423
|
);
|
|
9424
|
+
console.log("\u{1F680} ~ amounts:", amounts);
|
|
9423
9425
|
for (let bin of amounts) {
|
|
9424
9426
|
amountsInBin.push({
|
|
9425
9427
|
binId: bin.binId,
|