Skip to content

Commit

Permalink
chore: set STRIDE_EPOCH duration to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
hallazzang committed May 20, 2024
1 parent 6f8d337 commit 262c55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/epochs/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func DefaultGenesis() *GenesisState {
{
Identifier: STRIDE_EPOCH,
StartTime: time.Time{},
Duration: time.Hour * 6,
Duration: time.Minute * 10,
CurrentEpoch: 0,
CurrentEpochStartHeight: 0,
CurrentEpochStartTime: time.Time{},
Expand Down

0 comments on commit 262c55c

Please sign in to comment.