trustwallet-assets/blockchains/classic/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.3 KiB
JSON

{
"name": "Ethereum Classic",
"website": "https://ethereumclassic.org/",
"source_code": "https://github.com/ethereumclassic/",
"white_paper": "https://whitepaperdatabase.com/ethereum-classic-etc-whitepaper/",
"description": "Ethereum Classic is an open-source, public, blockchain-based distributed computing platform featuring smart contract functionality.It is a continuation of the original Ethereum blockchain.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/eth_classic",
"handle": "eth_classic"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/EthereumClassic",
"handle": "EthereumClassic"
}
],
"explorer": "https://blockscout.com/etc/mainnet/",
"research": "https://research.binance.com/en/projects/ethereum-classic",
"symbol": "ETC",
"type": "COIN",
"decimals": 18,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/ethereumclassic/"
},
{
"name": "twitter",
"url": "https://twitter.com/eth_classic"
},
{
"name": "reddit",
"url": "https://reddit.com/r/EthereumClassic"
}
]
}