From 0e88f87b185cdee829f624b88d3cfc47eaaf2161 Mon Sep 17 00:00:00 2001 From: Thanos Doukoudakis <56822898+thadouk@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:11:45 +0100 Subject: [PATCH] feat: Adds VOW chain prefix (#217) --- Cargo.toml | 2 +- ss58-registry.json | 9 +++++++++ 2 files changed, 10 insertions(+), 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" diff --git a/ss58-registry.json b/ss58-registry.json index 55bb1a6..64bf316 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -1018,6 +1018,15 @@ "standardAccount": "*25519", "website": "https://logion.network" }, + { + "prefix": 2024, + "network": "vow-chain", + "displayName": "Enigmatic Smile", + "symbols": ["VOW"], + "decimals": [18], + "standardAccount": "*25519", + "website": "https://www.vow.foundation/" + }, { "prefix": 2032, "network": "interlay",