From 1ea5ec844dacf83e3f2459191b4fe2a748fd3574 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ Date: Sat, 3 Aug 2024 13:27:24 +0800 Subject: [PATCH] hack shanghaiBlock --- params/config.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/params/config.go b/params/config.go index 6cd8dd8d4a1c..fc05b99bd2e9 100644 --- a/params/config.go +++ b/params/config.go @@ -535,11 +535,11 @@ type ChainConfig struct { // Fork scheduling was switched from blocks to timestamps here - ShanghaiTime *uint64 `json:"shanghaiTime,omitempty"` // Shanghai switch time (nil = no fork, 0 = already on shanghai) - CancunTime *uint64 `json:"cancunTime,omitempty"` // Cancun switch time (nil = no fork, 0 = already on cancun) - PragueTime *uint64 `json:"pragueTime,omitempty"` // Prague switch time (nil = no fork, 0 = already on prague) - VerkleTime *uint64 `json:"verkleTime,omitempty"` // Verkle switch time (nil = no fork, 0 = already on verkle) - DarwinTime *uint64 `json:"darwinTime,omitempty"` // Darwin switch time (nil = no fork, 0 = already on darwin) + ShanghaiTime *uint64 `json:"shanghaiBlock,omitempty"` // Shanghai switch time (nil = no fork, 0 = already on shanghai) + CancunTime *uint64 `json:"cancunTime,omitempty"` // Cancun switch time (nil = no fork, 0 = already on cancun) + PragueTime *uint64 `json:"pragueTime,omitempty"` // Prague switch time (nil = no fork, 0 = already on prague) + VerkleTime *uint64 `json:"verkleTime,omitempty"` // Verkle switch time (nil = no fork, 0 = already on verkle) + DarwinTime *uint64 `json:"darwinTime,omitempty"` // Darwin switch time (nil = no fork, 0 = already on darwin) // TerminalTotalDifficulty is the amount of total difficulty reached by // the network that triggers the consensus upgrade.