Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters committed Dec 10, 2024
1 parent 2ceac7b commit 49235bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/fork.rs
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ mod tests {
cache_config: CacheConfig::None,
};
let mut fork_storage: ForkStorage<testing::ExternalStorage> =
ForkStorage::new(Some(fork_details), &system_contracts::Options::default(), false, None);
ForkStorage::new(Some(fork_details), &SystemContractsOptions::default(), false, None);
let new_chain_id = L2ChainId::from(261);
fork_storage.set_chain_id(new_chain_id);

Expand Down

0 comments on commit 49235bc

Please sign in to comment.