From 6ad871331c70325c7510106f09e73a8f492ae075 Mon Sep 17 00:00:00 2001 From: Julian Hikaru Payne Date: Tue, 2 Jul 2024 09:18:27 +0900 Subject: [PATCH 1/3] added ses network --- Cargo.toml | 2 +- ss58-registry.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) 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" diff --git a/ss58-registry.json b/ss58-registry.json index 72f02b1..3a1f92f 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -1288,15 +1288,6 @@ "standardAccount": "*25519", "website": "https://nftmart.io" }, - { - "prefix": 12850, - "network": "analog-timechain", - "displayName": "Analog Timechain", - "symbols": ["ANLOG"], - "decimals": [12], - "standardAccount": "*25519", - "website": "https://analog.one" - }, { "prefix": 13116, "network": "bittensor", @@ -1341,6 +1332,15 @@ "decimals": [12], "standardAccount": "*25519", "website": "https://xcavate.io/" + }, + { + "prefix": 535, + "network": "sustainable-eco-society", + "displayName": "Sustainable eco Society", + "symbols": ["SeS", "SeNT"], + "decimals": [18], + "standardAccount": "*25519", + "website": "https://sustainable-eco-society.com" } ] } From 6bf95e03473dbdde35322511395055c6aede53a1 Mon Sep 17 00:00:00 2001 From: Julian Hikaru Payne Date: Tue, 9 Jul 2024 12:07:32 +0900 Subject: [PATCH 2/3] reverted accidentally deleted registry --- ss58-registry.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ss58-registry.json b/ss58-registry.json index 3a1f92f..bd62be4 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -1288,6 +1288,15 @@ "standardAccount": "*25519", "website": "https://nftmart.io" }, + { + "prefix": 12850, + "network": "analog-timechain", + "displayName": "Analog Timechain", + "symbols": ["ANLOG"], + "decimals": [12], + "standardAccount": "*25519", + "website": "https://analog.one" + }, { "prefix": 13116, "network": "bittensor", @@ -1341,6 +1350,6 @@ "decimals": [18], "standardAccount": "*25519", "website": "https://sustainable-eco-society.com" - } + } ] } From c7128c70b65f9ae8927cb8be9b29978df3be4dc0 Mon Sep 17 00:00:00 2001 From: Julian Hikaru Payne Date: Sat, 3 Aug 2024 18:00:48 +0900 Subject: [PATCH 3/3] changed standard account algorithm --- ss58-registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ss58-registry.json b/ss58-registry.json index bd62be4..0361de3 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -1348,7 +1348,7 @@ "displayName": "Sustainable eco Society", "symbols": ["SeS", "SeNT"], "decimals": [18], - "standardAccount": "*25519", + "standardAccount": "secp256k1", "website": "https://sustainable-eco-society.com" } ]