Commit ff566c42 authored by Sunny Aggarwal's avatar Sunny Aggarwal
Browse files

testnet time

parent 22225030
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment