forked from babylonchain/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassetlist.json
78 lines (78 loc) · 2.36 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
{
"$schema": "../assetlist.schema.json",
"chain_name": "akash",
"assets": [
{
"description": "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
"denom_units": [
{
"denom": "uakt",
"exponent": 0
},
{
"denom": "akt",
"exponent": 6
}
],
"base": "uakt",
"name": "Akash Network",
"display": "akt",
"symbol": "AKT",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"
},
"coingecko_id": "akash-network",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"
}
]
},
{
"description": "Tether USDt on Akash",
"denom_units": [
{
"denom": "ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5",
"exponent": 0
},
{
"denom": "usdt",
"exponent": 6
}
],
"type_asset": "ics20",
"base": "ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5",
"name": "Tether USDt",
"display": "usdt",
"symbol": "USDt",
"traces": [
{
"type": "ibc",
"counterparty": {
"chain_name": "kava",
"base_denom": "erc20/tether/usdt",
"channel_id": "channel-130"
},
"chain": {
"channel_id": "channel-2",
"path": "transfer/channel-2/erc20/tether/usdt"
}
}
],
"images": [
{
"image_sync": {
"chain_name": "kava",
"base_denom": "erc20/tether/usdt"
},
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"
}
],
"logo_URIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"
}
}
]
}