From a81340e64e1f8c87f48fa9e6f0f646051740c95b Mon Sep 17 00:00:00 2001 From: Chevdor Date: Tue, 25 Apr 2023 09:18:55 +0200 Subject: [PATCH] Fix the naming of a few chains --- registry/parity.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/registry/parity.json b/registry/parity.json index be73913..0a92862 100644 --- a/registry/parity.json +++ b/registry/parity.json @@ -55,7 +55,7 @@ "url": "wss://statemint-rpc.polkadot.io:443" } ], - "PolkadotCollectives": [ + "Polkadot Collectives": [ { "name": "Parity", "labels": [], @@ -76,7 +76,7 @@ "url": "wss://rococo-rockmine-rpc.polkadot.io:443" } ], - "RococoContracts": [ + "Rococo Contracts": [ { "name": "Parity", "labels": [], @@ -100,14 +100,14 @@ "url": "wss://westmint-rpc.polkadot.io:443" } ], - "WestendCollectives": [ + "Westend Collectives": [ { "name": "Parity", "labels": [], "url": "wss://westend-collectives-rpc.polkadot.io:443" } ], - "WestendBridgehub": [ + "Westend Bridgehub": [ { "name": "Parity", "labels": [], @@ -116,4 +116,4 @@ ] }, "enabled": true -} \ No newline at end of file +}