From 8e8a37f7a1e574ac8c8c606a400bb19f9c5e1dc5 Mon Sep 17 00:00:00 2001 From: Aten <jincxmain@gmail.com> Date: Thu, 15 Oct 2020 21:49:47 +0800 Subject: [PATCH] Update token info about ChainX. (#7330) --- substrate/ss58-registry.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/substrate/ss58-registry.json b/substrate/ss58-registry.json index f2b81098e25..2485137076c 100644 --- a/substrate/ss58-registry.json +++ b/substrate/ss58-registry.json @@ -320,10 +320,10 @@ "prefix": 44, "network": "chainx", "displayName": "ChainX", - "symbols": null, - "decimals": null, + "symbols": ["PCX"], + "decimals": [8], "standardAccount": "*25519", - "website": null + "website": "https://chainx.org/" }, { "prefix": 46, -- GitLab