-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtokenlist-arbitrum-nova.json
More file actions
70 lines (70 loc) · 2.09 KB
/
Copy pathtokenlist-arbitrum-nova.json
File metadata and controls
70 lines (70 loc) · 2.09 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
61
62
63
64
65
66
67
68
69
70
{
"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": 42170,
"geckoTerminalId": "arbitrum_nova"
},
"tokens": [
{
"address": "0x750ba8b76187092B0D1E87E28daaf484d1b5273b",
"name": "USDC",
"symbol": "USDC",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/ArchlyFi/token-list/main/logos/USDC.png",
"tags": ["dex", "dex2"],
"coingeckoId": "usd-coin",
"chainlinkTokenTransferEnabled": false
},
{
"address": "0x1d05e4e72cD994cdF976181CfB0707345763564d",
"name": "Wrapped BTC",
"symbol": "WBTC",
"decimals": 8,
"logoURI": "https://raw.githubusercontent.com/ArchlyFi/token-list/main/logos/WBTC.png",
"tags": ["dex", "dex2"],
"coingeckoId": "wrapped-bitcoin",
"chainlinkTokenTransferEnabled": false
},
{
"address": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
"name": "Dai",
"symbol": "DAI",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/ArchlyFi/token-list/main/logos/DAI.png",
"tags": ["dex", "dex2"],
"coingeckoId": "dai",
"chainlinkTokenTransferEnabled": false
},{
"address": "0xf823C3cD3CeBE0a1fA952ba88Dc9EEf8e0Bf46AD",
"name": "Arbitrum",
"symbol": "ARB",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/ArchlyFi/token-list/main/logos/ARB.png",
"tags": ["dex", "dex2"],
"coingeckoId": "arbitrum",
"chainlinkTokenTransferEnabled": false
}
],
"version": {
"major": 1,
"minor": 0,
"patch": 0
}
}