Skip to content

Commit

Permalink
feat: add mainnet fork time for HaberFix and Bohr upgrade (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu authored Aug 22, 2024
1 parent d6ab73e commit 74948d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ethereum-forks/src/hardfork/bsc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ impl BscHardfork {
(Self::FeynmanFix.boxed(), ForkCondition::Timestamp(1713419340)),
(EthereumHardfork::Cancun.boxed(), ForkCondition::Timestamp(1718863500)),
(Self::Haber.boxed(), ForkCondition::Timestamp(1718863500)),
(Self::HaberFix.boxed(), ForkCondition::Timestamp(1727316120)),
(Self::Bohr.boxed(), ForkCondition::Timestamp(1727317200)),
])
}

Expand Down

0 comments on commit 74948d9

Please sign in to comment.