trustwallet-assets/blockchains/nano/info/info.json
Adam R e5a5a0abed
[Internal] Remove source_code, whitepaper fields (#10891)
* Remove all source_code and whitepaper fields (moved to links section)

* Move white_paper fields to links section

* Add checks for source_code, whitepaper fields

* Whitepaper fixes

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-06-28 17:49:10 +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"
}
]
}