From 382c2b37bf3c8d1c2b98703864ed950a843393dd Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Thu, 17 Oct 2024 16:20:27 +0700 Subject: [PATCH] revert changes to 'AllDevChainProtocolChanges' to match master --- params/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/params/config.go b/params/config.go index 0f3fc22318..ee33bb3118 100644 --- a/params/config.go +++ b/params/config.go @@ -156,6 +156,7 @@ var ( ShanghaiTime: newUint64(0), CancunTime: newUint64(0), TerminalTotalDifficulty: big.NewInt(0), + PragueTime: newUint64(0), } // AllCliqueProtocolChanges contains every protocol change (EIPs) introduced