trustwallet-assets/blockchains/nano/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

29 lines
803 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Nano",
"website": "http://nano.org/en",
"description": "Digital currency for the real world the fast and free way to pay for everything in life.",
"explorer": "https://nanocrawler.cc",
"research": "https://research.binance.com/en/projects/nano",
"symbol": "NANO",
"type": "coin",
"decimals": 30,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/nanocurrency"
},
{
"name": "twitter",
"url": "https://twitter.com/nano"
},
{
"name": "reddit",
"url": "https://reddit.com/r/nanocurrency"
},
{
"name": "whitepaper",
"url": "https://nano.org/en/whitepaper"
}
]
}