|
|
@ -15,8 +15,8 @@ var PangaeaSchedule pangaeaSchedule |
|
|
|
type pangaeaSchedule struct{} |
|
|
|
type pangaeaSchedule struct{} |
|
|
|
|
|
|
|
|
|
|
|
const ( |
|
|
|
const ( |
|
|
|
// ~64 sec epochs for P1 of open staking
|
|
|
|
// ~304 sec epochs for P2 of open staking
|
|
|
|
pangaeaBlocksPerEpoch = 8 |
|
|
|
pangaeaBlocksPerEpoch = 38 |
|
|
|
|
|
|
|
|
|
|
|
pangaeaVdfDifficulty = 10000 // This takes about 20s to finish the vdf
|
|
|
|
pangaeaVdfDifficulty = 10000 // This takes about 20s to finish the vdf
|
|
|
|
|
|
|
|
|
|
|
|