Skip to content

Commit

Permalink
Use default rewards per second of 744191
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Sep 14, 2023
1 parent 974caac commit 179fdaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/community/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import (

var (
DefaultUpgradeTimeDisableInflation = time.Time{}
DefaultRewardsPerSecond = sdkmath.ZeroInt()
// DefaultRewardsPerSecond is ~4.6 KAVA per block, 6.3s block time
DefaultRewardsPerSecond = sdkmath.NewInt(744191)
)

// NewParams returns a new params object
Expand Down

0 comments on commit 179fdaf

Please sign in to comment.