Skip to content

Commit

Permalink
fix: test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Nov 25, 2024
1 parent c82994f commit c2be059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/registry/src/superchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ mod tests {
batch_inbox_addr: address!("ff00000000000000000000000000000000008453"),
superchain: String::from("mainnet"),
chain: String::new(),
hardfork_configuration: crate::configs::BASE_MAINNET_CONFIG.hardfork_config(),
hardfork_configuration: crate::test_utils::BASE_MAINNET_CONFIG.hardfork_config(),
block_time: 2,
seq_window_size: 3600,
max_sequencer_drift: 600,
data_availability_type: "eth-da".to_string(),
optimism: Some(OP_MAINNET_BASE_FEE_PARAMS),
alt_da: None,
genesis: crate::configs::BASE_MAINNET_CONFIG.genesis,
genesis: crate::test_utils::BASE_MAINNET_CONFIG.genesis,
addresses: Some(AddressList {
address_manager: address!("8EfB6B5c4767B09Dc9AA6Af4eAA89F749522BaE2"),
l1_cross_domain_messenger_proxy: address!(
Expand Down

0 comments on commit c2be059

Please sign in to comment.