Skip to content

Commit

Permalink
Changed coston max validator stake
Browse files Browse the repository at this point in the history
  • Loading branch information
mboben committed Jul 9, 2024
1 parent bda1560 commit b18952f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func getCostonInflationSettings(currentTimestamp time.Time, config *config.Confi
default:
return InflationSettings{
MinValidatorStake: 100 * units.KiloAvax,
MaxValidatorStake: 500 * units.MegaAvax,
MaxValidatorStake: 1000 * units.MegaAvax,
MinDelegatorStake: 10 * units.KiloAvax,
MinDelegationFee: 0,
MinStakeDuration: 24 * time.Hour,
Expand Down

0 comments on commit b18952f

Please sign in to comment.