Skip to content

Commit

Permalink
feat: add fork time for Bohr Hardfork of BSC in testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Aug 7, 2024
1 parent 0e67768 commit 31cc9d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ethereum-forks/src/hardfork/bsc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ impl BscHardfork {
(EthereumHardfork::Cancun.boxed(), ForkCondition::Timestamp(1713330442)),
(Self::Haber.boxed(), ForkCondition::Timestamp(1716962820)),
(Self::HaberFix.boxed(), ForkCondition::Timestamp(1719986788)),
(Self::Bohr.boxed(), ForkCondition::Timestamp(1724116996)),
])
}

Expand Down

0 comments on commit 31cc9d3

Please sign in to comment.