File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
crates/op-hardforks/src/optimism Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ pub const OP_MAINNET_GRANITE_TIMESTAMP: u64 = 1_726_070_401;
2020pub const OP_MAINNET_HOLOCENE_TIMESTAMP : u64 = 1_736_445_601 ;
2121/// Isthmus hardfork activation timestamp is 1746806401.
2222pub const OP_MAINNET_ISTHMUS_TIMESTAMP : u64 = 1_746_806_401 ;
23- /// Jovian hardfork activation timestamp is 1_764_086_401.
24- pub const OP_MAINNET_JOVIAN_TIMESTAMP : u64 = 1_764_086_401 ;
23+ /// Jovian hardfork activation timestamp is 1_764_691_201 # Tue 2 Dec 2025 16:00:01 UTC
24+ pub const OP_MAINNET_JOVIAN_TIMESTAMP : u64 = 1_764_691_201 ;
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ pub const OP_SEPOLIA_GRANITE_TIMESTAMP: u64 = 1_723_478_400;
1616pub const OP_SEPOLIA_HOLOCENE_TIMESTAMP : u64 = 1_732_633_200 ;
1717/// Isthmus sepolia hardfork activation timestamp is 1744905600.
1818pub const OP_SEPOLIA_ISTHMUS_TIMESTAMP : u64 = 1_744_905_600 ;
19- /// Jovian sepolia hardfork activation timestamp is 1_762_963_201 .
20- pub const OP_SEPOLIA_JOVIAN_TIMESTAMP : u64 = 1_762_963_201 ;
19+ /// Jovian sepolia hardfork activation timestamp is 1_763_568_001 # Wed 19 Nov 2025 16:00:01 UTC .
20+ pub const OP_SEPOLIA_JOVIAN_TIMESTAMP : u64 = 1_763_568_001 ;
You can’t perform that action at this time.
0 commit comments