canvas: Add sudo (#1010)

This commit is contained in:
Alexander Theißen
2022-02-21 12:45:43 +01:00
committed by GitHub
parent d1a5414b59
commit a2280507eb
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -1083,5 +1083,10 @@ fn canvas_kusama_genesis(
polkadot_xcm: canvas_kusama_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
},
sudo: canvas_kusama_runtime::SudoConfig {
key: Some(
hex!["2681a28014e7d3a5bfb32a003b3571f53c408acbc28d351d6bf58f5028c4ef14"].into(),
),
},
}
}