From 3d50ed12fe9d6b38d4ec01306dabf19034f99421 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 14 Oct 2020 13:16:28 +0200 Subject: [PATCH] Adjust ss58-registry websites to conform to schema (#7320) * Adjust ss58-registry websites to conform to schema * Adjust decimals to conform to schema --- substrate/ss58-registry.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/substrate/ss58-registry.json b/substrate/ss58-registry.json index 42b2f0bb8c..f2b81098e2 100644 --- a/substrate/ss58-registry.json +++ b/substrate/ss58-registry.json @@ -98,7 +98,7 @@ "symbols": ["REY"], "decimals": [18], "standardAccount": "*25519", - "website": ["http://laminar.network/"] + "website": "http://laminar.network/" }, { "prefix": 10, @@ -116,7 +116,7 @@ "symbols": ["LAMI"], "decimals": [18], "standardAccount": "*25519", - "website": ["http://laminar.network/"] + "website": "http://laminar.network/" }, { "prefix": 12, @@ -213,7 +213,7 @@ "network": "zero", "displayName": "ZERO", "symbols": ["PLAY"], - "decimals": 18, + "decimals": [18], "standardAccount": "*25519", "website": "https://zero.io" }, @@ -222,10 +222,10 @@ "network": "zero-alphaville", "displayName": "ZERO Alphaville", "symbols": ["PLAY"], - "decimals": 18, + "decimals": [18], "standardAccount": "*25519", "website": "https://zero.io" - }, + }, { "prefix": 28, "network": "subsocial",