Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions crates/hardforks/src/ethereum/mainnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ pub const MAINNET_SHANGHAI_TIMESTAMP: u64 = 1_681_338_455;
pub const MAINNET_CANCUN_TIMESTAMP: u64 = 1_710_338_135;
/// Prague hard fork activation timestamp is 1746612311.
pub const MAINNET_PRAGUE_TIMESTAMP: u64 = 1_746_612_311;
/// Osaka hard fork activation timestamp is 1764798551.
pub const MAINNET_OSAKA_TIMESTAMP: u64 = 1_764_798_551;
/// BPO1 hardfork activation timestamp is 1765290071.
pub const MAINNET_BPO1_TIMESTAMP: u64 = 1_765_290_071;
/// BPO2 hardfork activation timestamp is 1767747671.
pub const MAINNET_BPO2_TIMESTAMP: u64 = 1_767_747_671;
Loading