-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtokenlist-metis.json
More file actions
50 lines (50 loc) · 1.39 KB
/
tokenlist-metis.json
File metadata and controls
50 lines (50 loc) · 1.39 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
{
"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": 1088,
"geckoTerminalId": "metis"
},
"tokens": [
{
"address": "0xEA32A96608495e54156Ae48931A7c20f0dcc1a21",
"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": "0xbB06DCA3AE6887fAbF931640f67cab3e3a16F4dC",
"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
}
],
"version": {
"major": 1,
"minor": 0,
"patch": 0
}
}