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>
35 lines
955 B
JSON
35 lines
955 B
JSON
{
|
|
"name": "Celo",
|
|
"website": "https://celo.org/",
|
|
"source_code": "https://github.com/celo-org/celo-blockchain",
|
|
"white_paper": "https://celo.org/papers",
|
|
"description": "Celo is an open platform that makes financial tools accessible to anyone with a mobile phone",
|
|
"socials": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/CeloOrg",
|
|
"handle": "CeloOrg"
|
|
},
|
|
{
|
|
"name": "Reddit",
|
|
"url": "",
|
|
"handle": ""
|
|
}
|
|
],
|
|
"explorer": "https://explorer.celo.org/",
|
|
"research": "https://docs.celo.org/",
|
|
"symbol": "CELO",
|
|
"type": "COIN",
|
|
"decimals": 8,
|
|
"status": "abandoned",
|
|
"links": [
|
|
{
|
|
"name": "github",
|
|
"url": "https://github.com/celo-org/celo-blockchain"
|
|
},
|
|
{
|
|
"name": "twitter",
|
|
"url": "https://twitter.com/CeloOrg"
|
|
}
|
|
]
|
|
} |