diff --git a/params/config.go b/params/config.go index 9eaf2c7e9a..b837cceede 100644 --- a/params/config.go +++ b/params/config.go @@ -201,6 +201,7 @@ var ( CancunTime: newUint64(1718871600), // Jun-20-2024 08:20 AM +UTC 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 } // OPBNBTestNetConfig is the chain parameters to run a node on the opBNB testnet network. OPBNBTestNetConfig = &ChainConfig{