Skip to content

Commit

Permalink
Updated staking start time for coston
Browse files Browse the repository at this point in the history
  • Loading branch information
mboben committed Jul 9, 2024
1 parent e716bbb commit 16ea0e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func getCostonInflationSettings(currentTimestamp time.Time, config *config.Confi
MaxStakeDuration: 365 * 24 * time.Hour,
MinFutureStartTimeOffset: MaxFutureStartTime,
MaxValidatorWeightFactor: 15,
MinStakeStartTime: time.Date(2024, time.July, 30, 0, 0, 0, 0, time.UTC),
MinStakeStartTime: time.Date(2024, time.July, 30, 12, 0, 0, 0, time.UTC),
}
}
}
Expand Down

0 comments on commit 16ea0e5

Please sign in to comment.