Skip to content

Commit

Permalink
chore: update chain spec for rialto
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Jan 16, 2025
1 parent d5f5027 commit 7ecd9d9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions crates/bsc/hardforks/src/hardfork.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,16 +311,16 @@ impl BscHardfork {
(EthereumHardfork::London.boxed(), ForkCondition::Block(8)),
(Self::Hertz.boxed(), ForkCondition::Block(8)),
(Self::HertzFix.boxed(), ForkCondition::Block(8)),
(EthereumHardfork::Shanghai.boxed(), ForkCondition::Timestamp(1734677155)),
(Self::Kepler.boxed(), ForkCondition::Timestamp(1734677155)),
(Self::Feynman.boxed(), ForkCondition::Timestamp(1734677155)),
(Self::FeynmanFix.boxed(), ForkCondition::Timestamp(1734677155)),
(EthereumHardfork::Cancun.boxed(), ForkCondition::Timestamp(1734677155)),
(Self::Haber.boxed(), ForkCondition::Timestamp(1734677155)),
(Self::HaberFix.boxed(), ForkCondition::Timestamp(1734677155)),
(Self::Bohr.boxed(), ForkCondition::Timestamp(1734677155)),
(EthereumHardfork::Prague.boxed(), ForkCondition::Timestamp(1734738355)),
(Self::Pascal.boxed(), ForkCondition::Timestamp(1734738355)),
(EthereumHardfork::Shanghai.boxed(), ForkCondition::Timestamp(1735907364)),
(Self::Kepler.boxed(), ForkCondition::Timestamp(1735907364)),
(Self::Feynman.boxed(), ForkCondition::Timestamp(1735907364)),
(Self::FeynmanFix.boxed(), ForkCondition::Timestamp(1735907364)),
(EthereumHardfork::Cancun.boxed(), ForkCondition::Timestamp(1735907364)),
(Self::Haber.boxed(), ForkCondition::Timestamp(1735907364)),
(Self::HaberFix.boxed(), ForkCondition::Timestamp(1735907364)),
(Self::Bohr.boxed(), ForkCondition::Timestamp(1735907364)),
(EthereumHardfork::Prague.boxed(), ForkCondition::Timestamp(1735968564)),
(Self::Pascal.boxed(), ForkCondition::Timestamp(1735968564)),
])
}
}
Expand Down

0 comments on commit 7ecd9d9

Please sign in to comment.