mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
6d5682e43f
* Coin info type should be lowercase 'coin' * Make coin info types lowercase 'coin' Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
28 lines
774 B
JSON
28 lines
774 B
JSON
{
|
|
"name": "Nimiq",
|
|
"website": "https://nimiq.com",
|
|
"description": "Nimiq is the blockchain designed for simplicity. Nimiq aims to be the best performing and easiest-to-use decentralized payment protocol & ecosystem.",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "whitepaper",
|
|
"url": "https://nimiq.com/whitepaper"
|
|
}
|
|
]
|
|
} |