mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
e3d5d8ed79
* Include coin info.json's in checks as well * Put all chain coin cheks into one check step * Socials->links adaptation in coin info.json's Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
30 lines
882 B
JSON
30 lines
882 B
JSON
{
|
|
"name": "Telegram Open Network",
|
|
"website": "https://telegram.org/",
|
|
"source_code": "https://github.com/ton-blockchain/ton",
|
|
"white_paper": "https://test.ton.org/ton.pdf",
|
|
"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.",
|
|
"socials": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "",
|
|
"handle": ""
|
|
},
|
|
{
|
|
"name": "Reddit",
|
|
"url": "",
|
|
"handle": ""
|
|
}
|
|
],
|
|
"explorer": "https://test.ton.org/testnet/",
|
|
"symbol": "GRAM",
|
|
"type": "COIN",
|
|
"decimals": 9,
|
|
"status": "abandoned",
|
|
"links": [
|
|
{
|
|
"name": "github",
|
|
"url": "https://github.com/ton-blockchain/ton"
|
|
}
|
|
]
|
|
} |