Skip to content

Commit e223de9

Browse files
authored
chore(timestamps): update timestamps for jovian (#82)
1 parent b17604a commit e223de9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/op-hardforks/src/optimism/mainnet.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ pub const OP_MAINNET_GRANITE_TIMESTAMP: u64 = 1_726_070_401;
2020
pub const OP_MAINNET_HOLOCENE_TIMESTAMP: u64 = 1_736_445_601;
2121
/// Isthmus hardfork activation timestamp is 1746806401.
2222
pub 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;

crates/op-hardforks/src/optimism/sepolia.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ pub const OP_SEPOLIA_GRANITE_TIMESTAMP: u64 = 1_723_478_400;
1616
pub const OP_SEPOLIA_HOLOCENE_TIMESTAMP: u64 = 1_732_633_200;
1717
/// Isthmus sepolia hardfork activation timestamp is 1744905600.
1818
pub 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;

0 commit comments

Comments
 (0)