From affbc38afd2f901c30ab662b4dda84bed75595ea Mon Sep 17 00:00:00 2001
From: Tore19 <289649077@qq.com>
Date: Sun, 1 Nov 2020 20:01:26 +0800
Subject: [PATCH] Add ss58 registration details (#7123)

---
 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 d4286145a1f..4c18e72e905 100644
--- a/substrate/ss58-registry.json
+++ b/substrate/ss58-registry.json
@@ -185,10 +185,10 @@
 			"prefix": 20,
 			"network": "stafi",
 			"displayName": "Stafi",
-			"symbols": null,
-			"decimals": null,
+			"symbols": ["FIS"],
+			"decimals": [12],
 			"standardAccount": "*25519",
-			"website": null
+			"website": "https://stafi.io"
 		},
 		{
 			"prefix": 21,
-- 
GitLab