trustwallet-assets/blockchains/eos/info/info.json
Adam R e3d5d8ed79
[Internal] Coin info's: Include in checks; perform socials->links migration (#10707)
* 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>
2021-06-25 11:12:11 +02:00

39 lines
1.2 KiB
JSON

{
"name": "EOS",
"website": "https://eos.io",
"source_code": "https://github.com/eosio",
"white_paper": "https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md",
"description": "EOS is a cryptocurrency token and blockchain that operates as a smart contract platform for the deployment of decentralized applications and decentralized autonomous corporations.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/block_one_",
"handle": "block_one_"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/EOS",
"handle": "EOS"
}
],
"explorer": "https://bloks.io/",
"research": "https://research.binance.com/en/projects/eos",
"symbol": "EOS",
"type": "COIN",
"decimals": 4,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/eosio"
},
{
"name": "twitter",
"url": "https://twitter.com/block_one_"
},
{
"name": "reddit",
"url": "https://reddit.com/r/EOS"
}
]
}