trustwallet-assets/blockchains/eos/info/info.json
Adam R 6572a691df
[Internal] Remove socials sections from info.json's (#10876)
* Remove socials sections from info.json's

* Update error message if socials is present

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-06-28 11:24:55 +02:00

27 lines
903 B
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.",
"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"
}
]
}