-
Notifications
You must be signed in to change notification settings - Fork 33
/
default-tokens.json
102 lines (102 loc) · 3.16 KB
/
default-tokens.json
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"address": "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
"name": "Ether",
"symbol": "ETH",
"decimals": "18",
"network": "mainnet-alpha",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/eth.png",
"showAlways": true
},
{
"address": "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
"name": "Ether",
"symbol": "ETH",
"decimals": "18",
"network": "goerli-alpha",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/eth.png",
"showAlways": true
},
{
"address": "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
"name": "Ether",
"symbol": "ETH",
"decimals": "18",
"network": "integration",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/eth.png",
"showAlways": true
},
{
"address": "0x62230ea046a9a5fbc261ac77d03c8d41e5d442db2284587570ab46455fd2488",
"name": "Ether",
"symbol": "ETH",
"decimals": "18",
"network": "localhost",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/eth.png",
"showAlways": true
},
{
"address": "0x00da114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3",
"name": "DAI",
"symbol": "DAI",
"decimals": "18",
"network": "mainnet-alpha",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/dai.png"
},
{
"address": "0x03e85bfbb8e2a42b7bead9e88e9a1b19dbccf661471061807292120462396ec9",
"name": "DAI",
"symbol": "DAI",
"decimals": "18",
"network": "goerli-alpha",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/dai.png"
},
{
"address": "0x03fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac",
"name": "Wrapped BTC",
"symbol": "WBTC",
"decimals": "8",
"network": "mainnet-alpha",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/wbtc.png"
},
{
"address": "0x12d537dc323c439dc65c976fad242d5610d27cfb5f31689a0a319b8be7f3d56",
"name": "Wrapped BTC",
"symbol": "WBTC",
"decimals": "8",
"network": "goerli-alpha",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/wbtc.png"
},
{
"address": "0x053c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8",
"name": "USD Coin",
"symbol": "USDC",
"decimals": "6",
"network": "mainnet-alpha",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/usdc.png"
},
{
"address": "0x005a643907b9a4bc6a55e9069c4fd5fd1f5c79a22470690f75556c4736e34426",
"name": "USD Coin",
"symbol": "USDC",
"decimals": "6",
"network": "goerli-alpha",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/usdc.png"
},
{
"address": "0x068f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8",
"name": "Tether USD",
"symbol": "USDT",
"decimals": "6",
"network": "mainnet-alpha",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/usdt.png"
},
{
"address": "0x386e8d061177f19b3b485c20e31137e6f6bc497cc635ccdfcab96fadf5add6a",
"name": "Tether USD",
"symbol": "USDT",
"decimals": "6",
"network": "goerli-alpha",
"image": "https://dv3jj1unlp2jl.cloudfront.net/128/color/usdt.png"
}
]