Skip to content

Commit

Permalink
feat(genesis): Holocene Timestamps on Sepolia (#285)
Browse files Browse the repository at this point in the history
### Description

Adds Holocene timestamps for OP Sepolia and Base Sepolia hardcoded
rollup configs.
  • Loading branch information
refcell authored Nov 18, 2024
1 parent 72a9254 commit 402af67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/genesis/src/rollup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ pub const OP_SEPOLIA_CONFIG: RollupConfig = RollupConfig {
ecotone_time: Some(1708534800),
fjord_time: Some(1716998400),
granite_time: Some(1723478400),
holocene_time: None,
holocene_time: Some(1732633200),
batch_inbox_address: address!("ff00000000000000000000000000000011155420"),
deposit_contract_address: address!("16fc5058f25648194471939df75cf27a2fdc48bc"),
l1_system_config_address: address!("034edd2a225f7f429a63e0f1d2084b9e0a93b538"),
Expand Down Expand Up @@ -496,7 +496,7 @@ pub const BASE_SEPOLIA_CONFIG: RollupConfig = RollupConfig {
ecotone_time: Some(1708534800),
fjord_time: Some(1716998400),
granite_time: Some(1723478400),
holocene_time: None,
holocene_time: Some(1732633200),
batch_inbox_address: address!("ff00000000000000000000000000000000084532"),
deposit_contract_address: address!("49f53e41452c74589e85ca1677426ba426459e85"),
l1_system_config_address: address!("f272670eb55e895584501d564afeb048bed26194"),
Expand Down

0 comments on commit 402af67

Please sign in to comment.