From a0b1d9ea5c72512f7b4ff1dcac765aa5242085c1 Mon Sep 17 00:00:00 2001 From: frozen <355847+Frozen@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:17:17 +0700 Subject: [PATCH] 295 epoch --- internal/params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/params/config.go b/internal/params/config.go index fc61123aa..f1000098a 100644 --- a/internal/params/config.go +++ b/internal/params/config.go @@ -110,7 +110,7 @@ var ( CrossShardXferPrecompileEpoch: big.NewInt(2), AllowlistEpoch: big.NewInt(2), LeaderRotationEpoch: EpochTBD, - LeaderRotationBlocksCount: 64, + LeaderRotationBlocksCount: 64, TesnetNinetyPercentEpoch: big.NewInt(399), FeeCollectEpoch: EpochTBD, }