From 1baffde51f5e85ab6e45416f07e2fc4e3117fa21 Mon Sep 17 00:00:00 2001 From: nahuseyoum <39748285+nahuseyoum@users.noreply.github.com> Date: Tue, 9 Feb 2021 20:30:16 +0000 Subject: [PATCH] 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 --- substrate/primitives/core/src/crypto.rs | 2 ++ substrate/ss58-registry.json | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/substrate/primitives/core/src/crypto.rs b/substrate/primitives/core/src/crypto.rs index 7608b295e3..2c375f68eb 100644 --- a/substrate/primitives/core/src/crypto.rs +++ b/substrate/primitives/core/src/crypto.rs @@ -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. diff --git a/substrate/ss58-registry.json b/substrate/ss58-registry.json index bb11a51b43..cae6577e21 100644 --- a/substrate/ss58-registry.json +++ b/substrate/ss58-registry.json @@ -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",