-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.tokenlist.json
49 lines (49 loc) · 1.3 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
{
"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": "0x534e5f4d41494e",
"address": "0x053c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png",
"tags": [
"stablecoin"
]
},
{
"chainId": "0x534e5f4d41494e",
"address": "0x00da114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3",
"symbol": "Dai",
"name": "Dai Stablecoin",
"decimals": 18,
"logoURI": "ipfs://QmUSNbwUxUYNMvMksKypkgWs8unSm8dX2GjCPBVGZ7GGMr",
"tags": [
"compound"
]
}
],
"version": {
"major": 1,
"minor": 0,
"patch": 0
}
}