-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtokenlist-avalanche.json
More file actions
60 lines (60 loc) · 1.77 KB
/
tokenlist-avalanche.json
File metadata and controls
60 lines (60 loc) · 1.77 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
60
{
"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": 43114,
"geckoTerminalId": "avax"
},
"tokens": [
{
"address": "0x5947BB275c521040051D82396192181b413227A3",
"name": "Chainlink",
"symbol": "LINK",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/ArchlyFi/token-list/main/logos/LINK.png",
"tags": ["dex2"],
"coingeckoId": "chainlink",
"chainlinkTokenTransferEnabled": false
},{
"address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
"name": "USDC",
"symbol": "USDC",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/ArchlyFi/token-list/main/logos/USDC.png",
"tags": ["dex2", "road"],
"coingeckoId": "usd-coin",
"chainlinkTokenTransferEnabled": true,
"chains": [10, 137, 8453, 42161, 43114]
},{
"address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
"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
}
}