mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
6d5682e43f
* Coin info type should be lowercase 'coin' * Make coin info types lowercase 'coin' Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
24 lines
690 B
JSON
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"
|
|
}
|
|
]
|
|
} |