From 57344a5258f1abff8fdb4689e91ff594ca54f02d Mon Sep 17 00:00:00 2001 From: Dariia Porechna <35382599+dariolina@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:52:25 +0200 Subject: [PATCH] add Autonomys network (#227) * add Autonomys network * Remove outdated Subspace entry --- Cargo.toml | 2 +- ss58-registry.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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..f888c55 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -1137,12 +1137,12 @@ }, { "prefix": 6094, - "network": "subspace", - "displayName": "Subspace", - "symbols": ["SSC"], + "network": "autonomys", + "displayName": "Autonomys", + "symbols": ["AI3"], "decimals": [18], "standardAccount": "*25519", - "website": "https://subspace.network" + "website": "https://autonomys.xyz" }, { "prefix": 7007,