Skip to content

Commit b7adcb8

Browse files
committed
remove harber fix time on mainnet
1 parent fe5faf2 commit b7adcb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/chainspec/src/spec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ pub static BSC_MAINNET: Lazy<Arc<ChainSpec>> = Lazy::new(|| {
8787
(Hardfork::FeynmanFix, ForkCondition::Timestamp(1713419340)),
8888
(Hardfork::Cancun, ForkCondition::Timestamp(1718863500)),
8989
(Hardfork::Haber, ForkCondition::Timestamp(1718863500)),
90-
(Hardfork::HaberFix, ForkCondition::Timestamp(1720591588)),
9190
]),
9291
deposit_contract: None,
9392
base_fee_params: BaseFeeParamsKind::Constant(BaseFeeParams::new(1, 1)),

0 commit comments

Comments
 (0)