trustwallet-assets/blockchains/tron/info/info.json
Viktor Radchenko 5f6fb5ed94
[Internal] Add tagging support (#5911)
* Add tagging support

* Add example dao support for TWT

* Update info.json

* Rename daos => dao

* Update tags.json

* Update tag in TWT, governance/dao

* Update test

* Add staking-native tag

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-03-18 13:42:03 -07:00

28 lines
822 B
JSON

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