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

20 lines
654 B
JSON

{
"name": "Telegram Open Network",
"website": "https://telegram.org/",
"description": "The Telegram Open Network (TON) describes itself as a fast, secure and scalable blockchain and network project, reportedly capable of handling millions of transactions per second.",
"explorer": "https://test.ton.org/testnet/",
"symbol": "GRAM",
"type": "COIN",
"decimals": 9,
"status": "abandoned",
"links": [
{
"name": "github",
"url": "https://github.com/ton-blockchain/ton"
},
{
"name": "whitepaper",
"url": "https://test.ton.org/ton.pdf"
}
]
}