Skip to content

Commit

Permalink
update oracle account to use ed25519
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Mar 3, 2020
1 parent fff6076 commit f994c74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl Alternative {
|| {
// SECRET="..."
// ./target/debug/subkey inspect "$SECRET//acala//root"
// ./target/debug/subkey inspect "$SECRET//acala//oracle"
// ./target/debug/subkey --ed25519 inspect "$SECRET//acala//oracle"
// ./target/debug/subkey --sr25519 inspect "$SECRET//acala//1//validator"
// ./target/debug/subkey --sr25519 inspect "$SECRET//acala//1//babe"
// ./target/debug/subkey --ed25519 inspect "$SECRET//acala//1//grandpa"
Expand Down Expand Up @@ -192,8 +192,8 @@ impl Alternative {
vec![
// 5F98oWfz2r5rcRVnP9VCndg33DAAsky3iuoBSpaPUbgN9AJn
hex!["8815a8024b06a5b4c8703418f52125c923f939a5c40a717f6ae3011ba7719019"].into(),
// 5Fe3jZRbKes6aeuQ6HkcTvQeNhkkRPTXBwmNkuAPoimGEv45
hex!["9e22b64c980329ada2b46a783623bcf1f1d0418f6a2b5fbfb7fb68dbac5abf0f"].into(),
// 5GeTpaLR637ztQqFvwCZocZhLp1QqHURKH6Gj7CZteRCAhMs
hex!["cab00722883a824e7fc368ff2ad53ffcce3fa3b794080311218bee8e902929df"].into(),
],
)
},
Expand Down

0 comments on commit f994c74

Please sign in to comment.