@meteora-ag/cp-amm-sdk 1.0.11-rc.4 → 1.0.11-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
@@ -6394,7 +6394,7 @@ function getRewardInfo(poolState, positionState, rewardIndex, currentTime, perio
6394
6394
  return {
6395
6395
  rewardPendings: userRewardInfo.rewardPendings.add(newReward),
6396
6396
  totalUserRewardPerPeriod,
6397
- totalPoolRewardPerPeriod: totalRewardPerPeriod,
6397
+ totalPoolRewardPerPeriod: totalRewardPerPeriod.shrn(64),
6398
6398
  rewardBalance: totalReward.sub(totalRewardDistributed)
6399
6399
  };
6400
6400
  }