Skip to content

Commit

Permalink
Merge pull request #189 from redhdx/feature/add_hardfork_config
Browse files Browse the repository at this point in the history
feature(op-node): add opBNB qanet hard fork config
  • Loading branch information
bnoieh authored Apr 29, 2024
2 parents f618e0c + e8191ab commit 8f4c61c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions op-node/chaincfg/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,10 @@ var OPBNBQANet = rollup.Config{
L1SystemConfigAddress: common.HexToAddress("0x6d01faabdf7405dcdeb251761d656f7e8538652b"),
RegolithTime: u64Ptr(0),
Fermat: big.NewInt(0),
// TODO update snow fork and other 4844 forks
SnowTime: nil,
SnowTime: u64Ptr(1714384800), // Apr-29-2024 10:00 AM +UTC
CanyonTime: u64Ptr(1714385400), // Apr-29-2024 10:10 AM +UTC
DeltaTime: u64Ptr(1714386000), // Apr-29-2024 10:20 AM +UTC
EcotoneTime: u64Ptr(1714386600), // Apr-29-2024 10:30 AM +UTC
}

func u64Ptr(v uint64) *uint64 {
Expand Down

0 comments on commit 8f4c61c

Please sign in to comment.