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" 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/" } ] }