From 7b243beba6b3847bbd3b85dba8e0dcc611a1b828 Mon Sep 17 00:00:00 2001 From: Burnww <94514135+BurnWW@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:06:04 +0800 Subject: [PATCH 1/2] add WeTEE --- ss58-registry.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ss58-registry.json b/ss58-registry.json index 71a860d..5aeb473 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -1314,6 +1314,15 @@ "decimals": [18], "standardAccount": "secp256k1", "website": "https://mythos.foundation" + }, + { + "prefix": 30000, + "network": "WeTEE", + "displayName": "WeTEE", + "symbols": ["WTE"], + "decimals": [12], + "standardAccount": "*25519", + "website": "https://wetee.app/" } ] } From 951ad4c17ccdf36679ce4c27c82543c8fab1754e Mon Sep 17 00:00:00 2001 From: "422145328@qq.com" <422145328@qq.com> Date: Sat, 27 Apr 2024 21:16:39 +0800 Subject: [PATCH 2/2] Bump the minor (middle) version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aeea26d..da797fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ss58-registry" authors = ["Parity Technologies "] -version = "1.47.0" +version = "1.48.0" edition = "2021" description = "Registry of known SS58 address types" license = "Apache-2.0"