alloy-hardforks 0.2.13

Bindings for named hardforks
Documentation
1
2
3
4
5
6
7
//! Hoodi hardfork starting points

/// Prague hoodi hard fork activation block is 60412.
pub const HOODI_PRAGUE_BLOCK: u64 = 60412;

/// Prague hoodi hard fork activation timestamp is 1742999832.
pub const HOODI_PRAGUE_TIMESTAMP: u64 = 1_742_999_832;