From 9d69b9cf4fdc39ce34bab36061929c52c0b00a0f Mon Sep 17 00:00:00 2001 From: Victor Mezrin Date: Fri, 9 Aug 2024 17:23:48 -0700 Subject: [PATCH 1/2] add trait chain --- ss58-registry.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ss58-registry.json b/ss58-registry.json index 72f02b1..f69ae15 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -1117,6 +1117,15 @@ "standardAccount": "*25519", "website": "https://humanode.io" }, + { + "prefix": 5335, + "network": "trait-asset-hub", + "displayName": "TRAIT Asset Hub", + "symbols": ["TRAIT"], + "decimals": [12], + "standardAccount": "*25519", + "website": "https://trait.tech/" + }, { "prefix": 5845, "network": "tangle", @@ -1341,6 +1350,15 @@ "decimals": [12], "standardAccount": "*25519", "website": "https://xcavate.io/" + }, + { + "prefix": 16342, + "network": "trait-relay", + "displayName": "TRAIT Relay Chain", + "symbols": ["TRAIT"], + "decimals": [12], + "standardAccount": "*25519", + "website": "https://trait.tech/" } ] } From a3730a24d09e8ce06530995032aa56f19973b4ce Mon Sep 17 00:00:00 2001 From: Victor Mezrin Date: Fri, 9 Aug 2024 17:24:43 -0700 Subject: [PATCH 2/2] increment version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0073bca..4e336d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ss58-registry" authors = ["Parity Technologies "] -version = "1.49.0" +version = "1.50.0" edition = "2021" description = "Registry of known SS58 address types" license = "Apache-2.0"