Skip to content

Commit

Permalink
feature(op-geth): add mainnet wright hard fork time (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
redhdx authored Aug 8, 2024
1 parent 7fd1790 commit 16cc59f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 16cc59f

Please sign in to comment.