alloy-hardforks 0.2.13

Bindings for named hardforks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Arbitrum One hardfork starting points

/// Shanghai arbitrum hard fork activation block is 184097479.
pub const ARBITRUM_ONE_SHANGHAI_BLOCK: u64 = 184_097_479;
/// Cancun arbitrum hard fork activation block is 190301729.
pub const ARBITRUM_ONE_CANCUN_BLOCK: u64 = 190_301_729;
/// Prague arbitrum hard fork activation block is 348448105.
pub const ARBITRUM_ONE_PRAGUE_BLOCK: u64 = 348_448_105;

/// Paris arbitrum hard fork activation timestamp is 1622240000.
pub const ARBITRUM_ONE_PARIS_TIMESTAMP: u64 = 1_622_240_000;
/// Shanghai arbitrum hard fork activation timestamp is 1708804873.
pub const ARBITRUM_ONE_SHANGHAI_TIMESTAMP: u64 = 1_708_804_873;
/// Cancun arbitrum hard fork activation timestamp is 1710424089.
pub const ARBITRUM_ONE_CANCUN_TIMESTAMP: u64 = 1_710_424_089;
/// Prague arbitrum hard fork activation timestamp is 1750201532.
pub const ARBITRUM_ONE_PRAGUE_TIMESTAMP: u64 = 1_750_201_532;