trustwallet-assets/blockchains/nervos/info/info.json
Adam R e3d5d8ed79
[Internal] Coin info's: Include in checks; perform socials->links migration (#10707)
* Include coin info.json's in checks as well

* Put all chain coin cheks into one check step

* Socials->links adaptation in coin info.json's

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-06-25 11:12:11 +02:00

38 lines
1.2 KiB
JSON

{
"name": "Nervos Network",
"website": "http://nervos.org",
"source_code": "https://github.com/nervosnetwork",
"white_paper": "https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0002-ckb/0002-ckb.md",
"description": "Nervos CKB (Common Knowledge Byte) is the native token of the Nervos Common Knowledge Base, a multi-asset, store of value, proof of work public blockchain.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/nervosnetwork",
"handle": "nervosnetwork"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/NervosNetwork",
"handle": "NervosNetwork"
}
],
"explorer": "https://explorer.nervos.org",
"symbol": "CKB",
"type": "COIN",
"decimals": 8,
"status": "abandoned",
"links": [
{
"name": "github",
"url": "https://github.com/nervosnetwork"
},
{
"name": "twitter",
"url": "https://twitter.com/nervosnetwork"
},
{
"name": "reddit",
"url": "https://reddit.com/r/NervosNetwork"
}
]
}