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

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"
}
]
}