Skip to content
Snippets Groups Projects
Commit 467599df authored by tuminfei's avatar tuminfei Committed by GitHub
Browse files

UniArts reserve SS58 address id 38 (#7651)


* UniArts reserve SS58 address id 45

* Update ss58-registry.json

Co-authored-by: default avatarjoe petrowski <25483142+joepetrowski@users.noreply.github.com>

Co-authored-by: default avatarXiang Li <bigxiang@gmail.com>
Co-authored-by: default avatarjoe petrowski <25483142+joepetrowski@users.noreply.github.com>
parent eb218eab
No related merge requests found
......@@ -518,6 +518,8 @@ ss58_address_format!(
(43, "reserved43", "Reserved for future use (43).")
ChainXAccount =>
(44, "chainx", "ChainX mainnet, standard account (*25519).")
UniartsAccount =>
(45, "uniarts", "UniArts Chain mainnet, standard account (*25519).")
Reserved46 =>
(46, "reserved46", "Reserved for future use (46).")
Reserved47 =>
......
......@@ -370,6 +370,14 @@
"standardAccount": "*25519",
"website": "https://chainx.org/"
},
{
"prefix": 45,
"displayName": "UniArts Network",
"symbols": ["UART", "UINK"],
"decimals": [12, 12],
"standardAccount": "*25519",
"website": "https://uniarts.me"
},
{
"prefix": 46,
"network": "reserved46",
......
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