-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtokenlist-ethereum.json
More file actions
59 lines (59 loc) · 1.71 KB
/
tokenlist-ethereum.json
File metadata and controls
59 lines (59 loc) · 1.71 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
{
"name": "Archly Token List",
"logoURI": "https://raw.githubusercontent.com/ArchlyFi/token-list/main/logo.png",
"keywords": ["Archly", "Arc", "DeFi"],
"tags": {
"dex": {
"name": "Archly DEX v1",
"description": "Tokens that are available on the Archly DEX v1"
},
"dex2": {
"name": "Archly DEX v2",
"description": "Tokens that are available on the Archly DEX v2"
},
"road": {
"name": "Archly Rainbow Road",
"description": "Tokens that are available on the Rainbow Road"
}
},
"timestamp": "2024-02-15T00:00:00+00:00",
"chainInfo": {
"id": 1,
"geckoTerminalId": "eth"
},
"tokens": [
{
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"name": "USDC",
"symbol": "USDC",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/ArchlyFi/token-list/main/logos/USDC.png",
"tags": ["dex2"],
"coingeckoId": "usd-coin",
"chainlinkTokenTransferEnabled": false
},{
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"name": "Tether USD",
"symbol": "USDT",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/ArchlyFi/token-list/main/logos/USDT.png",
"tags": ["dex2"],
"coingeckoId": "tether",
"chainlinkTokenTransferEnabled": false
},{
"address": "0x514910771AF9Ca656af840dff83E8264EcF986CA",
"name": "Chainlink",
"symbol": "LINK",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/ArchlyFi/token-list/main/logos/LINK.png",
"tags": ["dex2"],
"coingeckoId": "chainlink",
"chainlinkTokenTransferEnabled": false
}
],
"version": {
"major": 1,
"minor": 0,
"patch": 0
}
}