Skip to content

Commit

Permalink
adjust dispute period
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa committed Nov 25, 2024
1 parent e334a7d commit 06f8e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup/node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@ fn rollup_genesis(
_phantom: Default::default(),
dispute_periods: [
(pallet_rolldown::messages::Chain::Ethereum, 10u128),
(pallet_rolldown::messages::Chain::Arbitrum, 20u128),
(pallet_rolldown::messages::Chain::Base, 20u128),
(pallet_rolldown::messages::Chain::Arbitrum, 15u128),
(pallet_rolldown::messages::Chain::Base, 15u128),
]
.iter()
.cloned()
Expand Down

0 comments on commit 06f8e01

Please sign in to comment.