forked from Uniswap/token-lists
-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.tokenlist.json
73 lines (73 loc) · 1.82 KB
/
example.tokenlist.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
{
"name": "My Token List",
"logoURI": "ipfs://QmUSNbwUxUYNMvMksKypkgWs8unSm8dX2GjCPBVGZ7GGMr",
"keywords": [
"audited",
"verified",
"special tokens"
],
"tags": {
"stablecoin": {
"name": "Stablecoin",
"description": "Tokens that are fixed to an external asset, e.g. the US dollar"
},
"compound": {
"name": "Compound Finance",
"description": "Tokens that earn interest on compound.finance"
}
},
"timestamp": "2020-06-12T00:00:00+00:00",
"tokens": [
{
"chainId": 1,
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoURI": "ipfs://QmXfzKRvjZz3u5JRgC4v5mGVbm9ahrUiB4DgzHBsnWbTMM",
"tags": [
"stablecoin"
]
},
{
"chainId": 1,
"address": "0x39AA39c021dfbaE8faC545936693aC917d5E7563",
"symbol": "cUSDC",
"name": "Compound USD Coin",
"decimals": 8,
"logoURI": "ipfs://QmUSNbwUxUYNMvMksKypkgWs8unSm8dX2GjCPBVGZ7GGMr",
"tags": [
"compound"
]
}
],
"tokenMap": {
"1_0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48": {
"chainId": 1,
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoURI": "ipfs://QmXfzKRvjZz3u5JRgC4v5mGVbm9ahrUiB4DgzHBsnWbTMM",
"tags": [
"stablecoin"
]
},
"1_0x39AA39c021dfbaE8faC545936693aC917d5E7563": {
"chainId": 1,
"address": "0x39AA39c021dfbaE8faC545936693aC917d5E7563",
"symbol": "cUSDC",
"name": "Compound USD Coin",
"decimals": 8,
"logoURI": "ipfs://QmUSNbwUxUYNMvMksKypkgWs8unSm8dX2GjCPBVGZ7GGMr",
"tags": [
"compound"
]
}
},
"version": {
"major": 1,
"minor": 0,
"patch": 0
}
}