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

32 lines
941 B
JSON

{
"name": "Tezos",
"website": "https://tezos.com/",
"description": "Tezos is a smart contract platform that uses blockchain voting to be self-governing by its token holders. Also, the platform aims to boost the security of smart contracts.",
"explorer": "https://tezos.id",
"research": "https://research.binance.com/en/projects/tezos",
"symbol": "XTZ",
"type": "COIN",
"decimals": 6,
"status": "active",
"tags": [
"staking-native"
],
"links": [
{
"name": "source_code",
"url": "https://gitlab.com/tezos/tezos"
},
{
"name": "twitter",
"url": "https://twitter.com/tezos"
},
{
"name": "reddit",
"url": "https://reddit.com/r/tezos"
},
{
"name": "whitepaper",
"url": "https://www.tezos.com/static/papers/white_paper.pdf"
}
]
}