trustwallet-assets/blockchains/cosmos/info/info.json
Viktor Radchenko 5f6fb5ed94
[Internal] Add tagging support (#5911)
* Add tagging support

* Add example dao support for TWT

* Update info.json

* Rename daos => dao

* Update tags.json

* Update tag in TWT, governance/dao

* Update test

* Add staking-native tag

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-03-18 13:42:03 -07:00

28 lines
892 B
JSON

{
"name": "Cosmos",
"website": "https://cosmos.network/",
"source_code": "https://github.com/cosmos",
"white_paper": "https://cosmos.network/resources/whitepaper",
"description": "Cosmos is a secure & scalable blockchain ecosystem where thousands of dApps interoperate to create the foundation for a new token economy.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/cosmos",
"handle": "cosmos"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/cosmosnetwork",
"handle": "cosmosnetwork"
}
],
"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"
]
}