Skip to content

Commit

Permalink
fix multi-sig root key (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
GopherJ authored Aug 26, 2021
1 parent f029505 commit ce14ee3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node/parallel/src/chain_spec/heiko.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub fn heiko_config(_id: ParaId) -> Result<ChainSpec, String> {
// "heiko",
// ChainType::Live,
// move || {
// let root_key: AccountId = "GsWfh29m9pyNP3yBSAdcThrvpKRwrHi4EhcVzqeGrquneem"
// let root_key: AccountId = "5HhBURCf5Mf7g1ztTemkW5XMru6m3b2FTisXAuvwve4WEwhc"
// .parse()
// .unwrap();
// let invulnerables: Vec<(AccountId, AuraId)> = vec![
Expand Down
2 changes: 1 addition & 1 deletion resources/heiko-allocation-HKO.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[["GsWfh29m9pyNP3yBSAdcThrvpKRwrHi4EhcVzqeGrquneem", 1000000000000000000000]]
[["5HhBURCf5Mf7g1ztTemkW5XMru6m3b2FTisXAuvwve4WEwhc", 1000000000000000000000]]
2 changes: 1 addition & 1 deletion resources/specs
Submodule specs updated 1 files
+68 −68 heiko.json

0 comments on commit ce14ee3

Please sign in to comment.