From d64a2e8422ca527dc01cae84cb6d4e961837cbb6 Mon Sep 17 00:00:00 2001 From: Adrian Cirstea <73791083+cyony95@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:10:29 +0300 Subject: [PATCH 1/3] bump versioon --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 5a4d45da5c99b6cc49f036068cd4b9b7f2f7ad1d Mon Sep 17 00:00:00 2001 From: Adrian Cirstea <73791083+cyony95@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:17:06 +0300 Subject: [PATCH 2/3] Added Kylix to the ss58 registry --- ss58-registry.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ss58-registry.json b/ss58-registry.json index 72f02b1..4649eaa 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -856,6 +856,15 @@ "standardAccount": "*25519", "website": "https://bit.country" }, + { + "prefix": 314, + "network": "kylix", + "displayName": "Kylix", + "symbols": ["KLX"], + "decimals": [18], + "standardAccount": "*25519", + "website": "https://kylix.finance" + }, { "prefix": 420, "network": "sora_kusama_para", From a035efb9d053af77be58c5dd756bf541666d2461 Mon Sep 17 00:00:00 2001 From: Adrian Cirstea <73791083+cyony95@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:32:07 +0300 Subject: [PATCH 3/3] updated Kylix displayName --- ss58-registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ss58-registry.json b/ss58-registry.json index 4649eaa..9f333fa 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -859,7 +859,7 @@ { "prefix": 314, "network": "kylix", - "displayName": "Kylix", + "displayName": "Kylix Finance", "symbols": ["KLX"], "decimals": [18], "standardAccount": "*25519",