forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassetlist.json
92 lines (92 loc) · 2.26 KB
/
assetlist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"$schema": "../assetlist.schema.json",
"chain_name": "kava",
"assets": [
{
"description": "The native staking and governance token of Kava",
"denom_units": [
{
"denom": "ukava",
"exponent": 0
},
{
"denom": "kava",
"exponent": 6
}
],
"base": "ukava",
"name": "Kava",
"display": "kava",
"symbol": "KAVA",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png"
},
"coingecko_id": "kava"
},
{
"description": "Governance token of Kava Lend Protocol",
"denom_units": [
{
"denom": "hard",
"exponent": 0
},
{
"denom": "HARD",
"exponent": 6
}
],
"base": "hard",
"name": "Hard",
"display": "HARD",
"symbol": "HARD",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg"
},
"coingecko_id": "kava-lend"
},
{
"description": "Governance token of Kava Swap Protocol",
"denom_units": [
{
"denom": "swp",
"exponent": 0
},
{
"denom": "SWP",
"exponent": 6
}
],
"base": "swp",
"name": "Swap",
"display": "SWP",
"symbol": "SWP",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg"
},
"coingecko_id": "kava-swap"
},
{
"description": "The native stablecoin of Kava",
"denom_units": [
{
"denom": "usdx",
"exponent": 0
},
{
"denom": "USDX",
"exponent": 6
}
],
"base": "usdx",
"name": "USDX",
"display": "USDX",
"symbol": "USDX",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png"
},
"coingecko_id": "usdx"
}
]
}