[config] Make epoch 8 blocks for P1 open staking testnets

pull/2519/head
Daniel Van Der Maden 5 years ago
parent 22de132fd1
commit 2838d32f64
  1. 4
      internal/configs/sharding/pangaea.go
  2. 4
      internal/configs/sharding/stress.go
  3. 4
      internal/configs/sharding/testnet.go

@ -15,8 +15,8 @@ var PangaeaSchedule pangaeaSchedule
type pangaeaSchedule struct{}
const (
// 10 minutes per epoch (at 8s/block)
pangaeaBlocksPerEpoch = 75
// ~64 sec epochs for P1 of open staking
pangaeaBlocksPerEpoch = 8
pangaeaVdfDifficulty = 10000 // This takes about 20s to finish the vdf

@ -16,8 +16,8 @@ var StressNetSchedule stressnetSchedule
type stressnetSchedule struct{}
const (
// 10 minutes per epoch (at 8s/block)
stressnetBlocksPerEpoch = 75
// ~64 sec epochs for P1 of open staking
stressnetBlocksPerEpoch = 8
stressnetVdfDifficulty = 10000 // This takes about 20s to finish the vdf

@ -16,8 +16,8 @@ var TestnetSchedule testnetSchedule
type testnetSchedule struct{}
const (
// 10 minutes per epoch (at 8s/block)
testnetBlocksPerEpoch = 75
// ~64 sec epochs for P1 of open staking
testnetBlocksPerEpoch = 8
testnetVdfDifficulty = 10000 // This takes about 20s to finish the vdf

Loading…
Cancel
Save