Skip to content

Commit

Permalink
Update switchover time to 10pm utc
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Nov 2, 2023
1 parent 77dda02 commit 3f5bf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (

// 10 Million KAVA per year in staking rewards, inflation disable time 2024-01-01T00:00:00 UTC
CommunityParams_Mainnet = communitytypes.NewParams(
time.Date(2023, 11, 2, 0, 0, 0, 0, time.UTC),
time.Date(2023, 11, 2, 22, 0, 0, 0, time.UTC),
// before switchover
sdkmath.LegacyZeroDec(),
// after switchover - 10M KAVA to ukava per year / seconds per year
Expand Down

0 comments on commit 3f5bf9a

Please sign in to comment.