GeekCash reserve SS58 address id 19 (#7195)

* Add ss58 address for GeekCash

* Add ss58 address for GeekCash

* Add ss58 address for GeekCash on ss58registry.json
This commit is contained in:
nasa8x
2020-09-29 19:12:19 +07:00
committed by GitHub
parent 7142a16df8
commit 8e10515aa2
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -476,6 +476,8 @@ ss58_address_format!(
(17, "dark", "Dark mainnet, standard account (*25519).")
DarwiniaAccount =>
(18, "darwinia", "Darwinia Chain mainnet, standard account (*25519).")
GeekAccount =>
(19, "geek", "GeekCash mainnet, standard account (*25519).")
StafiAccount =>
(20, "stafi", "Stafi mainnet, standard account (*25519).")
DockTestAccount =>
+9
View File
@@ -163,6 +163,15 @@
"standardAccount": "*25519",
"website": null
},
{
"prefix": 19,
"network": "geek",
"displayName": "GeekCash",
"symbols": ["GEEK"],
"decimals": [12],
"standardAccount": "*25519",
"website": "https://geekcash.org"
},
{
"prefix": 20,
"network": "stafi",