trustwallet-assets/blockchains/cryptoorg/info/info.json
Adam R 6d5682e43f
[Internal] Coin info type should be lowercase 'coin' (#11234)
* Coin info type should be lowercase 'coin'

* Make coin info types lowercase 'coin'

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-07-04 07:35:54 +02:00

31 lines
883 B
JSON

{
"name": "Crypto.org",
"website": "https://crypto.org/",
"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.",
"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/"
},
{
"name": "whitepaper",
"url": "https://crypto.org/chain_whitepaper.pdf"
}
]
}