diff --git a/crates/ethereum-forks/src/hardfork/ethereum.rs b/crates/ethereum-forks/src/hardfork/ethereum.rs index 4e13b001786c..c728f6ed6634 100644 --- a/crates/ethereum-forks/src/hardfork/ethereum.rs +++ b/crates/ethereum-forks/src/hardfork/ethereum.rs @@ -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 { match self { - Self::Paris => Some(1735371), + Self::Paris => Some(1450409), Self::Shanghai => Some(2990908), Self::Cancun => Some(5187023), Self::Frontier |