Skip to content
Snippets Groups Projects
Commit 9245bfbb authored by Web3 Philosopher's avatar Web3 Philosopher Committed by GitHub
Browse files

Adds composable.finance to ss58 registry (#9608)

* adds composable.finance ss58 registry

* adds composable ss58 format

* correct prefix

* dedupe

Co-authored-by: CI system <>
parent 0d308938
No related merge requests found
......@@ -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 =>
......
......@@ -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",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment