From 28ad1e7b04c1af5e4193541a645884606de7310f Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Wed, 18 Mar 2020 13:35:20 -0700 Subject: [PATCH] [p2] use 5 minutes per epoch Signed-off-by: Leo Chen --- internal/configs/sharding/pangaea.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/configs/sharding/pangaea.go b/internal/configs/sharding/pangaea.go index ceccccbc8..259bcad7b 100644 --- a/internal/configs/sharding/pangaea.go +++ b/internal/configs/sharding/pangaea.go @@ -15,8 +15,8 @@ var PangaeaSchedule pangaeaSchedule type pangaeaSchedule struct{} const ( - // ~64 sec epochs for P1 of open staking - pangaeaBlocksPerEpoch = 8 + // ~304 sec epochs for P2 of open staking + pangaeaBlocksPerEpoch = 38 pangaeaVdfDifficulty = 10000 // This takes about 20s to finish the vdf