Skip to content

Commit

Permalink
updating sudo key
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed Feb 13, 2024
1 parent 4dc37b2 commit 23b9a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pub fn generate_config(network: String) -> Result<ChainSpec, String> {
authority_keys_from_seed("Bob"),
],
// Sudo account
Ss58Codec::from_ss58check("5GZBhMZZRMWCiqgqdDGZCGo16Kg5aUQUcpuUGWwSgHn9HbRC")
Ss58Codec::from_ss58check("5FXymAnjbb7p57pNyfdLb6YCdzm73ZhVq6oFF1AdCEPEg8Uw")
.unwrap(),
// Pre-funded a
processed_balances.clone(), // balances
Expand Down
2 changes: 1 addition & 1 deletion specs/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -289589,7 +289589,7 @@
"multiplier": "1000000000000000000"
},
"sudo": {
"key": "5GZBhMZZRMWCiqgqdDGZCGo16Kg5aUQUcpuUGWwSgHn9HbRC"
"key": "5FXymAnjbb7p57pNyfdLb6YCdzm73ZhVq6oFF1AdCEPEg8Uw"
},
"subspaceModule": {
"modules": [
Expand Down

0 comments on commit 23b9a4d

Please sign in to comment.