Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
choir: change colators to alice and bob
Browse files Browse the repository at this point in the history
  • Loading branch information
metricaez committed Feb 15, 2024
1 parent b5e7568 commit efc4bb2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions node/src/chain_spec/trappist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,12 @@ pub fn trappist_live_config() -> ChainSpec {
// initial collators.
vec![
(
hex!("56266f110802ee790b5c40f63a0f9cba54d2889b014ea52661745557d09dbc1c").into(),
hex!("56266f110802ee790b5c40f63a0f9cba54d2889b014ea52661745557d09dbc1c")
.unchecked_into(),
get_account_id_from_seed::<sr25519::Public>("Alice"),
get_collator_keys_from_seed::<AuraId>("Alice"),
),
(
hex!("64c2a2b803bdd4dcb88920ff4d56b618b2e5fbede48c4dc7cd78e562ebc06238").into(),
hex!("64c2a2b803bdd4dcb88920ff4d56b618b2e5fbede48c4dc7cd78e562ebc06238")
.unchecked_into(),
get_account_id_from_seed::<sr25519::Public>("Bob"),
get_collator_keys_from_seed::<AuraId>("Bob"),
),
],
vec![
Expand Down

0 comments on commit efc4bb2

Please sign in to comment.