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

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"
}
]
}