From dad7d802ffd8d54cfe4b0d42f40f5e3484473667 Mon Sep 17 00:00:00 2001 From: Arsenii Kulikov Date: Fri, 28 Feb 2025 02:30:31 +0400 Subject: [PATCH] fix: sepolia paris block (#14766) --- crates/ethereum-forks/src/hardfork/ethereum.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ethereum-forks/src/hardfork/ethereum.rs b/crates/ethereum-forks/src/hardfork/ethereum.rs index 75095e4406..88e3943617 100644 --- a/crates/ethereum-forks/src/hardfork/ethereum.rs +++ b/crates/ethereum-forks/src/hardfork/ethereum.rs @@ -380,7 +380,7 @@ impl EthereumHardfork { ( Self::Paris, ForkCondition::TTD { - activation_block_number: 1735371, + activation_block_number: 1450409, fork_block: Some(1735371), total_difficulty: uint!(17_000_000_000_000_000_U256), },