add ss58 id for nodle (#7279)

* add ss58 id for nodle

* update json ss58-registry as requested
This commit is contained in:
Eliott Teissonniere
2020-10-08 16:55:36 +02:00
committed by GitHub
parent ba229c629f
commit e3682fa2f4
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -496,6 +496,8 @@ ss58_address_format!(
(33, "datahighway", "DataHighway mainnet, standard account (*25519).")
CentrifugeAccount =>
(36, "centrifuge", "Centrifuge Chain mainnet, standard account (*25519).")
NodleAccount =>
(37, "nodle", "Nodle Chain mainnet, standard account (*25519).")
SubstrateAccount =>
(42, "substrate", "Any Substrate network, standard account (*25519).")
Reserved43 =>
+9
View File
@@ -253,6 +253,15 @@
"standardAccount": "*25519",
"website": "https://centrifuge.io/"
},
{
"prefix": 37,
"network": "nodle",
"displayName": "Nodle Chain",
"symbols": ["NODL"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://nodle.io/"
},
{
"prefix": 39,
"network": "mathchain",