|
@@ -35,9 +35,9 @@ use node_runtime::{
|
|
|
ContentConfig, ContentDirectoryWorkingGroupConfig, CouncilConfig, CouncilElectionConfig,
|
|
|
DataDirectoryConfig, DataObjectStorageRegistryConfig, DataObjectTypeRegistryConfig,
|
|
|
ElectionParameters, ForumConfig, GatewayWorkingGroupConfig, GrandpaConfig, ImOnlineConfig,
|
|
|
- MembersConfig, Moment, OperationsWorkingGroupConfig, ProposalsCodexConfig, SessionConfig,
|
|
|
- SessionKeys, Signature, StakerStatus, StakingConfig, StorageWorkingGroupConfig, SudoConfig,
|
|
|
- SystemConfig, DAYS,
|
|
|
+ MembersConfig, Moment, OperationsWorkingGroup1Config, OperationsWorkingGroup2Config,
|
|
|
+ OperationsWorkingGroup3Config, ProposalsCodexConfig, SessionConfig, SessionKeys, Signature,
|
|
|
+ StakerStatus, StakingConfig, StorageWorkingGroupConfig, SudoConfig, SystemConfig, DAYS,
|
|
|
};
|
|
|
|
|
|
// Exported to be used by chain-spec-builder
|
|
@@ -326,7 +326,7 @@ pub fn testnet_genesis(
|
|
|
worker_exit_rationale_text_constraint: default_text_constraint,
|
|
|
worker_storage_size_constraint: default_storage_size_constraint,
|
|
|
}),
|
|
|
- working_group_Instance4: Some(OperationsWorkingGroupConfig {
|
|
|
+ working_group_Instance4: Some(OperationsWorkingGroup1Config {
|
|
|
phantom: Default::default(),
|
|
|
working_group_mint_capacity: 0,
|
|
|
opening_human_readable_text_constraint: default_text_constraint,
|
|
@@ -342,6 +342,22 @@ pub fn testnet_genesis(
|
|
|
worker_exit_rationale_text_constraint: default_text_constraint,
|
|
|
worker_storage_size_constraint: default_storage_size_constraint,
|
|
|
}),
|
|
|
+ working_group_Instance6: Some(OperationsWorkingGroup2Config {
|
|
|
+ phantom: Default::default(),
|
|
|
+ working_group_mint_capacity: 0,
|
|
|
+ opening_human_readable_text_constraint: default_text_constraint,
|
|
|
+ worker_application_human_readable_text_constraint: default_text_constraint,
|
|
|
+ worker_exit_rationale_text_constraint: default_text_constraint,
|
|
|
+ worker_storage_size_constraint: default_storage_size_constraint,
|
|
|
+ }),
|
|
|
+ working_group_Instance7: Some(OperationsWorkingGroup3Config {
|
|
|
+ phantom: Default::default(),
|
|
|
+ working_group_mint_capacity: 0,
|
|
|
+ opening_human_readable_text_constraint: default_text_constraint,
|
|
|
+ worker_application_human_readable_text_constraint: default_text_constraint,
|
|
|
+ worker_exit_rationale_text_constraint: default_text_constraint,
|
|
|
+ worker_storage_size_constraint: default_storage_size_constraint,
|
|
|
+ }),
|
|
|
content: Some({
|
|
|
ContentConfig {
|
|
|
next_curator_group_id: 1,
|