mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 05:07:55 +00:00
Add Aventus ss58 address (#8050)
* Update crypto.rs * Update ss58-registry.json * quote fields * Update ss58-registry.json * Update crypto.rs * Update ss58-registry.json * Update ss58-registry.json * Update ss58-registry.json * Update crypto.rs * Update ss58-registry.json
This commit is contained in:
@@ -578,6 +578,8 @@ ss58_address_format!(
|
||||
(46, "reserved46", "Reserved for future use (46).")
|
||||
Reserved47 =>
|
||||
(47, "reserved47", "Reserved for future use (47).")
|
||||
AventusAccount =>
|
||||
(65, "aventus", "Aventus Chain mainnet, standard account (*25519).")
|
||||
CrustAccount =>
|
||||
(66, "crust", "Crust Network, standard account (*25519).")
|
||||
// Note: 48 and above are reserved.
|
||||
|
||||
@@ -442,6 +442,15 @@
|
||||
"standardAccount": null,
|
||||
"website": null
|
||||
},
|
||||
{
|
||||
"prefix": 65,
|
||||
"network": "aventus",
|
||||
"displayName": "AvN Mainnet",
|
||||
"symbols": ["AVT"],
|
||||
"decimals": [18],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://aventus.io"
|
||||
},
|
||||
{
|
||||
"prefix": 66,
|
||||
"network": "crust",
|
||||
|
||||
Reference in New Issue
Block a user