Skip to content

Commit

Permalink
testnet time
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 committed Jun 17, 2021
1 parent 2222503 commit ff566c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/osmosisd/cmd/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ func TestnetGenesisParams() GenesisParams {
epoch.StartTime = genParams.GenesisTime
}

genParams.StakingParams.UnbondingTime = time.Minute * 3 // 3 min
genParams.StakingParams.UnbondingTime = time.Hour * 24 * 7 * 2 // 2 weeks

genParams.MintParams.EpochIdentifier = "15min" // 15min
genParams.MintParams.ReductionPeriodInEpochs = 192 // 2 days
Expand Down

0 comments on commit ff566c4

Please sign in to comment.