From 2e7276703407793eef14a9ba85d3240031b3a328 Mon Sep 17 00:00:00 2001 From: Lovesh Harchandani Date: Mon, 5 Oct 2020 17:18:28 +0530 Subject: [PATCH] Update ss58 registry for Dock network (#7263) Signed-off-by: lovesh --- substrate/ss58-registry.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/substrate/ss58-registry.json b/substrate/ss58-registry.json index 79ef3e47f9..767d1ec330 100644 --- a/substrate/ss58-registry.json +++ b/substrate/ss58-registry.json @@ -185,19 +185,19 @@ "prefix": 21, "network": "dock-testnet", "displayName": "Dock Testnet", - "symbols": null, - "decimals": null, + "symbols": ["DCK"], + "decimals": [6], "standardAccount": "*25519", - "website": null + "website": "https://dock.io" }, { "prefix": 22, "network": "dock-mainnet", "displayName": "Dock Mainnet", - "symbols": null, - "decimals": null, + "symbols": ["DCK"], + "decimals": [6], "standardAccount": "*25519", - "website": null + "website": "https://dock.io" }, { "prefix": 23,