forked from cosmostation/chainlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassets.json
55 lines (55 loc) · 1.42 KB
/
assets.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
[
{
"denom": "udarc",
"type": "staking",
"origin_chain": "konstellation",
"origin_denom": "udarc",
"origin_type": "staking",
"symbol": "DARC",
"decimals": 6,
"description": "Konstellation Staking Coin",
"image": "konstellation/asset/darc.png",
"coinGeckoId": "darcmatter-coin",
"color": "#6C99EA"
},
{
"denom": "ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16",
"type": "ibc",
"origin_chain": "osmosis",
"origin_denom": "uion",
"origin_type": "native",
"symbol": "ION",
"decimals": 6,
"enable": true,
"path": "osmosis>konstellation",
"channel": "channel-0",
"port": "transfer",
"counter_party": {
"channel": "channel-171",
"port": "transfer",
"denom": "uion"
},
"image": "osmosis/asset/ion.png",
"coinGeckoId": "ion"
},
{
"denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
"type": "ibc",
"origin_chain": "osmosis",
"origin_denom": "uosmo",
"origin_type": "staking",
"symbol": "OSMO",
"decimals": 6,
"enable": true,
"path": "osmosis>konstellation",
"channel": "channel-0",
"port": "transfer",
"counter_party": {
"channel": "channel-171",
"port": "transfer",
"denom": "uosmo"
},
"image": "osmosis/asset/osmo.png",
"coinGeckoId": "osmosis"
}
]