From 495ee5f7a569bc4c93c5e9b5b7c6b784139f3fea Mon Sep 17 00:00:00 2001 From: Diego Nava Date: Fri, 26 Jan 2024 12:44:04 +0100 Subject: [PATCH] push the activation of the external devnet 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 07a8a59178..9fcfc14088 100644 --- a/internal/params/config.go +++ b/internal/params/config.go @@ -212,7 +212,7 @@ var ( HIP30Epoch: big.NewInt(7), BlockGas30MEpoch: big.NewInt(7), MaxRateEpoch: EpochTBD, - DevnetExternalEpoch: big.NewInt(135), + DevnetExternalEpoch: big.NewInt(142), } // StressnetChainConfig contains the chain parameters for the Stress test network.