Skip to content
Snippets Groups Projects
Commit 40b243f1 authored by Gavin Wood's avatar Gavin Wood Committed by GitHub
Browse files

adding a ss58 format for Darwinia Network (#5026)

parent df77c4bf
No related merge requests found
......@@ -454,6 +454,8 @@ ss58_address_format!(
(36, "centrifuge", "Centrifuge Chain mainnet, direct checksum, standard account (*25519).")
SubstraTeeAccountDirect =>
(44, "substratee", "Any SubstraTEE off-chain network private account, direct checksum, standard account (*25519).")
DarwiniaAccountDirect =>
(18, "darwinia", "Darwinia Chain mainnet, direct checksum, standard account (*25519).")
);
/// Set the default "version" (actually, this is a bit of a misnomer and the version byte is
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment