trustwallet-assets/blockchains/nimiq/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.0 KiB
JSON

{
"name": "Nimiq",
"website": "https://nimiq.com",
"source_code": "https://github.com/nimiq",
"white_paper": "https://nimiq.com/whitepaper",
"description": "Nimiq is the blockchain designed for simplicity. Nimiq aims to be the best performing and easiest-to-use decentralized payment protocol & ecosystem.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/nimiq",
"handle": "nimiq"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/Nimiq",
"handle": "Nimiq"
}
],
"explorer": "https://nimiq.watch",
"symbol": "NIM",
"type": "COIN",
"decimals": 5,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/nimiq"
},
{
"name": "twitter",
"url": "https://twitter.com/nimiq"
},
{
"name": "reddit",
"url": "https://reddit.com/r/Nimiq"
}
]
}