Adds composable.finance to ss58 registry (#9608)

* adds composable.finance ss58 registry

* adds composable ss58 format

* correct prefix

* dedupe

Co-authored-by: CI system <>
This commit is contained in:
Seun Lanlege
2021-09-13 09:54:13 +01:00
committed by GitHub
parent 0d30893840
commit 9245bfbbc2
2 changed files with 22 additions and 0 deletions
+4
View File
@@ -576,6 +576,10 @@ ss58_address_format!(
(47, "reserved47", "Reserved for future use (47).")
NeatcoinAccount =>
(48, "neatcoin", "Neatcoin mainnet, standard account (*25519).")
PicassoAccount =>
(49, "picasso", "Composable Canary Network, standard account (*25519).")
ComposableAccount =>
(50, "composable", "Composable mainnet, standard account (*25519).")
HydraDXAccount =>
(63, "hydradx", "HydraDX standard account (*25519).")
AventusAccount =>
+18
View File
@@ -442,6 +442,24 @@
"standardAccount": "*25519",
"website": "https://neatcoin.org"
},
{
"prefix": 49,
"network": "picasso",
"displayName": "Picasso",
"symbols": ["PICA"],
"decimals": [12],
"standardAccount": "*25519",
"website": "https://picasso.composable.finance"
},
{
"prefix": 50,
"network": "composable",
"displayName": "Composable",
"symbols": ["LAYR"],
"decimals": [12],
"standardAccount": "*25519",
"website": "https://composable.finance"
},
{
"prefix": 63,
"network": "hydradx",