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
100 lines (100 loc) · 2.88 KB
/
assetlist.json
File metadata and controls
100 lines (100 loc) · 2.88 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
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
93
94
95
96
97
98
99
100
{
"$schema": "../assetlist.schema.json",
"chain_name": "coss",
"assets": [
{
"description": "The native staking and governance token of the COSS.",
"denom_units": [
{
"denom": "ucgas",
"exponent": 0
},
{
"denom": "cgas",
"exponent": 6
}
],
"base": "ucgas",
"name": "CGAS",
"display": "cgas",
"symbol": "CGAS",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.svg",
"theme": {
"primary_color_hex": "#7c7c7c"
}
}
],
"type_asset": "sdk.coin"
},
{
"description": "The inscription token of the COSS.",
"denom_units": [
{
"denom": "ucoss",
"exponent": 0
},
{
"denom": "coss",
"exponent": 6
}
],
"base": "ucoss",
"name": "COSS",
"display": "coss",
"symbol": "COSS",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg",
"theme": {
"primary_color_hex": "#876317"
}
}
],
"type_asset": "sdk.coin"
},
{
"description": "The inscription token of the CIAS.",
"denom_units": [
{
"denom": "ucias",
"exponent": 0
},
{
"denom": "cias",
"exponent": 6
}
],
"base": "ucias",
"name": "CIAS",
"display": "cias",
"symbol": "CIAS",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.svg"
},
"coingecko_id": "cias",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.svg",
"theme": {
"primary_color_hex": "#4f3280"
}
}
],
"type_asset": "sdk.coin"
}
]
}