mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Council members (#4279)
This commit is contained in:
@@ -258,11 +258,13 @@ pub fn testnet_genesis(
|
|||||||
}),
|
}),
|
||||||
democracy: Some(DemocracyConfig::default()),
|
democracy: Some(DemocracyConfig::default()),
|
||||||
collective_Instance1: Some(CouncilConfig {
|
collective_Instance1: Some(CouncilConfig {
|
||||||
members: vec![],
|
members: endowed_accounts.iter().cloned()
|
||||||
|
.collect::<Vec<_>>()[..5].to_vec(),
|
||||||
phantom: Default::default(),
|
phantom: Default::default(),
|
||||||
}),
|
}),
|
||||||
collective_Instance2: Some(TechnicalCommitteeConfig {
|
collective_Instance2: Some(TechnicalCommitteeConfig {
|
||||||
members: vec![],
|
members: endowed_accounts.iter().cloned()
|
||||||
|
.collect::<Vec<_>>()[..5].to_vec(),
|
||||||
phantom: Default::default(),
|
phantom: Default::default(),
|
||||||
}),
|
}),
|
||||||
contracts: Some(ContractsConfig {
|
contracts: Some(ContractsConfig {
|
||||||
|
|||||||
Reference in New Issue
Block a user