Skip to content
Snippets Groups Projects
Commit 60345c9f authored by Jakub Pánik's avatar Jakub Pánik Committed by GitHub
Browse files

Add Basilisk ss58 (#8882)

parent acef22bb
No related merge requests found
......@@ -581,6 +581,8 @@ ss58_address_format!(
(69, "sora", "SORA Network, standard account (*25519).")
SocialAccount =>
(252, "social-network", "Social Network, standard account (*25519).")
BasiliskAccount =>
(10041, "basilisk", "Basilisk standard account (*25519).")
// Note: 16384 and above are reserved.
);
......
......@@ -477,8 +477,8 @@
"decimals": [0,9,9,9,9,9,9,9],
"standardAccount": "*25519",
"website": "https://equilibrium.io"
},
{
},
{
"prefix": 69,
"network": "sora",
"displayName": "SORA Network",
......@@ -495,6 +495,15 @@
"decimals": [18],
"standardAccount": "*25519",
"website": "https://social.network"
},
{
"prefix": 10041,
"network": "basilisk",
"displayName": "Basilisk",
"symbols": ["BSX"],
"decimals": [12],
"standardAccount": "*25519",
"website": "https://bsx.fi"
}
]
}
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