Skip to content

Commit

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

0 comments on commit c96f711

Please sign in to comment.