We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5faf2 commit b7adcb8Copy full SHA for b7adcb8
crates/chainspec/src/spec.rs
@@ -87,7 +87,6 @@ pub static BSC_MAINNET: Lazy<Arc<ChainSpec>> = Lazy::new(|| {
87
(Hardfork::FeynmanFix, ForkCondition::Timestamp(1713419340)),
88
(Hardfork::Cancun, ForkCondition::Timestamp(1718863500)),
89
(Hardfork::Haber, ForkCondition::Timestamp(1718863500)),
90
- (Hardfork::HaberFix, ForkCondition::Timestamp(1720591588)),
91
]),
92
deposit_contract: None,
93
base_fee_params: BaseFeeParamsKind::Constant(BaseFeeParams::new(1, 1)),
0 commit comments