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

32 lines
852 B
JSON

{
"name": "TRON",
"website": "https://tron.network/",
"description": "TRON is dedicated to building the infrastructure for a truly decentralized Internet.",
"explorer": "https://tronscan.io/#/",
"research": "https://research.binance.com/en/projects/tron",
"symbol": "TRX",
"type": "coin",
"decimals": 6,
"status": "active",
"tags": [
"staking-native"
],
"links": [
{
"name": "github",
"url": "https://github.com/tronprotocol"
},
{
"name": "twitter",
"url": "https://twitter.com/Tronfoundation"
},
{
"name": "reddit",
"url": "https://reddit.com/r/Tronix"
},
{
"name": "whitepaper",
"url": "https://developers.tron.network/docs"
}
]
}