Skip to content

Commit 74948d9

Browse files
authored
feat: add mainnet fork time for HaberFix and Bohr upgrade (bnb-chain#116)
1 parent d6ab73e commit 74948d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • crates/ethereum-forks/src/hardfork

crates/ethereum-forks/src/hardfork/bsc.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ impl BscHardfork {
221221
(Self::FeynmanFix.boxed(), ForkCondition::Timestamp(1713419340)),
222222
(EthereumHardfork::Cancun.boxed(), ForkCondition::Timestamp(1718863500)),
223223
(Self::Haber.boxed(), ForkCondition::Timestamp(1718863500)),
224+
(Self::HaberFix.boxed(), ForkCondition::Timestamp(1727316120)),
225+
(Self::Bohr.boxed(), ForkCondition::Timestamp(1727317200)),
224226
])
225227
}
226228

0 commit comments

Comments
 (0)