trustwallet-assets/blockchains/nervos/info/info.json
Adam R 6d5682e43f
[Internal] Coin info type should be lowercase 'coin' (#11234)
* Coin info type should be lowercase 'coin'

* Make coin info types lowercase 'coin'

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-07-04 07:35:54 +02:00

28 lines
872 B
JSON

{
"name": "Nervos Network",
"website": "http://nervos.org",
"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.",
"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"
},
{
"name": "whitepaper",
"url": "https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0002-ckb/0002-ckb.md"
}
]
}