Skip to content
Snippets Groups Projects
Commit da9e7861 authored by Jianping Deng's avatar Jianping Deng Committed by GitHub
Browse files

Add 6 as address type of ss58 for Bifrost Network (#5184)

parent 0971fff4
No related merge requests found
......@@ -438,6 +438,8 @@ ss58_address_format!(
(2, "kusama", "Kusama Relay-chain, direct checksum, standard account (*25519).")
PlasmAccountDirect =>
(5, "plasm", "Plasm Network, direct checksum, standard account (*25519).")
BifrostAccountDirect =>
(6, "bifrost", "Bifrost mainnet, direct checksum, standard account (*25519).")
EdgewareAccountDirect =>
(7, "edgeware", "Edgeware mainnet, direct checksum, standard account (*25519).")
KaruraAccountDirect =>
......
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