From c96f7119438be685b4830e7b96de7ebac4ab134a Mon Sep 17 00:00:00 2001 From: redhdx <136775144+redhdx@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:28:57 +0800 Subject: [PATCH] feature(op-geth): add Fjord hard fork time (#152) --- params/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/params/config.go b/params/config.go index e811b72053..baa8586c68 100644 --- a/params/config.go +++ b/params/config.go @@ -207,6 +207,7 @@ var ( EcotoneTime: newUint64(1718871600), // Jun-20-2024 08:20 AM +UTC HaberTime: newUint64(1718872200), // Jun-20-2024 08:30 AM +UTC WrightTime: newUint64(1724738400), // Aug-27-2024 06:00 AM +UTC + FjordTime: newUint64(1727157600), // Sep-24-2024 06:00 AM +UTC } // OPBNBTestNetConfig is the chain parameters to run a node on the opBNB testnet network. OPBNBTestNetConfig = &ChainConfig{ @@ -243,6 +244,7 @@ var ( EcotoneTime: newUint64(1715754600), // May-15-2024 06:30 AM +UTC HaberTime: newUint64(1717048800), // May-30-2024 06:00 AM +UTC WrightTime: newUint64(1723701600), // Aug-15-2024 06:00 AM +UTC + FjordTime: newUint64(1725948000), // Sep-10-2024 06:00 AM +UTC } // OPBNBQANetConfig is the chain parameters to run a node on the opBNB qa network. It is just for internal test. OPBNBQANetConfig = &ChainConfig{