trustwallet-assets/blockchains/aeternity/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": "Aeternity",
"website": "https://aeternity.com",
"source_code": "https://github.com/aeternity",
"white_paper": "https://github.com/aeternity/white-paper/blob/master/paper.pdf",
"description": "Aeternity is a blockchain platform with turing complete smart contracts. The platform implemented decentralized oracles to make it possible for decentralized applications to use real world data.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/aeternity",
"handle": "aeternity"
},
{
"name": "Reddit",
"url": "https://www.reddit.com/r/Aeternity",
"handle": "Aeternity"
}
],
"explorer": "https://www.aeknow.org/",
"research": "https://research.binance.com/en/projects/aeternity",
"symbol": "AE",
"type": "COIN",
"decimals": 18,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/aeternity"
},
{
"name": "twitter",
"url": "https://twitter.com/aeternity"
},
{
"name": "reddit",
"url": "https://reddit.com/r/Aeternity"
}
]
}