forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassetlist.json
More file actions
48 lines (48 loc) · 1.14 KB
/
assetlist.json
File metadata and controls
48 lines (48 loc) · 1.14 KB
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
{
"$schema": "../../assetlist.schema.json",
"chain_name": "quicksilvertestnet2",
"assets": [
{
"description": "QCK - native token of Quicksilver",
"denom_units": [
{
"denom": "uqck",
"exponent": 0,
"aliases": []
},
{
"denom": "qck",
"exponent": 6,
"aliases": []
}
],
"base": "uqck",
"name": "Quicksilver",
"display": "qck",
"symbol": "QCK",
"traces": [
{
"type": "test-mintage",
"counterparty": {
"chain_name": "quicksilver",
"base_denom": "uqck"
},
"provider": "Quicksilver"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"
},
"images": [
{
"image_sync": {
"chain_name": "quicksilver",
"base_denom": "uqck"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"
}
],
"type_asset": "sdk.coin"
}
]
}