Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add SS58 Registry #7020

Merged
merged 12 commits into from
Sep 16, 2020
275 changes: 275 additions & 0 deletions ss58-registry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,275 @@
{
"specification": "https://github.com/paritytech/substrate/wiki/External-Address-Format-(SS58)",
"schema": {
"prefix": "The address prefix. Must be an integer and unique.",
"network": "Unique identifier for the network that will use this prefix, string, no spaces. To integrate with CLI tools, e.g. `--network polkadot`.",
"displayName": "The name of the network that will use this prefix, in a format friendly for display.",
"symbol": "Array of symbols of any tokens the chain uses, usually 2-5 characters. Most chains will only have one. Chains that have multiple instances of the Balances pallet should order the array by instance.",
"decimals": "Number of decimals representing a single unit to the end user. Must be an integer.",
"standardAccount": "Signing curve for standard account. Substrate supports ed25519, sr25519, and secp256k1.",
"website": "A website or Github repo associated with the network."
},
"registry": [
{
"prefix": "0",
"network": "polkadot",
"displayName": "Polkadot Relay Chain",
"symbol": ["DOT"],
"decimals": "10",
"standardAccount": "*25519",
"website": "https://polkadot.network"
},
{
"prefix": "1",
"network": "reserved1",
"displayName": "This prefix is reserved.",
"symbol": null,
"decimals": null,
"standardAccount": null,
"website": null
},
{
"prefix": "2",
"network": "kusama",
"displayName": "Kusama Relay Chain",
"symbol": ["KSM"],
"decimals": "12",
"standardAccount": "*25519",
"website": "https://kusama.network"
},
{
"prefix": "3",
"network": "reserved3",
"displayName": "This prefix is reserved.",
"symbol": null,
"decimals": null,
"standardAccount": null,
"website": null
},
{
"prefix": "4",
"network": "katalchain",
"displayName": "Katal Chain",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "5",
"network": "plasm",
"displayName": "Plasm Network",
"symbol": ["PLM"],
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "6",
"network": "bitfrost",
"displayName": "Bitfrost",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "7",
"network": "edgeware",
"displayName": "Edgeware",
"symbol": ["EDG"],
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "8",
"network": "karura",
"displayName": "Acala Karura Canary",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "9",
"network": "reynolds",
"displayName": "Laminar Reynolds Canary",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "10",
"network": "acala",
"displayName": "Acala",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "11",
"network": "laminar",
"displayName": "Laminar",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "12",
"network": "polymath",
"displayName": "Polymath",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "13",
"network": "substratee",
"displayName": "SubstraTEE",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
jacogr marked this conversation as resolved.
Show resolved Hide resolved
jacogr marked this conversation as resolved.
Show resolved Hide resolved
},
{
"prefix": "16",
"network": "kulupu",
"displayName": "Kulupu",
"symbol": ["KLP"],
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "18",
"network": "darwinia",
"displayName": "Darwinia Chain",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "20",
"network": "stafi",
"displayName": "Stafi",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "23",
"network": "shift",
"displayName": "ShiftNrg",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "28",
"network": "subsocial",
"displayName": "Subsocial",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "30",
"network": "phala",
"displayName": "Phala Network",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "32",
"network": "robonomics",
"displayName": "Robonomics Network",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "33",
"network": "datahighway",
"displayName": "DataHighway",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "36",
"network": "centrifuge",
"displayName": "Centrifuge Chain",
"symbol": ["RAD"],
"decimals": null,
jacogr marked this conversation as resolved.
Show resolved Hide resolved
"standardAccount": "*25519",
"website": null
jacogr marked this conversation as resolved.
Show resolved Hide resolved
},
{
"prefix": "42",
"network": "substrate",
"displayName": "Substrate",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": "https://substrate.dev/"
},
{
"prefix": "43",
"network": "reserved43",
"displayName": "This prefix is reserved.",
"symbol": null,
"decimals": null,
"standardAccount": null,
"website": null
},
{
"prefix": "44",
"network": "chainx",
"displayName": "ChainX",
"symbol": null,
"decimals": null,
"standardAccount": "*25519",
"website": null
},
{
"prefix": "46",
"network": "reserved46",
"displayName": "This prefix is reserved.",
"symbol": null,
"decimals": null,
"standardAccount": null,
"website": null
},
{
"prefix": "47",
"network": "reserved47",
"displayName": "This prefix is reserved.",
"symbol": null,
"decimals": null,
"standardAccount": null,
"website": null
},
{
"prefix": "48",
"network": "reserved48",
"displayName": "All prefixes above 48 are reserved.",
joepetrowski marked this conversation as resolved.
Show resolved Hide resolved
"symbol": null,
"decimals": null,
"standardAccount": null,
"website": null
}
]
}