Skip to content

Commit

Permalink
Update test_helpers according to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Dec 17, 2024
1 parent 23fedae commit d9d9d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/citrea/tests/test_helpers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ pub fn create_default_rollup_config(
telemetry: Default::default(),
forks: Forks::from_slice(&[
Fork::new(SpecId::Genesis, 0),
Fork::new(SpecId::Fork1, 10000),
Fork::new(SpecId::Fork2, 20000),
Fork::new(SpecId::Fork1, 1000),
Fork::new(SpecId::Fork2, 2000),
])
.unwrap(),
}
Expand Down

0 comments on commit d9d9d0a

Please sign in to comment.