kilt&polimec ss58 prefix (#7547)

* kilt ss58 address

* polimec ss58 prefix
This commit is contained in:
Albrecht
2020-12-10 14:23:47 +01:00
committed by GitHub
parent e4e120e9b3
commit 9384e6ed53
2 changed files with 22 additions and 0 deletions
+4
View File
@@ -506,6 +506,10 @@ ss58_address_format!(
(36, "centrifuge", "Centrifuge Chain mainnet, standard account (*25519).")
NodleAccount =>
(37, "nodle", "Nodle Chain mainnet, standard account (*25519).")
KiltAccount =>
(38, "kilt", "KILT Chain mainnet, standard account (*25519).")
PolimecAccount =>
(41, "poli", "Polimec Chain mainnet, standard account (*25519).")
SubstrateAccount =>
(42, "substrate", "Any Substrate network, standard account (*25519).")
Reserved43 =>
+18
View File
@@ -298,6 +298,15 @@
"standardAccount": "*25519",
"website": "https://nodle.io/"
},
{
"prefix": 38,
"network": "kilt",
"displayName": "KILT Chain",
"symbols": ["KILT"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://kilt.io/"
},
{
"prefix": 39,
"network": "mathchain",
@@ -316,6 +325,15 @@
"standardAccount": "*25519",
"website": "https://mathwallet.org"
},
{
"prefix": 41,
"network": "poli",
"displayName": "Polimec Chain",
"symbols": null,
"decimals": null,
"standardAccount": "*25519",
"website": "https://polimec.io/"
},
{
"prefix": 42,
"network": "substrate",