Skip to content

Commit

Permalink
Updated inflation settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Boben committed Jul 26, 2024
1 parent 3f529c1 commit c759e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vms/platformvm/txs/executor/inflation_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,15 @@ func getCostonInflationSettings(currentTimestamp time.Time, config *config.Confi
default:
return InflationSettings{
MinValidatorStake: 100 * units.KiloAvax,
MaxValidatorStake: 50 * units.MegaAvax,
MaxValidatorStake: 1000 * units.MegaAvax,
MinDelegatorStake: 10 * units.KiloAvax,
MinDelegationFee: 0,
MinStakeDuration: 24 * time.Hour,
MinDelegateDuration: 1 * time.Hour,
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 c759e41

Please sign in to comment.