Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions primitives/core/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,10 @@ ss58_address_format!(
(36, "centrifuge", "Centrifuge Chain mainnet, standard account (*25519).")
NodleAccount =>
(37, "nodle", "Nodle Chain mainnet, standard account (*25519).")
KiltAccount =>
(38, "kilt", "KILT Chain mainnet, standard account (*25519).")
PolimecAccount =>
(41, "poli", "Polimec Chain mainnet, standard account (*25519).")
SubstrateAccount =>
(42, "substrate", "Any Substrate network, standard account (*25519).")
Reserved43 =>
Expand Down
18 changes: 18 additions & 0 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,15 @@
"standardAccount": "*25519",
"website": "https://nodle.io/"
},
{
"prefix": 38,
"network": "kilt",
"displayName": "KILT Chain",
"symbols": ["KILT"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://kilt.io/"
},
{
"prefix": 39,
"network": "mathchain",
Expand All @@ -316,6 +325,15 @@
"standardAccount": "*25519",
"website": "https://mathwallet.org"
},
{
"prefix": 41,
"network": "poli",
"displayName": "Polimec Chain",
"symbols": null,
"decimals": null,
"standardAccount": "*25519",
"website": "https://polimec.io/"
},
{
"prefix": 42,
"network": "substrate",
Expand Down