mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 20:55:41 +00:00
Expose paras config in rococo runtime (#2886)
* Add it in rococo runtime * Add to rococo chain spec * bump spec version * Update runtime/rococo/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -890,6 +890,10 @@ fn rococo_staging_testnet_config_genesis(wasm_binary: &[u8]) -> rococo_runtime::
|
||||
pallet_sudo: rococo_runtime::SudoConfig {
|
||||
key: endowed_accounts[0].clone(),
|
||||
},
|
||||
parachains_paras: rococo_runtime::ParasConfig {
|
||||
paras: vec![],
|
||||
_phdata: Default::default(),
|
||||
},
|
||||
parachains_configuration: rococo_runtime::ParachainsConfigurationConfig {
|
||||
config: polkadot_runtime_parachains::configuration::HostConfiguration {
|
||||
validation_upgrade_frequency: 1u32,
|
||||
@@ -1483,6 +1487,10 @@ pub fn rococo_testnet_genesis(
|
||||
..Default::default()
|
||||
},
|
||||
},
|
||||
parachains_paras: rococo_runtime::ParasConfig {
|
||||
paras: vec![],
|
||||
_phdata: Default::default(),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user