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

24 lines
690 B
JSON

{
"name": "Kusama",
"website": "https://kusama.network",
"description": "Kusama is described as a canary-net: It is an early, highly experimental version of Polkadot presenting real economic conditions.",
"explorer": "https://polkascan.io/pre/kusama-cc3",
"symbol": "KSM",
"type": "COIN",
"decimals": 12,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/kusamanetwork"
},
{
"name": "twitter",
"url": "https://twitter.com/kusamanetwork"
},
{
"name": "reddit",
"url": "https://reddit.com/r/Kusama"
}
]
}