Skip to content

Commit

Permalink
fix: use correct merge activation block for sepolia (#13466)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Dec 20, 2024
1 parent 04af678 commit 2183e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ethereum-forks/src/hardfork/ethereum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl EthereumHardfork {
/// Retrieves the activation block for the specified hardfork on the Sepolia testnet.
pub const fn sepolia_activation_block(&self) -> Option<u64> {
match self {
Self::Paris => Some(1735371),
Self::Paris => Some(1450409),
Self::Shanghai => Some(2990908),
Self::Cancun => Some(5187023),
Self::Frontier |
Expand Down

0 comments on commit 2183e49

Please sign in to comment.