-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtokenMap.js
More file actions
63 lines (63 loc) · 1.46 KB
/
tokenMap.js
File metadata and controls
63 lines (63 loc) · 1.46 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
// tokenMap.js
module.exports = {
'0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48': {
symbol: 'USDC',
name: 'USD Coin',
decimals: 6,
coingeckoId: 'usd-coin',
},
'0xdac17f958d2ee523a2206206994597c13d831ec7': {
symbol: 'USDT',
name: 'Tether',
decimals: 6,
coingeckoId: 'tether',
},
'0x6b175474e89094c44da98b954eedeac495271d0f': {
symbol: 'DAI',
name: 'Dai Stablecoin',
decimals: 18,
coingeckoId: 'dai',
},
'0xC02aaA39b223FE8D0A0E5C4F27eAD9083C756Cc2': {
symbol: 'WETH',
name: 'Wrapped Ether',
decimals: 18,
coingeckoId: 'weth',
},
'0x514910771AF9Ca656af840dff83E8264EcF986CA': {
symbol: 'LINK',
name: 'Chainlink',
decimals: 18,
coingeckoId: 'chainlink',
},
'0x111111111117dc0aa78b770fa6a738034120c302': {
symbol: '1INCH',
name: '1inch',
decimals: 18,
coingeckoId: '1inch',
},
'0x0d8775f648430679a709e98d2b0cb6250d2887ef': {
symbol: 'BAT',
name: 'Basic Attention Token',
decimals: 18,
coingeckoId: 'basic-attention-token',
},
'0xE41d2489571d322189246DaFA5ebDe1F4699F498': {
symbol: 'ZRX',
name: '0x Protocol Token',
decimals: 18,
coingeckoId: '0x',
},
'0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643': {
symbol: 'cDAI',
name: 'Compound DAI',
decimals: 8,
coingeckoId: 'cdai',
},
'0x39aa39c021dfbae8fac545936693ac917d5e7563': {
symbol: 'cUSDC',
name: 'Compound USDC',
decimals: 8,
coingeckoId: 'cusdc',
},
};