Skip to content

Commit 4892a0c

Browse files
klkvrmattsse
authored andcommitted
fix: sepolia paris block (#14766)
1 parent 1e965ca commit 4892a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ethereum-forks/src/hardfork/ethereum.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ impl EthereumHardfork {
380380
(
381381
Self::Paris,
382382
ForkCondition::TTD {
383-
activation_block_number: 1735371,
383+
activation_block_number: 1450409,
384384
fork_block: Some(1735371),
385385
total_difficulty: uint!(17_000_000_000_000_000_U256),
386386
},

0 commit comments

Comments
 (0)