TEST: check rewards balances after 10 years and without new rewards

This commit is contained in:
Andrea Franz
2025-02-04 02:38:19 +01:00
parent 62ddcdca44
commit 65e135c046

View File

@@ -2220,6 +2220,12 @@ contract RewardsStreamerMP_RewardsTest is RewardsStreamerMPTest {
s.addReward(1000e18);
dump(s);
console.log("--------------");
vm.warp(initialTime + 3650 days);
console.log("after 10 years, no rewards");
dump(s);
// console.log("total rewards supply", s.rewardsTotalSupply());
// console.log("rewardIndex", s.rewardIndex());
// console.log("alice balance", s.rewardsBalanceOf(alice));