trustwallet-assets/blockchains/cosmos/info/info.json
Adam R e5a5a0abed
[Internal] Remove source_code, whitepaper fields (#10891)
* Remove all source_code and whitepaper fields (moved to links section)

* Move white_paper fields to links section

* Add checks for source_code, whitepaper fields

* Whitepaper fixes

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-06-28 17:49:10 +02:00

32 lines
923 B
JSON

{
"name": "Cosmos",
"website": "https://cosmos.network/",
"description": "Cosmos is a secure & scalable blockchain ecosystem where thousands of dApps interoperate to create the foundation for a new token economy.",
"explorer": "https://www.mintscan.io/",
"research": "https://research.binance.com/en/projects/cosmos-network",
"symbol": "ATOM",
"type": "COIN",
"decimals": 6,
"status": "active",
"tags": [
"staking-native"
],
"links": [
{
"name": "github",
"url": "https://github.com/cosmos"
},
{
"name": "twitter",
"url": "https://twitter.com/cosmos"
},
{
"name": "reddit",
"url": "https://reddit.com/r/cosmosnetwork"
},
{
"name": "whitepaper",
"url": "https://cosmos.network/resources/whitepaper"
}
]
}