Skip to content

Commit

Permalink
remove harber fix time on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed Jun 28, 2024
1 parent fe5faf2 commit b7adcb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/chainspec/src/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ pub static BSC_MAINNET: Lazy<Arc<ChainSpec>> = Lazy::new(|| {
(Hardfork::FeynmanFix, ForkCondition::Timestamp(1713419340)),
(Hardfork::Cancun, ForkCondition::Timestamp(1718863500)),
(Hardfork::Haber, ForkCondition::Timestamp(1718863500)),
(Hardfork::HaberFix, ForkCondition::Timestamp(1720591588)),
]),
deposit_contract: None,
base_fee_params: BaseFeeParamsKind::Constant(BaseFeeParams::new(1, 1)),
Expand Down

0 comments on commit b7adcb8

Please sign in to comment.