Skip to content

Commit

Permalink
feature(op-node): add Fjord hard fork time (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
redhdx committed Aug 28, 2024
1 parent 345dc85 commit 0fccc7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions op-node/chaincfg/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ var OPBNBMainnet = rollup.Config{
CanyonTime: u64Ptr(1718870400), // Jun-20-2024 08:00 AM +UTC
DeltaTime: u64Ptr(1718871000), // Jun-20-2024 08:10 AM +UTC
EcotoneTime: u64Ptr(1718871600), // Jun-20-2024 08:20 AM +UTC
FjordTime: u64Ptr(1727157600), // Sep-24-2024 06:00 AM +UTC
}

var OPBNBTestnet = rollup.Config{
Expand Down Expand Up @@ -177,6 +178,7 @@ var OPBNBTestnet = rollup.Config{
CanyonTime: u64Ptr(1715753400), // May-15-2024 06:10 AM +UTC
DeltaTime: u64Ptr(1715754000), // May-15-2024 06:20 AM +UTC
EcotoneTime: u64Ptr(1715754600), // May-15-2024 06:30 AM +UTC
FjordTime: u64Ptr(1725948000), // Sep-10-2024 06:00 AM +UTC
}

var OPBNBQANet = rollup.Config{
Expand Down

0 comments on commit 0fccc7a

Please sign in to comment.