alloy_hardforks/ethereum/
hoodi.rs

1//! Hoodi hardfork starting points
2
3/// Prague hoodi hard fork activation block is 60412.
4pub const HOODI_PRAGUE_BLOCK: u64 = 60412;
5
6/// Prague hoodi hard fork activation timestamp is 1742999832.
7pub const HOODI_PRAGUE_TIMESTAMP: u64 = 1_742_999_832;