Skip to content

Commit

Permalink
test sequencers with 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
goncer authored Dec 8, 2024
1 parent 041b37e commit a14baf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ impl pallet_sequencer_staking::Config for Runtime {
type MinimumSequencers = frame_support::traits::ConstU32<2>;
type RolldownProvider = Rolldown;
type NoOfPastSessionsForEligibility = frame_support::traits::ConstU32<10>;
type MaxSequencers = frame_support::traits::ConstU32<10>;
type MaxSequencers = frame_support::traits::ConstU32<1000>;
type BlocksForSequencerUpdate = frame_support::traits::ConstU32<10>;
type CancellerRewardPercentage = cfg::pallet_sequencer_staking::CancellerRewardPercentage;
type ChainId = pallet_rolldown::messages::Chain;
Expand Down

0 comments on commit a14baf6

Please sign in to comment.