Add Clover Finance to SS58 Registry (#9236)

* Add Clover Finance to SS58 Registry

* Merge and fix spaces

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
pangwa
2021-09-14 22:22:10 +08:00
committed by GitHub
parent 902739f96c
commit b8f4a4c147
2 changed files with 12 additions and 1 deletions
+2
View File
@@ -604,6 +604,8 @@ ss58_address_format!(
(101, "origintrail-parachain", "OriginTrail Parachain, ethereumm account (ECDSA).")
HeikoAccount =>
(110, "heiko", "Heiko, session key (*25519).")
CloverAccount =>
(128, "clover", "Clover Finance, standard account (*25519).")
ParallelAccount =>
(172, "parallel", "Parallel, session key (*25519).")
SocialAccount =>
+10 -1
View File
@@ -567,7 +567,7 @@
"decimals": [12],
"standardAccount": "*25519",
"website": "https://parallel.fi/"
},
},
{
"prefix": 113,
"network": "integritee-incognito",
@@ -577,6 +577,15 @@
"standardAccount": "*25519",
"website": "https://integritee.network"
},
{
"prefix": 128,
"network": "clover",
"displayName": "Clover Finance",
"symbols": ["CLV"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://clover.finance"
},
{
"prefix": 136,
"network": "altair",