Skip to content
Snippets Groups Projects
Unverified Commit 7d73e864 authored by Javier Viola's avatar Javier Viola Committed by GitHub
Browse files

fix(orchestrator): add new options for runtime genesis config/patch (#140)

parent ef6e6a48
No related branches found
No related tags found
No related merge requests found
......@@ -564,6 +564,8 @@ fn get_runtime_config_pointer(chain_spec_json: &serde_json::Value) -> Result<Str
// runtime_genesis_config is no longer in ChainSpec after rococo runtime rework (refer to: https://github.com/paritytech/polkadot-sdk/pull/1256)
// ChainSpec may contain a RuntimeGenesisConfigPatch
let pointers = [
"/genesis/runtimeGenesis/config",
"/genesis/runtimeGenesis/patch",
"/genesis/runtimeGenesisConfigPatch",
"/genesis/runtime/runtime_genesis_config",
"/genesis/runtime",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment