Add ss58 version prefix for Litentry (#7918)

This commit is contained in:
Black3HDF
2021-01-18 22:08:19 +08:00
committed by GitHub
parent 1a5ea34d9a
commit 0b69577a3e
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -504,6 +504,8 @@ ss58_address_format!(
(29, "cord", "Dhiway CORD network, standard account (*25519).")
PhalaAccount =>
(30, "phala", "Phala Network, standard account (*25519).")
LitentryAccount =>
(31, "litentry", "Litentry Network, standard account (*25519).")
RobonomicsAccount =>
(32, "robonomics", "Any Robonomics network standard account (*25519).")
DataHighwayAccount =>
+9
View File
@@ -289,6 +289,15 @@
"standardAccount": "*25519",
"website": "https://phala.network"
},
{
"prefix": 31,
"network": "litentry",
"displayName": "Litentry Network",
"symbols": ["LIT"],
"decimals": [12],
"standardAccount": "*25519",
"website": "https://litentry.com/"
},
{
"prefix": 32,
"network": "robonomics",