mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 02:31:03 +00:00
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:
@@ -576,6 +576,10 @@ ss58_address_format!(
|
|||||||
(47, "reserved47", "Reserved for future use (47).")
|
(47, "reserved47", "Reserved for future use (47).")
|
||||||
NeatcoinAccount =>
|
NeatcoinAccount =>
|
||||||
(48, "neatcoin", "Neatcoin mainnet, standard account (*25519).")
|
(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 =>
|
HydraDXAccount =>
|
||||||
(63, "hydradx", "HydraDX standard account (*25519).")
|
(63, "hydradx", "HydraDX standard account (*25519).")
|
||||||
AventusAccount =>
|
AventusAccount =>
|
||||||
|
|||||||
@@ -442,6 +442,24 @@
|
|||||||
"standardAccount": "*25519",
|
"standardAccount": "*25519",
|
||||||
"website": "https://neatcoin.org"
|
"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,
|
"prefix": 63,
|
||||||
"network": "hydradx",
|
"network": "hydradx",
|
||||||
|
|||||||
Reference in New Issue
Block a user