Skip to content

Commit

Permalink
config: Mainnet canyon/delta/ecotone fork time (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
welkin22 committed May 27, 2024
1 parent 777fd9b commit 7b9db84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions op-node/chaincfg/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ var OPBNBMainnet = rollup.Config{
RegolithTime: u64Ptr(0),
Fermat: big.NewInt(9397477), // Nov-28-2023 06 AM +UTC
SnowTime: u64Ptr(1713160800), // Apr-15-2024 06 AM +UTC
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
}

var OPBNBTestnet = rollup.Config{
Expand Down

0 comments on commit 7b9db84

Please sign in to comment.