Skip to content

Commit

Permalink
Update runtime/local/src/genesis_config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Papandinas <[email protected]>
  • Loading branch information
Dinonard and ipapandinas authored Nov 22, 2024
1 parent 6d0dfa6 commit fff3f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/local/src/genesis_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub fn default_config() -> serde_json::Value {
// Private key: 0x01ab6e801c06e59ca97a14fc0a1978b27fa366fc87450e0b65459dd3515b7391
// H160 public address: 0xaaafB3972B05630fCceE866eC69CdADd9baC2771
AccountId::from_ss58check("5FQedkNQcF2fJPwkB6Z1ZcMgGti4vcJQNs6x85YPv3VhjBBT")
.unwrap(),
.expect("Invalid SS58 address"),
]
.iter(),
)
Expand Down

0 comments on commit fff3f64

Please sign in to comment.