alloy_hardforks/arbitrum/
sepolia.rs

1//! Arbitrum Sepolia hardfork starting points
2
3/// Shanghai arbitrum sepolia hard fork activation block is 10653737.
4pub const ARBITRUM_SEPOLIA_SHANGHAI_BLOCK: u64 = 10_653_737;
5/// Cancun arbitrum sepolia hard fork activation block is 18683405.
6pub const ARBITRUM_SEPOLIA_CANCUN_BLOCK: u64 = 18_683_405;
7/// Paris arbitrum sepolia hard fork activation timestamp is 1692726996.
8pub const ARBITRUM_SEPOLIA_PARIS_TIMESTAMP: u64 = 1_692_726_996;
9/// Shanghai arbitrum sepolia hard fork activation timestamp is 1706634000.
10pub const ARBITRUM_SEPOLIA_SHANGHAI_TIMESTAMP: u64 = 1_706_634_000;
11/// Cancun arbitrum sepolia hard fork activation timestamp is 1709229600.
12pub const ARBITRUM_SEPOLIA_CANCUN_TIMESTAMP: u64 = 1_709_229_600;