@meteora-ag/dlmm 1.5.2-rc.5 → 1.5.2-rc.6
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
|
@@ -14834,6 +14834,7 @@ var DLMM = class {
|
|
|
14834
14834
|
console.log("index", idx);
|
|
14835
14835
|
console.log("supply", binSupply.toString());
|
|
14836
14836
|
console.log("share", posShare.toString());
|
|
14837
|
+
console.log("binXAmount", bin.xAmount.toString());
|
|
14837
14838
|
}
|
|
14838
14839
|
const positionXAmount = binSupply.eq(ZERO) ? ZERO : posShare.mul(bin.xAmount).div(binSupply);
|
|
14839
14840
|
const positionYAmount = binSupply.eq(ZERO) ? ZERO : posShare.mul(bin.yAmount).div(binSupply);
|