From d1518f57c08cc557b1739e36d97eda4c5d5f5956 Mon Sep 17 00:00:00 2001 From: Dariia Porechna <35382599+dariolina@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:57:50 +0200 Subject: [PATCH 1/2] add Autonomys network --- Cargo.toml | 2 +- ss58-registry.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e336d7..74d493d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ss58-registry" authors = ["Parity Technologies "] -version = "1.50.0" +version = "1.51.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 64bf316..2d0988a 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -1144,6 +1144,15 @@ "standardAccount": "*25519", "website": "https://subspace.network" }, + { + "prefix": 6095, + "network": "autonomys", + "displayName": "Autonomys", + "symbols": ["AI3"], + "decimals": [18], + "standardAccount": "*25519", + "website": "https://autonomys.xyz" + }, { "prefix": 7007, "network": "tidefi", From f111bb58ed418cf60d965f49e9893d84fe0db48b Mon Sep 17 00:00:00 2001 From: Dariia Porechna <35382599+dariolina@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:21:41 +0200 Subject: [PATCH 2/2] Remove outdated Subspace entry --- ss58-registry.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ss58-registry.json b/ss58-registry.json index 2d0988a..f888c55 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -1137,15 +1137,6 @@ }, { "prefix": 6094, - "network": "subspace", - "displayName": "Subspace", - "symbols": ["SSC"], - "decimals": [18], - "standardAccount": "*25519", - "website": "https://subspace.network" - }, - { - "prefix": 6095, "network": "autonomys", "displayName": "Autonomys", "symbols": ["AI3"],