trustwallet-assets/blockchains/cryptoorg/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

41 lines
1.2 KiB
JSON

{
"name": "Crypto.org",
"website": "https://crypto.org/",
"source_code": "https://github.com/crypto-org-chain",
"white_paper": "https://crypto.org/chain_whitepaper.pdf",
"description": "Crypto.org Chain is a blockchain application built using Cosmos SDK and Tendermint, intended as a backbone for some of the existing and future Crypto.org ecosystem.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/cryptocom",
"handle": "cryptocom"
},
{
"name": "Reddit",
"url": "https://www.reddit.com/r/Crypto_com/",
"handle": "Crypto_com"
}
],
"explorer": "https://crypto.org/explorer",
"symbol": "CRO",
"type": "COIN",
"decimals": 8,
"status": "active",
"tags": [
"staking-native"
],
"links": [
{
"name": "github",
"url": "https://github.com/crypto-org-chain"
},
{
"name": "twitter",
"url": "https://twitter.com/cryptocom"
},
{
"name": "reddit",
"url": "https://reddit.com/r/Crypto_com/"
}
]
}