Skip to content

Commit

Permalink
Merge pull request #3054 from autonomys/devnet-key
Browse files Browse the repository at this point in the history
update devnet sudo
  • Loading branch information
nazar-pc authored Sep 23, 2024
2 parents 7d2dc28 + a127ca9 commit 0d7d80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub fn devnet_config_compiled() -> Result<GenericChainSpec, String> {
})
.with_genesis_config({
let sudo_account =
AccountId::from_ss58check("5CXTmJEusve5ixyJufqHThmy4qUrrm6FyLCR7QfE4bbyMTNC")
AccountId::from_ss58check("5H6ai5VAt6Sw2qZGkEVGvLvNqTCPv6fZRN2KN2kp5qMQKBUD")
.expect("Wrong root account address");

let balances = vec![(sudo_account.clone(), Balance::MAX / 2)];
Expand Down

0 comments on commit 0d7d80b

Please sign in to comment.