@swapkit/tokens 1.9.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +15 -15
- package/package.json +1 -1
- package/src/tokenLists/camelot_v3.ts +15660 -0
- package/src/tokenLists/caviar_v1.ts +153 -133
- package/src/tokenLists/chainflip.ts +11 -11
- package/src/tokenLists/jupiter.ts +2648 -1908
- package/src/tokenLists/mayachain.ts +54 -54
- package/src/tokenLists/oneinch.ts +1566 -1406
- package/src/tokenLists/openocean_v2.ts +2360 -2290
- package/src/tokenLists/pancakeswap.ts +428 -428
- package/src/tokenLists/pangolin_v1.ts +38 -18
- package/src/tokenLists/sushiswap_v2.ts +116 -116
- package/src/tokenLists/thorchain.ts +64 -64
- package/src/tokenLists/traderjoe_v2.ts +216 -296
- package/src/tokenLists/uniswap_v2.ts +656 -616
- package/src/tokenLists/uniswap_v3.ts +650 -620
|
@@ -2,7 +2,7 @@ export const list = {
|
|
|
2
2
|
provider: "SUSHISWAP_V2",
|
|
3
3
|
chainId: "1",
|
|
4
4
|
name: "SUSHISWAP_V2",
|
|
5
|
-
timestamp: "2024-11-
|
|
5
|
+
timestamp: "2024-11-22T17:31:15.509Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
@@ -18,7 +18,7 @@ export const list = {
|
|
|
18
18
|
decimals: 18,
|
|
19
19
|
identifier: "ETH.$MAID-0X4AF698B479D0098229DC715655C667CEB6CD8433",
|
|
20
20
|
logoURI:
|
|
21
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
21
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.$maid-0x4af698b479d0098229dc715655c667ceb6cd8433.png",
|
|
22
22
|
ticker: "$MAID",
|
|
23
23
|
},
|
|
24
24
|
{
|
|
@@ -28,7 +28,7 @@ export const list = {
|
|
|
28
28
|
decimals: 18,
|
|
29
29
|
identifier: "ETH.AAVE-0X7FC66500C84A76AD7E9C93437BFC5AC33E2DDAE9",
|
|
30
30
|
logoURI:
|
|
31
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
31
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.aave-0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9.png",
|
|
32
32
|
ticker: "AAVE",
|
|
33
33
|
},
|
|
34
34
|
{
|
|
@@ -38,7 +38,7 @@ export const list = {
|
|
|
38
38
|
decimals: 18,
|
|
39
39
|
identifier: "ETH.ALCX-0XDBDB4D16EDA451D0503B854CF79D55697F90C8DF",
|
|
40
40
|
logoURI:
|
|
41
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
41
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.alcx-0xdbdb4d16eda451d0503b854cf79d55697f90c8df.png",
|
|
42
42
|
ticker: "ALCX",
|
|
43
43
|
},
|
|
44
44
|
{
|
|
@@ -48,7 +48,7 @@ export const list = {
|
|
|
48
48
|
decimals: 18,
|
|
49
49
|
identifier: "ETH.ALPHA-0XA1FAA113CBE53436DF28FF0AEE54275C13B40975",
|
|
50
50
|
logoURI:
|
|
51
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
51
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.alpha-0xa1faa113cbe53436df28ff0aee54275c13b40975.png",
|
|
52
52
|
ticker: "ALPHA",
|
|
53
53
|
},
|
|
54
54
|
{
|
|
@@ -58,7 +58,7 @@ export const list = {
|
|
|
58
58
|
decimals: 18,
|
|
59
59
|
identifier: "ETH.AMP-0XFF20817765CB7F73D4BDE2E66E067E58D11095C2",
|
|
60
60
|
logoURI:
|
|
61
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
61
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.amp-0xff20817765cb7f73d4bde2e66e067e58d11095c2.png",
|
|
62
62
|
ticker: "AMP",
|
|
63
63
|
},
|
|
64
64
|
{
|
|
@@ -68,7 +68,7 @@ export const list = {
|
|
|
68
68
|
decimals: 9,
|
|
69
69
|
identifier: "ETH.AMPL-0XD46BA6D942050D489DBD938A2C909A5D5039A161",
|
|
70
70
|
logoURI:
|
|
71
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
71
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ampl-0xd46ba6d942050d489dbd938a2c909a5d5039a161.png",
|
|
72
72
|
ticker: "AMPL",
|
|
73
73
|
},
|
|
74
74
|
{
|
|
@@ -78,7 +78,7 @@ export const list = {
|
|
|
78
78
|
decimals: 18,
|
|
79
79
|
identifier: "ETH.BADGER-0X3472A5A71965499ACD81997A54BBA8D852C6E53D",
|
|
80
80
|
logoURI:
|
|
81
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
81
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.badger-0x3472a5a71965499acd81997a54bba8d852c6e53d.png",
|
|
82
82
|
ticker: "BADGER",
|
|
83
83
|
},
|
|
84
84
|
{
|
|
@@ -88,19 +88,9 @@ export const list = {
|
|
|
88
88
|
decimals: 18,
|
|
89
89
|
identifier: "ETH.BAND-0XBA11D00C5F74255F56A5E366F4F77F5A186D7F55",
|
|
90
90
|
logoURI:
|
|
91
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
91
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.band-0xba11d00c5f74255f56a5e366f4f77f5a186d7f55.png",
|
|
92
92
|
ticker: "BAND",
|
|
93
93
|
},
|
|
94
|
-
{
|
|
95
|
-
address: "0x24A6A37576377F63f194Caa5F518a60f45b42921",
|
|
96
|
-
chain: "ETH",
|
|
97
|
-
chainId: "1",
|
|
98
|
-
decimals: 18,
|
|
99
|
-
identifier: "ETH.BANK-0X24A6A37576377F63F194CAA5F518A60F45B42921",
|
|
100
|
-
logoURI:
|
|
101
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bank-0x24a6a37576377f63f194caa5f518a60f45b42921.png",
|
|
102
|
-
ticker: "BANK",
|
|
103
|
-
},
|
|
104
94
|
{
|
|
105
95
|
address: "0x0309c98B1bffA350bcb3F9fB9780970CA32a5060",
|
|
106
96
|
chain: "ETH",
|
|
@@ -108,7 +98,7 @@ export const list = {
|
|
|
108
98
|
decimals: 18,
|
|
109
99
|
identifier: "ETH.BDI-0X0309C98B1BFFA350BCB3F9FB9780970CA32A5060",
|
|
110
100
|
logoURI:
|
|
111
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
101
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.bdi-0x0309c98b1bffa350bcb3f9fb9780970ca32a5060.png",
|
|
112
102
|
ticker: "BDI",
|
|
113
103
|
},
|
|
114
104
|
{
|
|
@@ -118,7 +108,7 @@ export const list = {
|
|
|
118
108
|
decimals: 18,
|
|
119
109
|
identifier: "ETH.BICO-0XF17E65822B568B3903685A7C9F496CF7656CC6C2",
|
|
120
110
|
logoURI:
|
|
121
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
111
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.bico-0xf17e65822b568b3903685a7c9f496cf7656cc6c2.png",
|
|
122
112
|
ticker: "BICO",
|
|
123
113
|
},
|
|
124
114
|
{
|
|
@@ -128,7 +118,7 @@ export const list = {
|
|
|
128
118
|
decimals: 18,
|
|
129
119
|
identifier: "ETH.BIT-0X1A4B46696B2BB4794EB3D4C26F1C55F9170FA4C5",
|
|
130
120
|
logoURI:
|
|
131
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
121
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.bit-0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5.png",
|
|
132
122
|
ticker: "BIT",
|
|
133
123
|
},
|
|
134
124
|
{
|
|
@@ -138,7 +128,7 @@ export const list = {
|
|
|
138
128
|
decimals: 18,
|
|
139
129
|
identifier: "ETH.BTC2X-FLI-0X0B498FF89709D3838A063F1DFA463091F9801C2B",
|
|
140
130
|
logoURI:
|
|
141
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
131
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.btc2x-fli-0x0b498ff89709d3838a063f1dfa463091f9801c2b.png",
|
|
142
132
|
ticker: "BTC2X-FLI",
|
|
143
133
|
},
|
|
144
134
|
{
|
|
@@ -148,7 +138,7 @@ export const list = {
|
|
|
148
138
|
decimals: 18,
|
|
149
139
|
identifier: "ETH.C98-0XAE12C5930881C53715B369CEC7606B70D8EB229F",
|
|
150
140
|
logoURI:
|
|
151
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
141
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.c98-0xae12c5930881c53715b369cec7606b70d8eb229f.png",
|
|
152
142
|
ticker: "C98",
|
|
153
143
|
},
|
|
154
144
|
{
|
|
@@ -158,7 +148,7 @@ export const list = {
|
|
|
158
148
|
decimals: 18,
|
|
159
149
|
identifier: "ETH.CIG-0XCB56B52316041A62B6B5D0583DCE4A8AE7A3C629",
|
|
160
150
|
logoURI:
|
|
161
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
151
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.cig-0xcb56b52316041a62b6b5d0583dce4a8ae7a3c629.png",
|
|
162
152
|
ticker: "CIG",
|
|
163
153
|
},
|
|
164
154
|
{
|
|
@@ -168,7 +158,7 @@ export const list = {
|
|
|
168
158
|
decimals: 18,
|
|
169
159
|
identifier: "ETH.CLNY-0X3E828AC5C480069D4765654FB4B8733B910B13B2",
|
|
170
160
|
logoURI:
|
|
171
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
161
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.clny-0x3e828ac5c480069d4765654fb4b8733b910b13b2.png",
|
|
172
162
|
ticker: "CLNY",
|
|
173
163
|
},
|
|
174
164
|
{
|
|
@@ -178,7 +168,7 @@ export const list = {
|
|
|
178
168
|
decimals: 18,
|
|
179
169
|
identifier: "ETH.COMP-0XC00E94CB662C3520282E6F5717214004A7F26888",
|
|
180
170
|
logoURI:
|
|
181
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
171
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.comp-0xc00e94cb662c3520282e6f5717214004a7f26888.png",
|
|
182
172
|
ticker: "COMP",
|
|
183
173
|
},
|
|
184
174
|
{
|
|
@@ -188,7 +178,7 @@ export const list = {
|
|
|
188
178
|
decimals: 18,
|
|
189
179
|
identifier: "ETH.CREAM-0X2BA592F78DB6436527729929AAF6C908497CB200",
|
|
190
180
|
logoURI:
|
|
191
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
181
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.cream-0x2ba592f78db6436527729929aaf6c908497cb200.png",
|
|
192
182
|
ticker: "CREAM",
|
|
193
183
|
},
|
|
194
184
|
{
|
|
@@ -198,7 +188,7 @@ export const list = {
|
|
|
198
188
|
decimals: 18,
|
|
199
189
|
identifier: "ETH.CRV-0XD533A949740BB3306D119CC777FA900BA034CD52",
|
|
200
190
|
logoURI:
|
|
201
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
191
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.crv-0xd533a949740bb3306d119cc777fa900ba034cd52.png",
|
|
202
192
|
ticker: "CRV",
|
|
203
193
|
},
|
|
204
194
|
{
|
|
@@ -208,7 +198,7 @@ export const list = {
|
|
|
208
198
|
decimals: 18,
|
|
209
199
|
identifier: "ETH.CVX-0X4E3FBD56CD56C3E72C1403E103B45DB9DA5B9D2B",
|
|
210
200
|
logoURI:
|
|
211
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
201
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.cvx-0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b.png",
|
|
212
202
|
ticker: "CVX",
|
|
213
203
|
},
|
|
214
204
|
{
|
|
@@ -218,7 +208,7 @@ export const list = {
|
|
|
218
208
|
decimals: 18,
|
|
219
209
|
identifier: "ETH.DAI-0X6B175474E89094C44DA98B954EEDEAC495271D0F",
|
|
220
210
|
logoURI:
|
|
221
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
211
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.dai-0x6b175474e89094c44da98b954eedeac495271d0f.png",
|
|
222
212
|
ticker: "DAI",
|
|
223
213
|
},
|
|
224
214
|
{
|
|
@@ -228,7 +218,7 @@ export const list = {
|
|
|
228
218
|
decimals: 18,
|
|
229
219
|
identifier: "ETH.DAOX-0XE00639A1F59B52773B7D39D9F9BEF07F6248DBAE",
|
|
230
220
|
logoURI:
|
|
231
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
221
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.daox-0xe00639a1f59b52773b7d39d9f9bef07f6248dbae.png",
|
|
232
222
|
ticker: "DAOX",
|
|
233
223
|
},
|
|
234
224
|
{
|
|
@@ -238,7 +228,7 @@ export const list = {
|
|
|
238
228
|
decimals: 18,
|
|
239
229
|
identifier: "ETH.DATA-0X8F693CA8D21B157107184D29D398A8D082B38B76",
|
|
240
230
|
logoURI:
|
|
241
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
231
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.data-0x8f693ca8d21b157107184d29d398a8d082b38b76.png",
|
|
242
232
|
ticker: "DATA",
|
|
243
233
|
},
|
|
244
234
|
{
|
|
@@ -248,7 +238,7 @@ export const list = {
|
|
|
248
238
|
decimals: 18,
|
|
249
239
|
identifier: "ETH.DELTA-0X9EA3B5B4EC044B70375236A281986106457B20EF",
|
|
250
240
|
logoURI:
|
|
251
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
241
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.delta-0x9ea3b5b4ec044b70375236a281986106457b20ef.png",
|
|
252
242
|
ticker: "DELTA",
|
|
253
243
|
},
|
|
254
244
|
{
|
|
@@ -258,9 +248,19 @@ export const list = {
|
|
|
258
248
|
decimals: 18,
|
|
259
249
|
identifier: "ETH.DIA-0X84CA8BC7997272C7CFB4D0CD3D55CD942B3C9419",
|
|
260
250
|
logoURI:
|
|
261
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
251
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.dia-0x84ca8bc7997272c7cfb4d0cd3d55cd942b3c9419.png",
|
|
262
252
|
ticker: "DIA",
|
|
263
253
|
},
|
|
254
|
+
{
|
|
255
|
+
address: "0x798D1bE841a82a273720CE31c822C61a67a601C3",
|
|
256
|
+
chain: "ETH",
|
|
257
|
+
chainId: "1",
|
|
258
|
+
decimals: 9,
|
|
259
|
+
identifier: "ETH.DIGG-0X798D1BE841A82A273720CE31C822C61A67A601C3",
|
|
260
|
+
logoURI:
|
|
261
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.digg-0x798d1be841a82a273720ce31c822c61a67a601c3.png",
|
|
262
|
+
ticker: "DIGG",
|
|
263
|
+
},
|
|
264
264
|
{
|
|
265
265
|
address: "0xBAac2B4491727D78D2b78815144570b9f2Fe8899",
|
|
266
266
|
chain: "ETH",
|
|
@@ -268,7 +268,7 @@ export const list = {
|
|
|
268
268
|
decimals: 18,
|
|
269
269
|
identifier: "ETH.DOG-0XBAAC2B4491727D78D2B78815144570B9F2FE8899",
|
|
270
270
|
logoURI:
|
|
271
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
271
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.dog-0xbaac2b4491727d78d2b78815144570b9f2fe8899.png",
|
|
272
272
|
ticker: "DOG",
|
|
273
273
|
},
|
|
274
274
|
{
|
|
@@ -278,7 +278,7 @@ export const list = {
|
|
|
278
278
|
decimals: 18,
|
|
279
279
|
identifier: "ETH.EDEN-0X1559FA1B8F28238FD5D76D9F434AD86FD20D1559",
|
|
280
280
|
logoURI:
|
|
281
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
281
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.eden-0x1559fa1b8f28238fd5d76d9f434ad86fd20d1559.png",
|
|
282
282
|
ticker: "EDEN",
|
|
283
283
|
},
|
|
284
284
|
{
|
|
@@ -288,7 +288,7 @@ export const list = {
|
|
|
288
288
|
decimals: 18,
|
|
289
289
|
identifier: "ETH.EETH-0X35FA164735182DE50811E8E2E824CFB9B6118AC2",
|
|
290
290
|
logoURI:
|
|
291
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
291
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.eeth-0x35fa164735182de50811e8e2e824cfb9b6118ac2.png",
|
|
292
292
|
ticker: "EETH",
|
|
293
293
|
},
|
|
294
294
|
{
|
|
@@ -298,7 +298,7 @@ export const list = {
|
|
|
298
298
|
decimals: 18,
|
|
299
299
|
identifier: "ETH.ENS-0XC18360217D8F7AB5E7C516566761EA12CE7F9D72",
|
|
300
300
|
logoURI:
|
|
301
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
301
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ens-0xc18360217d8f7ab5e7c516566761ea12ce7f9d72.png",
|
|
302
302
|
ticker: "ENS",
|
|
303
303
|
},
|
|
304
304
|
{
|
|
@@ -308,7 +308,7 @@ export const list = {
|
|
|
308
308
|
decimals: 18,
|
|
309
309
|
identifier: "ETH.FLOAT-0XB05097849BCA421A3F51B249BA6CCA4AF4B97CB9",
|
|
310
310
|
logoURI:
|
|
311
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
311
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.float-0xb05097849bca421a3f51b249ba6cca4af4b97cb9.png",
|
|
312
312
|
ticker: "FLOAT",
|
|
313
313
|
},
|
|
314
314
|
{
|
|
@@ -318,19 +318,9 @@ export const list = {
|
|
|
318
318
|
decimals: 18,
|
|
319
319
|
identifier: "ETH.FRAX-0X853D955ACEF822DB058EB8505911ED77F175B99E",
|
|
320
320
|
logoURI:
|
|
321
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
321
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.frax-0x853d955acef822db058eb8505911ed77f175b99e.png",
|
|
322
322
|
ticker: "FRAX",
|
|
323
323
|
},
|
|
324
|
-
{
|
|
325
|
-
address: "0x4E15361FD6b4BB609Fa63C81A2be19d873717870",
|
|
326
|
-
chain: "ETH",
|
|
327
|
-
chainId: "1",
|
|
328
|
-
decimals: 18,
|
|
329
|
-
identifier: "ETH.FTM-0X4E15361FD6B4BB609FA63C81A2BE19D873717870",
|
|
330
|
-
logoURI:
|
|
331
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ftm-0x4e15361fd6b4bb609fa63c81a2be19d873717870.png",
|
|
332
|
-
ticker: "FTM",
|
|
333
|
-
},
|
|
334
324
|
{
|
|
335
325
|
address: "0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9",
|
|
336
326
|
chain: "ETH",
|
|
@@ -338,7 +328,7 @@ export const list = {
|
|
|
338
328
|
decimals: 18,
|
|
339
329
|
identifier: "ETH.FTX TOKEN-0X50D1C9771902476076ECFC8B2A83AD6B9355A4C9",
|
|
340
330
|
logoURI:
|
|
341
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
331
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ftx token-0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9.png",
|
|
342
332
|
ticker: "FTX TOKEN",
|
|
343
333
|
},
|
|
344
334
|
{
|
|
@@ -348,7 +338,7 @@ export const list = {
|
|
|
348
338
|
decimals: 18,
|
|
349
339
|
identifier: "ETH.GOG-0X9AB7BB7FDC60F4357ECFEF43986818A2A3569C62",
|
|
350
340
|
logoURI:
|
|
351
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
341
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.gog-0x9ab7bb7fdc60f4357ecfef43986818a2a3569c62.png",
|
|
352
342
|
ticker: "GOG",
|
|
353
343
|
},
|
|
354
344
|
{
|
|
@@ -358,7 +348,7 @@ export const list = {
|
|
|
358
348
|
decimals: 18,
|
|
359
349
|
identifier: "ETH.IBBTC-0XC4E15973E6FF2A35CC804C2CF9D2A1B817A8B40F",
|
|
360
350
|
logoURI:
|
|
361
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
351
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ibbtc-0xc4e15973e6ff2a35cc804c2cf9d2a1b817a8b40f.png",
|
|
362
352
|
ticker: "IBBTC",
|
|
363
353
|
},
|
|
364
354
|
{
|
|
@@ -368,7 +358,7 @@ export const list = {
|
|
|
368
358
|
decimals: 18,
|
|
369
359
|
identifier: "ETH.IBEUR-0X96E61422B6A9BA0E068B6C5ADD4FFABC6A4AAE27",
|
|
370
360
|
logoURI:
|
|
371
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
361
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ibeur-0x96e61422b6a9ba0e068b6c5add4ffabc6a4aae27.png",
|
|
372
362
|
ticker: "IBEUR",
|
|
373
363
|
},
|
|
374
364
|
{
|
|
@@ -378,7 +368,7 @@ export const list = {
|
|
|
378
368
|
decimals: 9,
|
|
379
369
|
identifier: "ETH.ICHI-0X903BEF1736CDDF2A537176CF3C64579C3867A881",
|
|
380
370
|
logoURI:
|
|
381
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
371
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ichi-0x903bef1736cddf2a537176cf3c64579c3867a881.png",
|
|
382
372
|
ticker: "ICHI",
|
|
383
373
|
},
|
|
384
374
|
{
|
|
@@ -388,7 +378,7 @@ export const list = {
|
|
|
388
378
|
decimals: 18,
|
|
389
379
|
identifier: "ETH.ILSI-0X0ACC0FEE1D86D2CD5AF372615BF59B298D50CD69",
|
|
390
380
|
logoURI:
|
|
391
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
381
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ilsi-0x0acc0fee1d86d2cd5af372615bf59b298d50cd69.png",
|
|
392
382
|
ticker: "ILSI",
|
|
393
383
|
},
|
|
394
384
|
{
|
|
@@ -398,7 +388,7 @@ export const list = {
|
|
|
398
388
|
decimals: 18,
|
|
399
389
|
identifier: "ETH.ILV-0X767FE9EDC9E0DF98E07454847909B5E959D7CA0E",
|
|
400
390
|
logoURI:
|
|
401
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
391
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ilv-0x767fe9edc9e0df98e07454847909b5e959d7ca0e.png",
|
|
402
392
|
ticker: "ILV",
|
|
403
393
|
},
|
|
404
394
|
{
|
|
@@ -408,7 +398,7 @@ export const list = {
|
|
|
408
398
|
decimals: 18,
|
|
409
399
|
identifier: "ETH.IMX-0XF57E7E7C23978C3CAEC3C3548E3D615C346E79FF",
|
|
410
400
|
logoURI:
|
|
411
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
401
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.imx-0xf57e7e7c23978c3caec3c3548e3d615c346e79ff.png",
|
|
412
402
|
ticker: "IMX",
|
|
413
403
|
},
|
|
414
404
|
{
|
|
@@ -418,7 +408,7 @@ export const list = {
|
|
|
418
408
|
decimals: 18,
|
|
419
409
|
identifier: "ETH.INJ-0XE28B3B32B6C345A34FF64674606124DD5ACECA30",
|
|
420
410
|
logoURI:
|
|
421
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
411
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.inj-0xe28b3b32b6c345a34ff64674606124dd5aceca30.png",
|
|
422
412
|
ticker: "INJ",
|
|
423
413
|
},
|
|
424
414
|
{
|
|
@@ -428,7 +418,7 @@ export const list = {
|
|
|
428
418
|
decimals: 18,
|
|
429
419
|
identifier: "ETH.IQ-0X579CEA1889991F68ACC35FF5C3DD0621FF29B0C9",
|
|
430
420
|
logoURI:
|
|
431
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
421
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.iq-0x579cea1889991f68acc35ff5c3dd0621ff29b0c9.png",
|
|
432
422
|
ticker: "IQ",
|
|
433
423
|
},
|
|
434
424
|
{
|
|
@@ -438,7 +428,7 @@ export const list = {
|
|
|
438
428
|
decimals: 8,
|
|
439
429
|
identifier: "ETH.KIRA-0XF98AB0874B13A7FDC39D7295DEDD49850A5D426B",
|
|
440
430
|
logoURI:
|
|
441
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
431
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.kira-0xf98ab0874b13a7fdc39d7295dedd49850a5d426b.png",
|
|
442
432
|
ticker: "KIRA",
|
|
443
433
|
},
|
|
444
434
|
{
|
|
@@ -448,7 +438,7 @@ export const list = {
|
|
|
448
438
|
decimals: 18,
|
|
449
439
|
identifier: "ETH.KP3R-0X1CEB5CB57C4D4E2B2433641B95DD330A33185A44",
|
|
450
440
|
logoURI:
|
|
451
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
441
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.kp3r-0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44.png",
|
|
452
442
|
ticker: "KP3R",
|
|
453
443
|
},
|
|
454
444
|
{
|
|
@@ -458,7 +448,7 @@ export const list = {
|
|
|
458
448
|
decimals: 9,
|
|
459
449
|
identifier: "ETH.LFG-0X55332170CB7D36545B500F66A80291C83D40BBA7",
|
|
460
450
|
logoURI:
|
|
461
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
451
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.lfg-0x55332170cb7d36545b500f66a80291c83d40bba7.png",
|
|
462
452
|
ticker: "LFG",
|
|
463
453
|
},
|
|
464
454
|
{
|
|
@@ -468,7 +458,7 @@ export const list = {
|
|
|
468
458
|
decimals: 18,
|
|
469
459
|
identifier: "ETH.LINK-0X514910771AF9CA656AF840DFF83E8264ECF986CA",
|
|
470
460
|
logoURI:
|
|
471
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
461
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.link-0x514910771af9ca656af840dff83e8264ecf986ca.png",
|
|
472
462
|
ticker: "LINK",
|
|
473
463
|
},
|
|
474
464
|
{
|
|
@@ -478,7 +468,7 @@ export const list = {
|
|
|
478
468
|
decimals: 18,
|
|
479
469
|
identifier: "ETH.LON-0X0000000000095413AFC295D19EDEB1AD7B71C952",
|
|
480
470
|
logoURI:
|
|
481
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
471
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.lon-0x0000000000095413afc295d19edeb1ad7b71c952.png",
|
|
482
472
|
ticker: "LON",
|
|
483
473
|
},
|
|
484
474
|
{
|
|
@@ -488,7 +478,7 @@ export const list = {
|
|
|
488
478
|
decimals: 18,
|
|
489
479
|
identifier: "ETH.MAG-0XB9D4B6DC1E1EE3577CC442DE015CC11F238B35ED",
|
|
490
480
|
logoURI:
|
|
491
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
481
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.mag-0xb9d4b6dc1e1ee3577cc442de015cc11f238b35ed.png",
|
|
492
482
|
ticker: "MAG",
|
|
493
483
|
},
|
|
494
484
|
{
|
|
@@ -498,7 +488,7 @@ export const list = {
|
|
|
498
488
|
decimals: 18,
|
|
499
489
|
identifier: "ETH.MEEB-0X641927E970222B10B2E8CDBC96B1B4F427316F16",
|
|
500
490
|
logoURI:
|
|
501
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
491
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.meeb-0x641927e970222b10b2e8cdbc96b1b4f427316f16.png",
|
|
502
492
|
ticker: "MEEB",
|
|
503
493
|
},
|
|
504
494
|
{
|
|
@@ -508,7 +498,7 @@ export const list = {
|
|
|
508
498
|
decimals: 18,
|
|
509
499
|
identifier: "ETH.MILADY-0X227C7DF69D3ED1AE7574A1A7685FDED90292EB48",
|
|
510
500
|
logoURI:
|
|
511
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
501
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.milady-0x227c7df69d3ed1ae7574a1a7685fded90292eb48.png",
|
|
512
502
|
ticker: "MILADY",
|
|
513
503
|
},
|
|
514
504
|
{
|
|
@@ -518,7 +508,7 @@ export const list = {
|
|
|
518
508
|
decimals: 18,
|
|
519
509
|
identifier: "ETH.MKR-0X9F8F72AA9304C8B593D555F12EF6589CC3A579A2",
|
|
520
510
|
logoURI:
|
|
521
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
511
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.mkr-0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2.png",
|
|
522
512
|
ticker: "MKR",
|
|
523
513
|
},
|
|
524
514
|
{
|
|
@@ -528,7 +518,7 @@ export const list = {
|
|
|
528
518
|
decimals: 18,
|
|
529
519
|
identifier: "ETH.MULTI-0X65EF703F5594D2573EB71AAF55BC0CB548492DF4",
|
|
530
520
|
logoURI:
|
|
531
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
521
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.multi-0x65ef703f5594d2573eb71aaf55bc0cb548492df4.png",
|
|
532
522
|
ticker: "MULTI",
|
|
533
523
|
},
|
|
534
524
|
{
|
|
@@ -538,7 +528,7 @@ export const list = {
|
|
|
538
528
|
decimals: 18,
|
|
539
529
|
identifier: "ETH.NFD-0XDFDB7F72C1F195C5951A234E8DB9806EB0635346",
|
|
540
530
|
logoURI:
|
|
541
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
531
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.nfd-0xdfdb7f72c1f195c5951a234e8db9806eb0635346.png",
|
|
542
532
|
ticker: "NFD",
|
|
543
533
|
},
|
|
544
534
|
{
|
|
@@ -548,7 +538,7 @@ export const list = {
|
|
|
548
538
|
decimals: 18,
|
|
549
539
|
identifier: "ETH.OCEAN-0X967DA4048CD07AB37855C090AAF366E4CE1B9F48",
|
|
550
540
|
logoURI:
|
|
551
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
541
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ocean-0x967da4048cd07ab37855c090aaf366e4ce1b9f48.png",
|
|
552
542
|
ticker: "OCEAN",
|
|
553
543
|
},
|
|
554
544
|
{
|
|
@@ -558,7 +548,7 @@ export const list = {
|
|
|
558
548
|
decimals: 18,
|
|
559
549
|
identifier: "ETH.OMNI-0X9E20461BC2C4C980F62F1B279D71734207A6A356",
|
|
560
550
|
logoURI:
|
|
561
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
551
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.omni-0x9e20461bc2c4c980f62f1b279d71734207a6a356.png",
|
|
562
552
|
ticker: "OMNI",
|
|
563
553
|
},
|
|
564
554
|
{
|
|
@@ -568,7 +558,7 @@ export const list = {
|
|
|
568
558
|
decimals: 9,
|
|
569
559
|
identifier: "ETH.ONEBTC-0XC88F47067DB2E25851317A2FDAE73A22C0777C37",
|
|
570
560
|
logoURI:
|
|
571
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
561
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.onebtc-0xc88f47067db2e25851317a2fdae73a22c0777c37.png",
|
|
572
562
|
ticker: "ONEBTC",
|
|
573
563
|
},
|
|
574
564
|
{
|
|
@@ -578,7 +568,7 @@ export const list = {
|
|
|
578
568
|
decimals: 18,
|
|
579
569
|
identifier: "ETH.PAD-0XEA7CC765EBC94C4805E3BFF28D7E4AE48D06468A",
|
|
580
570
|
logoURI:
|
|
581
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
571
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.pad-0xea7cc765ebc94c4805e3bff28d7e4ae48d06468a.png",
|
|
582
572
|
ticker: "PAD",
|
|
583
573
|
},
|
|
584
574
|
{
|
|
@@ -588,7 +578,7 @@ export const list = {
|
|
|
588
578
|
decimals: 18,
|
|
589
579
|
identifier: "ETH.PENDLE-0X808507121B80C02388FAD14726482E061B8DA827",
|
|
590
580
|
logoURI:
|
|
591
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
581
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.pendle-0x808507121b80c02388fad14726482e061b8da827.png",
|
|
592
582
|
ticker: "PENDLE",
|
|
593
583
|
},
|
|
594
584
|
{
|
|
@@ -598,7 +588,7 @@ export const list = {
|
|
|
598
588
|
decimals: 18,
|
|
599
589
|
identifier: "ETH.PERC-0X60BE1E1FE41C1370ADAF5D8E66F07CF1C2DF2268",
|
|
600
590
|
logoURI:
|
|
601
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
591
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.perc-0x60be1e1fe41c1370adaf5d8e66f07cf1c2df2268.png",
|
|
602
592
|
ticker: "PERC",
|
|
603
593
|
},
|
|
604
594
|
{
|
|
@@ -608,7 +598,7 @@ export const list = {
|
|
|
608
598
|
decimals: 18,
|
|
609
599
|
identifier: "ETH.PICKLE-0X429881672B9AE42B8EBA0E26CD9C73711B891CA5",
|
|
610
600
|
logoURI:
|
|
611
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
601
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.pickle-0x429881672b9ae42b8eba0e26cd9c73711b891ca5.png",
|
|
612
602
|
ticker: "PICKLE",
|
|
613
603
|
},
|
|
614
604
|
{
|
|
@@ -618,7 +608,7 @@ export const list = {
|
|
|
618
608
|
decimals: 18,
|
|
619
609
|
identifier: "ETH.PREMIA-0X6399C842DD2BE3DE30BF99BC7D1BBF6FA3650E70",
|
|
620
610
|
logoURI:
|
|
621
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
611
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.premia-0x6399c842dd2be3de30bf99bc7d1bbf6fa3650e70.png",
|
|
622
612
|
ticker: "PREMIA",
|
|
623
613
|
},
|
|
624
614
|
{
|
|
@@ -628,7 +618,7 @@ export const list = {
|
|
|
628
618
|
decimals: 18,
|
|
629
619
|
identifier: "ETH.PUNK-0X269616D549D7E8EAA82DFB17028D0B212D11232A",
|
|
630
620
|
logoURI:
|
|
631
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
621
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.punk-0x269616d549d7e8eaa82dfb17028d0b212d11232a.png",
|
|
632
622
|
ticker: "PUNK",
|
|
633
623
|
},
|
|
634
624
|
{
|
|
@@ -638,7 +628,7 @@ export const list = {
|
|
|
638
628
|
decimals: 18,
|
|
639
629
|
identifier: "ETH.QUARTZ-0XBA8A621B4A54E61C442F5EC623687E2A942225EF",
|
|
640
630
|
logoURI:
|
|
641
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
631
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.quartz-0xba8a621b4a54e61c442f5ec623687e2a942225ef.png",
|
|
642
632
|
ticker: "QUARTZ",
|
|
643
633
|
},
|
|
644
634
|
{
|
|
@@ -648,7 +638,7 @@ export const list = {
|
|
|
648
638
|
decimals: 18,
|
|
649
639
|
identifier: "ETH.RADAR-0X44709A920FCCF795FBC57BAA433CC3DD53C44DBE",
|
|
650
640
|
logoURI:
|
|
651
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
641
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.radar-0x44709a920fccf795fbc57baa433cc3dd53c44dbe.png",
|
|
652
642
|
ticker: "RADAR",
|
|
653
643
|
},
|
|
654
644
|
{
|
|
@@ -658,7 +648,7 @@ export const list = {
|
|
|
658
648
|
decimals: 18,
|
|
659
649
|
identifier: "ETH.RAIL-0XE76C6C83AF64E4C60245D8C7DE953DF673A7A33D",
|
|
660
650
|
logoURI:
|
|
661
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
651
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.rail-0xe76c6c83af64e4c60245d8c7de953df673a7a33d.png",
|
|
662
652
|
ticker: "RAIL",
|
|
663
653
|
},
|
|
664
654
|
{
|
|
@@ -668,7 +658,7 @@ export const list = {
|
|
|
668
658
|
decimals: 18,
|
|
669
659
|
identifier: "ETH.RARE-0XBA5BDE662C17E2ADFF1075610382B9B691296350",
|
|
670
660
|
logoURI:
|
|
671
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
661
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.rare-0xba5bde662c17e2adff1075610382b9b691296350.png",
|
|
672
662
|
ticker: "RARE",
|
|
673
663
|
},
|
|
674
664
|
{
|
|
@@ -678,7 +668,7 @@ export const list = {
|
|
|
678
668
|
decimals: 18,
|
|
679
669
|
identifier: "ETH.REMIO-0XA35BD2246978DFBB1980DFF8FF0F5834335DFDBC",
|
|
680
670
|
logoURI:
|
|
681
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
671
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.remio-0xa35bd2246978dfbb1980dff8ff0f5834335dfdbc.png",
|
|
682
672
|
ticker: "REMIO",
|
|
683
673
|
},
|
|
684
674
|
{
|
|
@@ -688,7 +678,7 @@ export const list = {
|
|
|
688
678
|
decimals: 18,
|
|
689
679
|
identifier: "ETH.ROBO-0X6FC2F1044A3B9BB3E43A43EC8F840843ED753061",
|
|
690
680
|
logoURI:
|
|
691
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
681
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.robo-0x6fc2f1044a3b9bb3e43a43ec8f840843ed753061.png",
|
|
692
682
|
ticker: "ROBO",
|
|
693
683
|
},
|
|
694
684
|
{
|
|
@@ -698,7 +688,7 @@ export const list = {
|
|
|
698
688
|
decimals: 7,
|
|
699
689
|
identifier: "ETH.SHX-0XEE7527841A932D2912224E20A405E1A1FF747084",
|
|
700
690
|
logoURI:
|
|
701
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
691
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.shx-0xee7527841a932d2912224e20a405e1a1ff747084.png",
|
|
702
692
|
ticker: "SHX",
|
|
703
693
|
},
|
|
704
694
|
{
|
|
@@ -708,7 +698,7 @@ export const list = {
|
|
|
708
698
|
decimals: 8,
|
|
709
699
|
identifier: "ETH.SIL-0XBCDA9E0658F4EECF56A0BD099E6DBC0C91F6A8C2",
|
|
710
700
|
logoURI:
|
|
711
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
701
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.sil-0xbcda9e0658f4eecf56a0bd099e6dbc0c91f6a8c2.png",
|
|
712
702
|
ticker: "SIL",
|
|
713
703
|
},
|
|
714
704
|
{
|
|
@@ -718,7 +708,7 @@ export const list = {
|
|
|
718
708
|
decimals: 18,
|
|
719
709
|
identifier: "ETH.SNX-0XC011A73EE8576FB46F5E1C5751CA3B9FE0AF2A6F",
|
|
720
710
|
logoURI:
|
|
721
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
711
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.snx-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f.png",
|
|
722
712
|
ticker: "SNX",
|
|
723
713
|
},
|
|
724
714
|
{
|
|
@@ -728,7 +718,7 @@ export const list = {
|
|
|
728
718
|
decimals: 18,
|
|
729
719
|
identifier: "ETH.SPC-0X86ED939B500E121C0C5F493F399084DB596DAD20",
|
|
730
720
|
logoURI:
|
|
731
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
721
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.spc-0x86ed939b500e121c0c5f493f399084db596dad20.png",
|
|
732
722
|
ticker: "SPC",
|
|
733
723
|
},
|
|
734
724
|
{
|
|
@@ -738,7 +728,7 @@ export const list = {
|
|
|
738
728
|
decimals: 18,
|
|
739
729
|
identifier: "ETH.SPELL-0X090185F2135308BAD17527004364EBCC2D37E5F6",
|
|
740
730
|
logoURI:
|
|
741
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
731
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.spell-0x090185f2135308bad17527004364ebcc2d37e5f6.png",
|
|
742
732
|
ticker: "SPELL",
|
|
743
733
|
},
|
|
744
734
|
{
|
|
@@ -748,7 +738,7 @@ export const list = {
|
|
|
748
738
|
decimals: 18,
|
|
749
739
|
identifier: "ETH.SQGL-0X8D137E3337EB1B58A222FEF2B2CC7C423903D9CF",
|
|
750
740
|
logoURI:
|
|
751
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
741
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.sqgl-0x8d137e3337eb1b58a222fef2b2cc7c423903d9cf.png",
|
|
752
742
|
ticker: "SQGL",
|
|
753
743
|
},
|
|
754
744
|
{
|
|
@@ -758,9 +748,19 @@ export const list = {
|
|
|
758
748
|
decimals: 6,
|
|
759
749
|
identifier: "ETH.STKATOM-0X44017598F2AF1BD733F9D87B5017B4E7C1B28DDE",
|
|
760
750
|
logoURI:
|
|
761
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
751
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.stkatom-0x44017598f2af1bd733f9d87b5017b4e7c1b28dde.png",
|
|
762
752
|
ticker: "STKATOM",
|
|
763
753
|
},
|
|
754
|
+
{
|
|
755
|
+
address: "0xbDbf245c690d54b67C6e610A28486A2C6dE08bE6",
|
|
756
|
+
chain: "ETH",
|
|
757
|
+
chainId: "1",
|
|
758
|
+
decimals: 18,
|
|
759
|
+
identifier: "ETH.SUNDER-0XBDBF245C690D54B67C6E610A28486A2C6DE08BE6",
|
|
760
|
+
logoURI:
|
|
761
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.sunder-0xbdbf245c690d54b67c6e610a28486a2c6de08be6.png",
|
|
762
|
+
ticker: "SUNDER",
|
|
763
|
+
},
|
|
764
764
|
{
|
|
765
765
|
address: "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",
|
|
766
766
|
chain: "ETH",
|
|
@@ -768,7 +768,7 @@ export const list = {
|
|
|
768
768
|
decimals: 18,
|
|
769
769
|
identifier: "ETH.SUSD-0X57AB1EC28D129707052DF4DF418D58A2D46D5F51",
|
|
770
770
|
logoURI:
|
|
771
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
771
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.susd-0x57ab1ec28d129707052df4df418d58a2d46d5f51.png",
|
|
772
772
|
ticker: "SUSD",
|
|
773
773
|
},
|
|
774
774
|
{
|
|
@@ -778,7 +778,7 @@ export const list = {
|
|
|
778
778
|
decimals: 18,
|
|
779
779
|
identifier: "ETH.SUSHI-0X6B3595068778DD592E39A122F4F5A5CF09C90FE2",
|
|
780
780
|
logoURI:
|
|
781
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
781
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.sushi-0x6b3595068778dd592e39a122f4f5a5cf09c90fe2.png",
|
|
782
782
|
ticker: "SUSHI",
|
|
783
783
|
},
|
|
784
784
|
{
|
|
@@ -788,7 +788,7 @@ export const list = {
|
|
|
788
788
|
decimals: 18,
|
|
789
789
|
identifier: "ETH.SYN-0X0F2D719407FDBEFF09D87557ABB7232601FD9F29",
|
|
790
790
|
logoURI:
|
|
791
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
791
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.syn-0x0f2d719407fdbeff09d87557abb7232601fd9f29.png",
|
|
792
792
|
ticker: "SYN",
|
|
793
793
|
},
|
|
794
794
|
{
|
|
@@ -798,7 +798,7 @@ export const list = {
|
|
|
798
798
|
decimals: 18,
|
|
799
799
|
identifier: "ETH.THOR-0XA5F2211B9B8170F694421F2046281775E8468044",
|
|
800
800
|
logoURI:
|
|
801
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
801
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.thor-0xa5f2211b9b8170f694421f2046281775e8468044.png",
|
|
802
802
|
ticker: "THOR",
|
|
803
803
|
},
|
|
804
804
|
{
|
|
@@ -808,7 +808,7 @@ export const list = {
|
|
|
808
808
|
decimals: 18,
|
|
809
809
|
identifier: "ETH.TOKE-0X2E9D63788249371F1DFC918A52F8D799F4A38C94",
|
|
810
810
|
logoURI:
|
|
811
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
811
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.toke-0x2e9d63788249371f1dfc918a52f8d799f4a38c94.png",
|
|
812
812
|
ticker: "TOKE",
|
|
813
813
|
},
|
|
814
814
|
{
|
|
@@ -818,7 +818,7 @@ export const list = {
|
|
|
818
818
|
decimals: 18,
|
|
819
819
|
identifier: "ETH.UFT-0X0202BE363B8A4820F3F4DE7FAF5224FF05943AB1",
|
|
820
820
|
logoURI:
|
|
821
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
821
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.uft-0x0202be363b8a4820f3f4de7faf5224ff05943ab1.png",
|
|
822
822
|
ticker: "UFT",
|
|
823
823
|
},
|
|
824
824
|
{
|
|
@@ -828,7 +828,7 @@ export const list = {
|
|
|
828
828
|
decimals: 18,
|
|
829
829
|
identifier: "ETH.UMA-0X04FA0D235C4ABF4BCF4787AF4CF447DE572EF828",
|
|
830
830
|
logoURI:
|
|
831
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
831
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.uma-0x04fa0d235c4abf4bcf4787af4cf447de572ef828.png",
|
|
832
832
|
ticker: "UMA",
|
|
833
833
|
},
|
|
834
834
|
{
|
|
@@ -838,7 +838,7 @@ export const list = {
|
|
|
838
838
|
decimals: 18,
|
|
839
839
|
identifier: "ETH.UNI-0X1F9840A85D5AF5BF1D1762F925BDADDC4201F984",
|
|
840
840
|
logoURI:
|
|
841
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
841
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.uni-0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png",
|
|
842
842
|
ticker: "UNI",
|
|
843
843
|
},
|
|
844
844
|
{
|
|
@@ -848,7 +848,7 @@ export const list = {
|
|
|
848
848
|
decimals: 6,
|
|
849
849
|
identifier: "ETH.USDC-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48",
|
|
850
850
|
logoURI:
|
|
851
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
851
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",
|
|
852
852
|
ticker: "USDC",
|
|
853
853
|
},
|
|
854
854
|
{
|
|
@@ -858,7 +858,7 @@ export const list = {
|
|
|
858
858
|
decimals: 6,
|
|
859
859
|
identifier: "ETH.USDT-0XDAC17F958D2EE523A2206206994597C13D831EC7",
|
|
860
860
|
logoURI:
|
|
861
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
861
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
|
|
862
862
|
ticker: "USDT",
|
|
863
863
|
},
|
|
864
864
|
{
|
|
@@ -868,7 +868,7 @@ export const list = {
|
|
|
868
868
|
decimals: 18,
|
|
869
869
|
identifier: "ETH.WAN-0X135B810E48E4307AB2A59EA294A6F1724781BD3C",
|
|
870
870
|
logoURI:
|
|
871
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
871
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.wan-0x135b810e48e4307ab2a59ea294a6f1724781bd3c.png",
|
|
872
872
|
ticker: "WAN",
|
|
873
873
|
},
|
|
874
874
|
{
|
|
@@ -878,7 +878,7 @@ export const list = {
|
|
|
878
878
|
decimals: 8,
|
|
879
879
|
identifier: "ETH.WBTC-0X2260FAC5E5542A773AA44FBCFEDF7C193BC2C599",
|
|
880
880
|
logoURI:
|
|
881
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
881
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.wbtc-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599.png",
|
|
882
882
|
ticker: "WBTC",
|
|
883
883
|
},
|
|
884
884
|
{
|
|
@@ -888,7 +888,7 @@ export const list = {
|
|
|
888
888
|
decimals: 18,
|
|
889
889
|
identifier: "ETH.WDOGE-0X35A532D376FFD9A705D0BB319532837337A398E7",
|
|
890
890
|
logoURI:
|
|
891
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
891
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.wdoge-0x35a532d376ffd9a705d0bb319532837337a398e7.png",
|
|
892
892
|
ticker: "WDOGE",
|
|
893
893
|
},
|
|
894
894
|
{
|
|
@@ -898,7 +898,7 @@ export const list = {
|
|
|
898
898
|
decimals: 18,
|
|
899
899
|
identifier: "ETH.WETH-0XC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2",
|
|
900
900
|
logoURI:
|
|
901
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
901
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.weth-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2.png",
|
|
902
902
|
ticker: "WETH",
|
|
903
903
|
},
|
|
904
904
|
{
|
|
@@ -908,7 +908,7 @@ export const list = {
|
|
|
908
908
|
decimals: 18,
|
|
909
909
|
identifier: "ETH.WFLOW-0X5C147E74D63B1D31AA3FD78EB229B65161983B2B",
|
|
910
910
|
logoURI:
|
|
911
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
911
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.wflow-0x5c147e74d63b1d31aa3fd78eb229b65161983b2b.png",
|
|
912
912
|
ticker: "WFLOW",
|
|
913
913
|
},
|
|
914
914
|
{
|
|
@@ -918,7 +918,7 @@ export const list = {
|
|
|
918
918
|
decimals: 18,
|
|
919
919
|
identifier: "ETH.WIZARD-0X87931E7AD81914E7898D07C68F145FC0A553D8FB",
|
|
920
920
|
logoURI:
|
|
921
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
921
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.wizard-0x87931e7ad81914e7898d07c68f145fc0a553d8fb.png",
|
|
922
922
|
ticker: "WIZARD",
|
|
923
923
|
},
|
|
924
924
|
{
|
|
@@ -928,7 +928,7 @@ export const list = {
|
|
|
928
928
|
decimals: 18,
|
|
929
929
|
identifier: "ETH.XRUNE-0X69FA0FEE221AD11012BAB0FDB45D444D3D2CE71C",
|
|
930
930
|
logoURI:
|
|
931
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
931
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.xrune-0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c.png",
|
|
932
932
|
ticker: "XRUNE",
|
|
933
933
|
},
|
|
934
934
|
{
|
|
@@ -938,7 +938,7 @@ export const list = {
|
|
|
938
938
|
decimals: 18,
|
|
939
939
|
identifier: "ETH.XSUSHI-0X8798249C2E607446EFB7AD49EC89DD1865FF4272",
|
|
940
940
|
logoURI:
|
|
941
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
941
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.xsushi-0x8798249c2e607446efb7ad49ec89dd1865ff4272.png",
|
|
942
942
|
ticker: "XSUSHI",
|
|
943
943
|
},
|
|
944
944
|
{
|
|
@@ -948,7 +948,7 @@ export const list = {
|
|
|
948
948
|
decimals: 18,
|
|
949
949
|
identifier: "ETH.YFI-0X0BC529C00C6401AEF6D220BE8C6EA1667F6AD93E",
|
|
950
950
|
logoURI:
|
|
951
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
951
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.yfi-0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e.png",
|
|
952
952
|
ticker: "YFI",
|
|
953
953
|
},
|
|
954
954
|
{
|
|
@@ -958,7 +958,7 @@ export const list = {
|
|
|
958
958
|
decimals: 18,
|
|
959
959
|
identifier: "ETH.YGG-0X25F8087EAD173B73D6E8B84329989A8EEA16CF73",
|
|
960
960
|
logoURI:
|
|
961
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
961
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ygg-0x25f8087ead173b73d6e8b84329989a8eea16cf73.png",
|
|
962
962
|
ticker: "YGG",
|
|
963
963
|
},
|
|
964
964
|
{
|
|
@@ -968,7 +968,7 @@ export const list = {
|
|
|
968
968
|
decimals: 18,
|
|
969
969
|
identifier: "ETH.YVBOOST-0X9D409A0A012CFBA9B15F6D4B36AC57A46966AB9A",
|
|
970
970
|
logoURI:
|
|
971
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
971
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.yvboost-0x9d409a0a012cfba9b15f6d4b36ac57a46966ab9a.png",
|
|
972
972
|
ticker: "YVBOOST",
|
|
973
973
|
},
|
|
974
974
|
{
|
|
@@ -978,7 +978,7 @@ export const list = {
|
|
|
978
978
|
decimals: 18,
|
|
979
979
|
identifier: "ETH.YVECRV-DAO-0XC5BDDF9843308380375A611C18B50FB9341F502A",
|
|
980
980
|
logoURI:
|
|
981
|
-
"https://storage.googleapis.com/token-list-swapkit
|
|
981
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.yvecrv-dao-0xc5bddf9843308380375a611c18b50fb9341f502a.png",
|
|
982
982
|
ticker: "YVECRV-DAO",
|
|
983
983
|
},
|
|
984
984
|
],
|