fix: use correct merge activation block for sepolia (#13466)

This commit is contained in:
Matthias Seitz
2024-12-20 09:42:54 +01:00
committed by GitHub
parent 04af67879c
commit 2183e49552

View File

@@ -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 |