This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add SS58 Registry #7020
Merged
Merged
Add SS58 Registry #7020
Changes from 3 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
7794117
add SS58 registry
joepetrowski 400a018
formatting
joepetrowski c071a23
description -> displayName
joepetrowski 3a24ef3
Update ss58-registry.json
joepetrowski 3dd4daa
make numbers literal, tokens can have different denominations
joepetrowski 72fcca5
merge remote changes
joepetrowski f0d7f61
add dock
joepetrowski 83e6afe
add dark
joepetrowski fdfe5b8
Merge remote-tracking branch 'origin' into joe-ss58-registry
joepetrowski 0c5f4c3
add websites and tokens
joepetrowski d242599
add KLP decimals
joepetrowski 6385d8c
add acala and laminar info
joepetrowski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.
Outdated
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.
Outdated
Show resolved
Hide resolved
|
||
| "standardAccount": "*25519", | ||
| "website": null | ||
jacogr marked this conversation as resolved.
Outdated
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.
Outdated
Show resolved
Hide resolved
|
||
| "symbol": null, | ||
| "decimals": null, | ||
| "standardAccount": null, | ||
| "website": null | ||
| } | ||
| ] | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.