Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions indy_rewards/sp/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@ def gov_epoch_emission(epoch: int) -> float:
if epoch >= 524:
return 5315

if epoch >= 491:
return 6046.33

if epoch >= 488:
return 6046.11

Expand Down