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

Add Aventus ss58 address #8050

Merged
12 commits merged into from
Feb 9, 2021
4 changes: 2 additions & 2 deletions primitives/core/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@ ss58_address_format!(
(44, "chainx", "ChainX mainnet, standard account (*25519).")
UniartsAccount =>
(45, "uniarts", "UniArts Chain mainnet, standard account (*25519).")
Reserved46 =>
(46, "reserved46", "Reserved for future use (46).")
AventusAccount =>
(46, "aventus", "Aventus Chain mainnet, standard account (*25519).")
Reserved47 =>
(47, "reserved47", "Reserved for future use (47).")
// Note: 48 and above are reserved.
Expand Down
16 changes: 8 additions & 8 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,14 +416,14 @@
"website": "https://uniarts.me"
},
{
"prefix": 46,
"network": "reserved46",
"displayName": "This prefix is reserved.",
"symbols": null,
"decimals": null,
"standardAccount": null,
"website": null
},
decimals: [18],
displayName: 'AvN Mainnet',
network: 'aventus',
prefix: 46,
standardAccount: '*25519',
symbols: ['AVT'],
website: 'https://aventus.io'
},
{
"prefix": 47,
"network": "reserved47",
Expand Down