@meteora-ag/dlmm 1.5.2-rc.3 → 1.5.2-rc.5

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 CHANGED
@@ -14830,7 +14830,8 @@ var DLMM = class {
14830
14830
  const binSupply = bin.supply;
14831
14831
  const posShare = posShares[idx];
14832
14832
  const posBinRewardInfo = positionRewardInfos[idx];
14833
- if (bin.binId === 17629) {
14833
+ if (bin.binId === 17630) {
14834
+ console.log("index", idx);
14834
14835
  console.log("supply", binSupply.toString());
14835
14836
  console.log("share", posShare.toString());
14836
14837
  }