From bce2a8db3a884cd559b87cc9b4d3beaf0bfb9866 Mon Sep 17 00:00:00 2001 From: frozen <355847+Frozen@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:13:13 -0400 Subject: [PATCH] Set activation epoch 5. --- internal/params/config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/params/config.go b/internal/params/config.go index b32ec43fc4..25cde5b7ba 100644 --- a/internal/params/config.go +++ b/internal/params/config.go @@ -307,8 +307,8 @@ var ( SlotsLimitedEpoch: EpochTBD, // epoch to enable HIP-16 CrossShardXferPrecompileEpoch: big.NewInt(1), AllowlistEpoch: EpochTBD, - LeaderRotationInternalValidatorsEpoch: big.NewInt(2), - LeaderRotationExternalValidatorsEpoch: big.NewInt(2), + LeaderRotationInternalValidatorsEpoch: big.NewInt(5), + LeaderRotationExternalValidatorsEpoch: big.NewInt(5), FeeCollectEpoch: big.NewInt(2), ValidatorCodeFixEpoch: big.NewInt(2), HIP30Epoch: EpochTBD, @@ -317,8 +317,8 @@ var ( MaxRateEpoch: EpochTBD, DevnetExternalEpoch: EpochTBD, TestnetExternalEpoch: EpochTBD, - IsOneSecondEpoch: big.NewInt(2), - IsRotationEachBlockEpoch: big.NewInt(2), + IsOneSecondEpoch: big.NewInt(5), + IsRotationEachBlockEpoch: big.NewInt(5), } // AllProtocolChanges ...