Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion crates/op-hardforks/src/base/sepolia.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ pub const BASE_SEPOLIA_GRANITE_TIMESTAMP: u64 = OP_SEPOLIA_GRANITE_TIMESTAMP;
pub const BASE_SEPOLIA_HOLOCENE_TIMESTAMP: u64 = OP_SEPOLIA_HOLOCENE_TIMESTAMP;
/// Isthmus base sepolia hardfork activation timestamp is 1744905600.
pub const BASE_SEPOLIA_ISTHMUS_TIMESTAMP: u64 = OP_SEPOLIA_ISTHMUS_TIMESTAMP;
/// Jovian base sepolia hardfork activation timestamp is 1_762_358_401.
/// Jovian base sepolia hardfork activation timestamp is 1_762_963_201.
pub const BASE_SEPOLIA_JOVIAN_TIMESTAMP: u64 = OP_SEPOLIA_JOVIAN_TIMESTAMP;
2 changes: 1 addition & 1 deletion crates/op-hardforks/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl OpHardfork {
(Self::Granite, ForkCondition::ZERO_TIMESTAMP),
(Self::Holocene, ForkCondition::ZERO_TIMESTAMP),
(Self::Isthmus, ForkCondition::ZERO_TIMESTAMP),
(Self::Jovian, ForkCondition::Timestamp(1761840000)),
(Self::Jovian, ForkCondition::Timestamp(1762185600)),
]
}

Expand Down
4 changes: 2 additions & 2 deletions crates/op-hardforks/src/optimism/mainnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ pub const OP_MAINNET_GRANITE_TIMESTAMP: u64 = 1_726_070_401;
pub const OP_MAINNET_HOLOCENE_TIMESTAMP: u64 = 1_736_445_601;
/// Isthmus hardfork activation timestamp is 1746806401.
pub const OP_MAINNET_ISTHMUS_TIMESTAMP: u64 = 1_746_806_401;
/// Jovian hardfork activation timestamp is 1_763_481_601.
pub const OP_MAINNET_JOVIAN_TIMESTAMP: u64 = 1_763_481_601;
/// Jovian hardfork activation timestamp is 1_764_086_401.
pub const OP_MAINNET_JOVIAN_TIMESTAMP: u64 = 1_764_086_401;
4 changes: 2 additions & 2 deletions crates/op-hardforks/src/optimism/sepolia.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ pub const OP_SEPOLIA_GRANITE_TIMESTAMP: u64 = 1_723_478_400;
pub const OP_SEPOLIA_HOLOCENE_TIMESTAMP: u64 = 1_732_633_200;
/// Isthmus sepolia hardfork activation timestamp is 1744905600.
pub const OP_SEPOLIA_ISTHMUS_TIMESTAMP: u64 = 1_744_905_600;
/// Jovian sepolia hardfork activation timestamp is 1_762_358_401.
pub const OP_SEPOLIA_JOVIAN_TIMESTAMP: u64 = 1_762_358_401;
/// Jovian sepolia hardfork activation timestamp is 1_762_963_201.
pub const OP_SEPOLIA_JOVIAN_TIMESTAMP: u64 = 1_762_963_201;
Loading