We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ab73e commit 74948d9Copy full SHA for 74948d9
1 file changed
crates/ethereum-forks/src/hardfork/bsc.rs
@@ -221,6 +221,8 @@ impl BscHardfork {
221
(Self::FeynmanFix.boxed(), ForkCondition::Timestamp(1713419340)),
222
(EthereumHardfork::Cancun.boxed(), ForkCondition::Timestamp(1718863500)),
223
(Self::Haber.boxed(), ForkCondition::Timestamp(1718863500)),
224
+ (Self::HaberFix.boxed(), ForkCondition::Timestamp(1727316120)),
225
+ (Self::Bohr.boxed(), ForkCondition::Timestamp(1727317200)),
226
])
227
}
228
0 commit comments