mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
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>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user