Skip to content

Commit

Permalink
Use only two collators for dev nets
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed Feb 21, 2024
1 parent b543175 commit 76e35a9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,18 +228,6 @@ fn local_config_genesis(id: ParaId) -> RuntimeGenesisConfig {
get_account_id_from_seed::<sr25519::Public>("Bob"),
get_collator_keys_from_seed("Bob"),
),
(
get_account_id_from_seed::<sr25519::Public>("Charlie"),
get_collator_keys_from_seed("Charlie"),
),
(
get_account_id_from_seed::<sr25519::Public>("Dave"),
get_collator_keys_from_seed("Dave"),
),
(
get_account_id_from_seed::<sr25519::Public>("Eve"),
get_collator_keys_from_seed("Eve"),
),
],
None,
id,
Expand Down

0 comments on commit 76e35a9

Please sign in to comment.