Skip to content

Commit

Permalink
Merge pull request #5 from mangata-finance/feature/new-sudo
Browse files Browse the repository at this point in the history
sudo account changed
  • Loading branch information
gleb-urvanov authored Dec 10, 2020
2 parents e5911f2 + bf96358 commit f8b0389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@ pub fn development_config() -> Result<ChainSpec, String> {
// Initial relay account
get_account_id_from_seed::<sr25519::Public>("Relay"),
// Sudo account
get_account_id_from_seed::<sr25519::Public>("Alice"),
"0xec00ad0ec6eeb271a9689888f644d9262016a26a25314ff4ff5d756404c44112".parse().unwrap(),
// Pre-funded accounts
vec![
get_account_id_from_seed::<sr25519::Public>("Alice"),
get_account_id_from_seed::<sr25519::Public>("Bob"),
get_account_id_from_seed::<sr25519::Public>("Alice//stash"),
get_account_id_from_seed::<sr25519::Public>("Bob//stash"),
get_account_id_from_seed::<sr25519::Public>("Relay"),
"0xec00ad0ec6eeb271a9689888f644d9262016a26a25314ff4ff5d756404c44112".parse().unwrap(),
],
true,
),
Expand Down

0 comments on commit f8b0389

Please sign in to comment.