This repo contains info of projects used in Subscan parachain module based on @polkadot/apps-config.
-
The data will be displayed in Subscan(EG-1, EG-2), please be sure to fill in the real information. It is recommended to use the github account of the project member to submit.
-
All the items are optional, fill in " " for those that cannot be answered at present.
-
Please use the owner account that submitted
registrar_reserve
to sign theproject information
, and fill in the signature. We will compare the submitted information with the signature. If it does not match, the pr will not be merged. -
After each update of the
project information
, please sign the latest data and submit the signature. -
Signature tool: For Polkadot, For Kusama , For Rococo , For Westend.
Welcome to pr to update your project information
.
If you want to request new project info, You need to prepare these files:
- description file (<network>.json)
- network icon image as SVG or PNG (recommend 512x512 and SVG)
If you want to request new/updated project info, You need to follow these steps:
(If you have submitted project info and only want to update resouces without a description file, you can skip the signature step)
- put your description file in the right folder like
networks/kusama/parachain/<network>.json
- put your image to
assets/images/<network>.<svg/png>
- go polkadot apps signing to sign your description file content (paste all content of the description file) with The parachain owner account
- make a pull request to our repo, and replace placeholders of
Para ID Owner & Signature Account
andSignature Hash
ofSignature Auto check
by the Owner account and Signature - check all of the checklist
- done, now you can create and wait for the Signature Checker to pass your request, and our team will double-check and confirm your request
Here is a template you can refer to, don't worry about indentation and spaces, you just need to make sure it's in valid JSON format
{
"data": {
"ParaID": 2046,
"Project Name": "darwinia",
"Logo": "../../assets/images/darwinia.png",
"Description (en)": "Darwinia is a cross-chain messaging infrastructure. Darwinia provides a reliable and programmable cross-chain platform for decentralized applications. Darwinia provides developers with an SDK, and developers can easily integrate cross-chain capabilities into their Dapps.",
"Description (zh)": "Darwinia is a cross-chain messaging infrastructure. Darwinia provides a reliable and programmable cross-chain platform for decentralized applications. Darwinia provides developers with an SDK, and developers can easily integrate cross-chain capabilities into their Dapps.",
"Parachain Crowdloans Allocation (en)": "<LEAVE HERE A LINK OR EMPTY>",
"Parachain Crowdloans Allocation (zh)": "<LEAVE HERE A LINK OR EMPTY>",
"Auction Reward & Reward Vesting Schedule (en)": "<LEAVE HERE A LINK OR EMPTY>",
"Auction Reward & Reward Vesting Schedule (zh)": "<LEAVE HERE A LINK OR EMPTY>",
"Financing Information (en)": "<LEAVE HERE A LINK OR EMPTY>",
"Financing Information (zh)": "<LEAVE HERE A LINK OR EMPTY>",
"Website Link": "https://darwinia.network/",
"Twitter Link": "https://twitter.com/DarwiniaNetwork",
"Telegram Link": "https://t.me/DarwiniaNetwork",
"Discord Link": "https://discord.gg/KSJGA29Xz5",
"Medium Link": "https://medium.com/@DarwiniaNetwork",
"Github Link": "https://github.com/darwinia-network",
"Owner account": "<THE PARACHAIN OWNER ACCOUNT>"
}
}
- Make sure you haven't changed other formats except for angle brackets(<>) and included words
- Make sure the signature you put is made by the same Parachain Owner
- Make sure your description file is in valid JSON format
- Probably our Signature checker give up its job :(
If up there is nothing to help, contact us, and we will help you manually verify your request.