Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit df287fe

Browse files
tuminfeibigxiangjoepetrowski
authored
UniArts reserve SS58 address id 38 (#7651)
* UniArts reserve SS58 address id 45 * Update ss58-registry.json Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by: Xiang Li <bigxiang@gmail.com> Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
1 parent 885c1f1 commit df287fe

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

primitives/core/src/crypto.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,8 @@ ss58_address_format!(
518518
(43, "reserved43", "Reserved for future use (43).")
519519
ChainXAccount =>
520520
(44, "chainx", "ChainX mainnet, standard account (*25519).")
521+
UniartsAccount =>
522+
(45, "uniarts", "UniArts Chain mainnet, standard account (*25519).")
521523
Reserved46 =>
522524
(46, "reserved46", "Reserved for future use (46).")
523525
Reserved47 =>

ss58-registry.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,14 @@
370370
"standardAccount": "*25519",
371371
"website": "https://chainx.org/"
372372
},
373+
{
374+
"prefix": 45,
375+
"displayName": "UniArts Network",
376+
"symbols": ["UART", "UINK"],
377+
"decimals": [12, 12],
378+
"standardAccount": "*25519",
379+
"website": "https://uniarts.me"
380+
},
373381
{
374382
"prefix": 46,
375383
"network": "reserved46",

0 commit comments

Comments
 (0)