@meteora-ag/dlmm 1.5.2-rc.3 → 1.5.2-rc.4
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
|
@@ -14831,6 +14831,7 @@ var DLMM = class {
|
|
|
14831
14831
|
const posShare = posShares[idx];
|
|
14832
14832
|
const posBinRewardInfo = positionRewardInfos[idx];
|
|
14833
14833
|
if (bin.binId === 17629) {
|
|
14834
|
+
console.log("index", idx);
|
|
14834
14835
|
console.log("supply", binSupply.toString());
|
|
14835
14836
|
console.log("share", posShare.toString());
|
|
14836
14837
|
}
|