@swapkit/tokens 2.4.1 → 2.4.3
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 +14 -14
- package/package.json +1 -1
- package/src/tokenLists/camelot_v3.ts +2 -22
- package/src/tokenLists/caviar_v1.ts +1 -1
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/jupiter.ts +122 -92
- package/src/tokenLists/kado.ts +5 -4
- package/src/tokenLists/mayachain.ts +2 -40
- package/src/tokenLists/oneinch.ts +263 -3543
- package/src/tokenLists/pancakeswap.ts +745 -5
- package/src/tokenLists/pangolin_v1.ts +2 -22
- package/src/tokenLists/sushiswap_v2.ts +2 -212
- package/src/tokenLists/thorchain.ts +3 -3
- package/src/tokenLists/traderjoe_v2.ts +69 -559
- package/src/tokenLists/uniswap_v2.ts +5390 -1092
- package/src/tokenLists/uniswap_v3.ts +13503 -2343
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "TRADERJOE_V2",
|
|
3
3
|
name: "TRADERJOE_V2",
|
|
4
|
-
timestamp: "2025-
|
|
4
|
+
timestamp: "2025-04-08T08:01:30.130Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: [],
|
|
11
|
-
count:
|
|
11
|
+
count: 71,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0x912CE59144191C1204E64559FE8253a0e49E6548",
|
|
@@ -31,14 +31,14 @@ export const list = {
|
|
|
31
31
|
ticker: "DAI",
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
-
address: "
|
|
34
|
+
address: "0xda71EA8ef58D015de8C5cEA8f7B890db3A103E67",
|
|
35
35
|
chain: "ARB",
|
|
36
36
|
chainId: "42161",
|
|
37
37
|
decimals: 18,
|
|
38
|
-
identifier: "ARB.
|
|
38
|
+
identifier: "ARB.EMDX-0XDA71EA8EF58D015DE8C5CEA8F7B890DB3A103E67",
|
|
39
39
|
logoURI:
|
|
40
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
41
|
-
ticker: "
|
|
40
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.emdx-0xda71ea8ef58d015de8c5cea8f7b890db3a103e67.png",
|
|
41
|
+
ticker: "EMDX",
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
address: "0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A",
|
|
@@ -51,24 +51,24 @@ export const list = {
|
|
|
51
51
|
ticker: "FUSDC",
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
address: "
|
|
54
|
+
address: "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a",
|
|
55
55
|
chain: "ARB",
|
|
56
56
|
chainId: "42161",
|
|
57
57
|
decimals: 18,
|
|
58
|
-
identifier: "ARB.
|
|
58
|
+
identifier: "ARB.GMX-0XFC5A1A6EB076A2C7AD06ED22C90D7E710E35AD0A",
|
|
59
59
|
logoURI:
|
|
60
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
61
|
-
ticker: "
|
|
60
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.gmx-0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a.png",
|
|
61
|
+
ticker: "GMX",
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
address: "
|
|
64
|
+
address: "0x894134a25a5faC1c2C26F1d8fBf05111a3CB9487",
|
|
65
65
|
chain: "ARB",
|
|
66
66
|
chainId: "42161",
|
|
67
67
|
decimals: 18,
|
|
68
|
-
identifier: "ARB.
|
|
68
|
+
identifier: "ARB.GRAI-0X894134A25A5FAC1C2C26F1D8FBF05111A3CB9487",
|
|
69
69
|
logoURI:
|
|
70
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
71
|
-
ticker: "
|
|
70
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.grai-0x894134a25a5fac1c2c26f1d8fbf05111a3cb9487.png",
|
|
71
|
+
ticker: "GRAI",
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
address: "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8",
|
|
@@ -130,16 +130,6 @@ export const list = {
|
|
|
130
130
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdt-0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9.png",
|
|
131
131
|
ticker: "USDT",
|
|
132
132
|
},
|
|
133
|
-
{
|
|
134
|
-
address: "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
|
|
135
|
-
chain: "ARB",
|
|
136
|
-
chainId: "42161",
|
|
137
|
-
decimals: 8,
|
|
138
|
-
identifier: "ARB.WBTC-0X2F2A2543B76A4166549F7AAB2E75BEF0AEFC5B0F",
|
|
139
|
-
logoURI:
|
|
140
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.wbtc-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f.png",
|
|
141
|
-
ticker: "WBTC",
|
|
142
|
-
},
|
|
143
133
|
{
|
|
144
134
|
address: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
145
135
|
chain: "ARB",
|
|
@@ -161,44 +151,24 @@ export const list = {
|
|
|
161
151
|
ticker: "WOO",
|
|
162
152
|
},
|
|
163
153
|
{
|
|
164
|
-
address: "
|
|
154
|
+
address: "0x5979D7b546E38E414F7E9822514be443A4800529",
|
|
165
155
|
chain: "ARB",
|
|
166
156
|
chainId: "42161",
|
|
167
157
|
decimals: 18,
|
|
168
|
-
identifier: "ARB.
|
|
158
|
+
identifier: "ARB.WSTETH-0X5979D7B546E38E414F7E9822514BE443A4800529",
|
|
169
159
|
logoURI:
|
|
170
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
171
|
-
ticker: "
|
|
160
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.wsteth-0x5979d7b546e38e414f7e9822514be443a4800529.png",
|
|
161
|
+
ticker: "WSTETH",
|
|
172
162
|
},
|
|
173
163
|
{
|
|
174
|
-
address: "
|
|
175
|
-
chain: "
|
|
176
|
-
chainId: "
|
|
177
|
-
decimals: 18,
|
|
178
|
-
identifier: "AVAX.ABC-0X18CFFCBB1EA17AE665DFD44E6464F09D8618D8CD",
|
|
179
|
-
logoURI:
|
|
180
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.abc-0x18cffcbb1ea17ae665dfd44e6464f09d8618d8cd.png",
|
|
181
|
-
ticker: "ABC",
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
address: "0x18cFFCBb1Ea17Ae665DFD44E6464F09d8618d8CD",
|
|
185
|
-
chain: "AVAX",
|
|
186
|
-
chainId: "43114",
|
|
187
|
-
decimals: 18,
|
|
188
|
-
identifier: "AVAX.ABC-0X18CFFCBB1EA17AE665DFD44E6464F09D8618D8CD",
|
|
189
|
-
logoURI:
|
|
190
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.abc-0x18cffcbb1ea17ae665dfd44e6464f09d8618d8cd.png",
|
|
191
|
-
ticker: "ABC",
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
address: "0x093783055F9047C2BfF99c4e414501F8A147bC69",
|
|
195
|
-
chain: "AVAX",
|
|
196
|
-
chainId: "43114",
|
|
164
|
+
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
165
|
+
chain: "ARB",
|
|
166
|
+
chainId: "42161",
|
|
197
167
|
decimals: 18,
|
|
198
|
-
identifier: "
|
|
168
|
+
identifier: "ARB.ZRO-0X6985884C4392D348587B19CB9EAAF157F13271CD",
|
|
199
169
|
logoURI:
|
|
200
|
-
"https://storage.googleapis.com/token-list-swapkit/images/
|
|
201
|
-
ticker: "
|
|
170
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.zro-0x6985884c4392d348587b19cb9eaaf157f13271cd.png",
|
|
171
|
+
ticker: "ZRO",
|
|
202
172
|
},
|
|
203
173
|
{
|
|
204
174
|
address: "0x093783055F9047C2BfF99c4e414501F8A147bC69",
|
|
@@ -220,16 +190,6 @@ export const list = {
|
|
|
220
190
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.ami-0xc139aa91399600f6b72975ac3317b6d49cb30a69.png",
|
|
221
191
|
ticker: "AMI",
|
|
222
192
|
},
|
|
223
|
-
{
|
|
224
|
-
address: "0xC139Aa91399600f6b72975AC3317b6d49Cb30a69",
|
|
225
|
-
chain: "AVAX",
|
|
226
|
-
chainId: "43114",
|
|
227
|
-
decimals: 18,
|
|
228
|
-
identifier: "AVAX.AMI-0XC139AA91399600F6B72975AC3317B6D49CB30A69",
|
|
229
|
-
logoURI:
|
|
230
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ami-0xc139aa91399600f6b72975ac3317b6d49cb30a69.png",
|
|
231
|
-
ticker: "AMI",
|
|
232
|
-
},
|
|
233
193
|
{
|
|
234
194
|
address: "0xB8d7710f7d8349A506b75dD184F05777c82dAd0C",
|
|
235
195
|
chain: "AVAX",
|
|
@@ -240,26 +200,6 @@ export const list = {
|
|
|
240
200
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.arena-0xb8d7710f7d8349a506b75dd184f05777c82dad0c.png",
|
|
241
201
|
ticker: "ARENA",
|
|
242
202
|
},
|
|
243
|
-
{
|
|
244
|
-
address: "0xB8d7710f7d8349A506b75dD184F05777c82dAd0C",
|
|
245
|
-
chain: "AVAX",
|
|
246
|
-
chainId: "43114",
|
|
247
|
-
decimals: 18,
|
|
248
|
-
identifier: "AVAX.ARENA-0XB8D7710F7D8349A506B75DD184F05777C82DAD0C",
|
|
249
|
-
logoURI:
|
|
250
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.arena-0xb8d7710f7d8349a506b75dd184f05777c82dad0c.png",
|
|
251
|
-
ticker: "ARENA",
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
255
|
-
chain: "AVAX",
|
|
256
|
-
chainId: "43114",
|
|
257
|
-
decimals: 6,
|
|
258
|
-
identifier: "AVAX.AUSD-0X00000000EFE302BEAA2B3E6E1B18D08D69A9012A",
|
|
259
|
-
logoURI:
|
|
260
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ausd-0x00000000efe302beaa2b3e6e1b18d08d69a9012a.png",
|
|
261
|
-
ticker: "AUSD",
|
|
262
|
-
},
|
|
263
203
|
{
|
|
264
204
|
address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
265
205
|
chain: "AVAX",
|
|
@@ -280,26 +220,6 @@ export const list = {
|
|
|
280
220
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.ausd-0xabe7a9dfda35230ff60d1590a929ae0644c47dc1.png",
|
|
281
221
|
ticker: "AUSD",
|
|
282
222
|
},
|
|
283
|
-
{
|
|
284
|
-
address: "0xaBe7a9dFDA35230ff60D1590a929aE0644c47DC1",
|
|
285
|
-
chain: "AVAX",
|
|
286
|
-
chainId: "43114",
|
|
287
|
-
decimals: 18,
|
|
288
|
-
identifier: "AVAX.AUSD-0XABE7A9DFDA35230FF60D1590A929AE0644C47DC1",
|
|
289
|
-
logoURI:
|
|
290
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ausd-0xabe7a9dfda35230ff60d1590a929ae0644c47dc1.png",
|
|
291
|
-
ticker: "AUSD",
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
address: "0x24dE8771bC5DdB3362Db529Fc3358F2df3A0E346",
|
|
295
|
-
chain: "AVAX",
|
|
296
|
-
chainId: "43114",
|
|
297
|
-
decimals: 18,
|
|
298
|
-
identifier: "AVAX.AVUSD-0X24DE8771BC5DDB3362DB529FC3358F2DF3A0E346",
|
|
299
|
-
logoURI:
|
|
300
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.avusd-0x24de8771bc5ddb3362db529fc3358f2df3a0e346.png",
|
|
301
|
-
ticker: "AVUSD",
|
|
302
|
-
},
|
|
303
223
|
{
|
|
304
224
|
address: "0x24dE8771bC5DdB3362Db529Fc3358F2df3A0E346",
|
|
305
225
|
chain: "AVAX",
|
|
@@ -320,46 +240,6 @@ export const list = {
|
|
|
320
240
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",
|
|
321
241
|
ticker: "BEAM",
|
|
322
242
|
},
|
|
323
|
-
{
|
|
324
|
-
address: "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
|
|
325
|
-
chain: "AVAX",
|
|
326
|
-
chainId: "43114",
|
|
327
|
-
decimals: 18,
|
|
328
|
-
identifier: "AVAX.BEAM-0X62D0A8458ED7719FDAF978FE5929C6D342B0BFCE",
|
|
329
|
-
logoURI:
|
|
330
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",
|
|
331
|
-
ticker: "BEAM",
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
address: "0x00697F5F6dc2CA0A17e6c89bCcd1173A61eA24a6",
|
|
335
|
-
chain: "AVAX",
|
|
336
|
-
chainId: "43114",
|
|
337
|
-
decimals: 18,
|
|
338
|
-
identifier: "AVAX.BENSI-0X00697F5F6DC2CA0A17E6C89BCCD1173A61EA24A6",
|
|
339
|
-
logoURI:
|
|
340
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.bensi-0x00697f5f6dc2ca0a17e6c89bccd1173a61ea24a6.png",
|
|
341
|
-
ticker: "BENSI",
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
address: "0x00697F5F6dc2CA0A17e6c89bCcd1173A61eA24a6",
|
|
345
|
-
chain: "AVAX",
|
|
346
|
-
chainId: "43114",
|
|
347
|
-
decimals: 18,
|
|
348
|
-
identifier: "AVAX.BENSI-0X00697F5F6DC2CA0A17E6C89BCCD1173A61EA24A6",
|
|
349
|
-
logoURI:
|
|
350
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.bensi-0x00697f5f6dc2ca0a17e6c89bccd1173a61ea24a6.png",
|
|
351
|
-
ticker: "BENSI",
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
address: "0xCA30c93B02514f86d5C86a6e375E3A330B435Fb5",
|
|
355
|
-
chain: "AVAX",
|
|
356
|
-
chainId: "43114",
|
|
357
|
-
decimals: 18,
|
|
358
|
-
identifier: "AVAX.BIB01-0XCA30C93B02514F86D5C86A6E375E3A330B435FB5",
|
|
359
|
-
logoURI:
|
|
360
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.bib01-0xca30c93b02514f86d5c86a6e375e3a330b435fb5.png",
|
|
361
|
-
ticker: "BIB01",
|
|
362
|
-
},
|
|
363
243
|
{
|
|
364
244
|
address: "0xCA30c93B02514f86d5C86a6e375E3A330B435Fb5",
|
|
365
245
|
chain: "AVAX",
|
|
@@ -380,26 +260,6 @@ export const list = {
|
|
|
380
260
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.blub-0x0f669808d88b2b0b3d23214dcd2a1cc6a8b1b5cd.png",
|
|
381
261
|
ticker: "BLUB",
|
|
382
262
|
},
|
|
383
|
-
{
|
|
384
|
-
address: "0x0f669808d88B2b0b3D23214DCD2a1cc6A8B1B5cd",
|
|
385
|
-
chain: "AVAX",
|
|
386
|
-
chainId: "43114",
|
|
387
|
-
decimals: 18,
|
|
388
|
-
identifier: "AVAX.BLUB-0X0F669808D88B2B0B3D23214DCD2A1CC6A8B1B5CD",
|
|
389
|
-
logoURI:
|
|
390
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.blub-0x0f669808d88b2b0b3d23214dcd2a1cc6a8b1b5cd.png",
|
|
391
|
-
ticker: "BLUB",
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
address: "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
|
|
395
|
-
chain: "AVAX",
|
|
396
|
-
chainId: "43114",
|
|
397
|
-
decimals: 8,
|
|
398
|
-
identifier: "AVAX.BTC.B-0X152B9D0FDC40C096757F570A51E494BD4B943E50",
|
|
399
|
-
logoURI:
|
|
400
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.btc.b-0x152b9d0fdc40c096757f570a51e494bd4b943e50.png",
|
|
401
|
-
ticker: "BTC.B",
|
|
402
|
-
},
|
|
403
263
|
{
|
|
404
264
|
address: "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
|
|
405
265
|
chain: "AVAX",
|
|
@@ -420,16 +280,6 @@ export const list = {
|
|
|
420
280
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.chat-0xcafe4afb0f1d1a8af4c6df1fde7be88d15ae8bf4.png",
|
|
421
281
|
ticker: "CHAT",
|
|
422
282
|
},
|
|
423
|
-
{
|
|
424
|
-
address: "0xCAFE4aFB0f1D1A8aF4C6dF1FDe7Be88D15ae8bF4",
|
|
425
|
-
chain: "AVAX",
|
|
426
|
-
chainId: "43114",
|
|
427
|
-
decimals: 18,
|
|
428
|
-
identifier: "AVAX.CHAT-0XCAFE4AFB0F1D1A8AF4C6DF1FDE7BE88D15AE8BF4",
|
|
429
|
-
logoURI:
|
|
430
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.chat-0xcafe4afb0f1d1a8af4c6df1fde7be88d15ae8bf4.png",
|
|
431
|
-
ticker: "CHAT",
|
|
432
|
-
},
|
|
433
283
|
{
|
|
434
284
|
address: "0x420FcA0121DC28039145009570975747295f2329",
|
|
435
285
|
chain: "AVAX",
|
|
@@ -441,24 +291,14 @@ export const list = {
|
|
|
441
291
|
ticker: "COQ",
|
|
442
292
|
},
|
|
443
293
|
{
|
|
444
|
-
address: "
|
|
294
|
+
address: "0x68e551E7eF4Bf59bf55B233Bb6beA104b168ee24",
|
|
445
295
|
chain: "AVAX",
|
|
446
296
|
chainId: "43114",
|
|
447
297
|
decimals: 18,
|
|
448
|
-
identifier: "AVAX.
|
|
298
|
+
identifier: "AVAX.CWAI-0X68E551E7EF4BF59BF55B233BB6BEA104B168EE24",
|
|
449
299
|
logoURI:
|
|
450
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
451
|
-
ticker: "
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
address: "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
|
|
455
|
-
chain: "AVAX",
|
|
456
|
-
chainId: "43114",
|
|
457
|
-
decimals: 18,
|
|
458
|
-
identifier: "AVAX.DAI.E-0XD586E7F844CEA2F87F50152665BCBC2C279D8D70",
|
|
459
|
-
logoURI:
|
|
460
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.dai.e-0xd586e7f844cea2f87f50152665bcbc2c279d8d70.png",
|
|
461
|
-
ticker: "DAI.E",
|
|
300
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.cwai-0x68e551e7ef4bf59bf55b233bb6bea104b168ee24.png",
|
|
301
|
+
ticker: "CWAI",
|
|
462
302
|
},
|
|
463
303
|
{
|
|
464
304
|
address: "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
|
|
@@ -481,24 +321,24 @@ export const list = {
|
|
|
481
321
|
ticker: "DEUSD",
|
|
482
322
|
},
|
|
483
323
|
{
|
|
484
|
-
address: "
|
|
324
|
+
address: "0xe533B81297B820D2Eb2cd837263926596328E8D2",
|
|
485
325
|
chain: "AVAX",
|
|
486
326
|
chainId: "43114",
|
|
487
327
|
decimals: 18,
|
|
488
|
-
identifier: "AVAX.
|
|
328
|
+
identifier: "AVAX.EMDX-0XE533B81297B820D2EB2CD837263926596328E8D2",
|
|
489
329
|
logoURI:
|
|
490
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
491
|
-
ticker: "
|
|
330
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.emdx-0xe533b81297b820d2eb2cd837263926596328e8d2.png",
|
|
331
|
+
ticker: "EMDX",
|
|
492
332
|
},
|
|
493
333
|
{
|
|
494
|
-
address: "
|
|
334
|
+
address: "0xa77d05fd853af120cD4dB48e73498E0cAbD3F628",
|
|
495
335
|
chain: "AVAX",
|
|
496
336
|
chainId: "43114",
|
|
497
|
-
decimals:
|
|
498
|
-
identifier: "AVAX.
|
|
337
|
+
decimals: 18,
|
|
338
|
+
identifier: "AVAX.ERROR-0XA77D05FD853AF120CD4DB48E73498E0CABD3F628",
|
|
499
339
|
logoURI:
|
|
500
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
501
|
-
ticker: "
|
|
340
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.error-0xa77d05fd853af120cd4db48e73498e0cabd3f628.png",
|
|
341
|
+
ticker: "ERROR",
|
|
502
342
|
},
|
|
503
343
|
{
|
|
504
344
|
address: "0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD",
|
|
@@ -511,14 +351,14 @@ export const list = {
|
|
|
511
351
|
ticker: "EURC",
|
|
512
352
|
},
|
|
513
353
|
{
|
|
514
|
-
address: "
|
|
354
|
+
address: "0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64",
|
|
515
355
|
chain: "AVAX",
|
|
516
356
|
chainId: "43114",
|
|
517
357
|
decimals: 18,
|
|
518
|
-
identifier: "AVAX.
|
|
358
|
+
identifier: "AVAX.FRAX-0XD24C2AD096400B6FBCD2AD8B24E7ACBC21A1DA64",
|
|
519
359
|
logoURI:
|
|
520
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
521
|
-
ticker: "
|
|
360
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.frax-0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da64.png",
|
|
361
|
+
ticker: "FRAX",
|
|
522
362
|
},
|
|
523
363
|
{
|
|
524
364
|
address: "0xA25EaF2906FA1a3a13EdAc9B9657108Af7B703e3",
|
|
@@ -531,24 +371,14 @@ export const list = {
|
|
|
531
371
|
ticker: "GGAVAX",
|
|
532
372
|
},
|
|
533
373
|
{
|
|
534
|
-
address: "
|
|
374
|
+
address: "0x26deBD39D5eD069770406FCa10A0E4f8d2c743eB",
|
|
535
375
|
chain: "AVAX",
|
|
536
376
|
chainId: "43114",
|
|
537
377
|
decimals: 18,
|
|
538
|
-
identifier: "AVAX.
|
|
378
|
+
identifier: "AVAX.GUN-0X26DEBD39D5ED069770406FCA10A0E4F8D2C743EB",
|
|
539
379
|
logoURI:
|
|
540
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
541
|
-
ticker: "
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
address: "0x69260B9483F9871ca57f81A90D91E2F96c2Cd11d",
|
|
545
|
-
chain: "AVAX",
|
|
546
|
-
chainId: "43114",
|
|
547
|
-
decimals: 18,
|
|
548
|
-
identifier: "AVAX.GGP-0X69260B9483F9871CA57F81A90D91E2F96C2CD11D",
|
|
549
|
-
logoURI:
|
|
550
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ggp-0x69260b9483f9871ca57f81a90d91e2f96c2cd11d.png",
|
|
551
|
-
ticker: "GGP",
|
|
380
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.gun-0x26debd39d5ed069770406fca10a0e4f8d2c743eb.png",
|
|
381
|
+
ticker: "GUN",
|
|
552
382
|
},
|
|
553
383
|
{
|
|
554
384
|
address: "0xb014430ec5a7B56224e40850f2afBE10A5bd685d",
|
|
@@ -561,14 +391,14 @@ export const list = {
|
|
|
561
391
|
ticker: "HP",
|
|
562
392
|
},
|
|
563
393
|
{
|
|
564
|
-
address: "
|
|
394
|
+
address: "0x65378b697853568dA9ff8EaB60C13E1Ee9f4a654",
|
|
565
395
|
chain: "AVAX",
|
|
566
396
|
chainId: "43114",
|
|
567
397
|
decimals: 18,
|
|
568
|
-
identifier: "AVAX.
|
|
398
|
+
identifier: "AVAX.HUSKY-0X65378B697853568DA9FF8EAB60C13E1EE9F4A654",
|
|
569
399
|
logoURI:
|
|
570
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
571
|
-
ticker: "
|
|
400
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.husky-0x65378b697853568da9ff8eab60c13e1ee9f4a654.png",
|
|
401
|
+
ticker: "HUSKY",
|
|
572
402
|
},
|
|
573
403
|
{
|
|
574
404
|
address: "0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd",
|
|
@@ -580,26 +410,6 @@ export const list = {
|
|
|
580
410
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.joe-0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd.png",
|
|
581
411
|
ticker: "JOE",
|
|
582
412
|
},
|
|
583
|
-
{
|
|
584
|
-
address: "0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd",
|
|
585
|
-
chain: "AVAX",
|
|
586
|
-
chainId: "43114",
|
|
587
|
-
decimals: 18,
|
|
588
|
-
identifier: "AVAX.JOE-0X6E84A6216EA6DACC71EE8E6B0A5B7322EEBC0FDD",
|
|
589
|
-
logoURI:
|
|
590
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.joe-0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd.png",
|
|
591
|
-
ticker: "JOE",
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
address: "0xFFFF003a6BAD9b743d658048742935fFFE2b6ED7",
|
|
595
|
-
chain: "AVAX",
|
|
596
|
-
chainId: "43114",
|
|
597
|
-
decimals: 18,
|
|
598
|
-
identifier: "AVAX.KET-0XFFFF003A6BAD9B743D658048742935FFFE2B6ED7",
|
|
599
|
-
logoURI:
|
|
600
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ket-0xffff003a6bad9b743d658048742935fffe2b6ed7.png",
|
|
601
|
-
ticker: "KET",
|
|
602
|
-
},
|
|
603
413
|
{
|
|
604
414
|
address: "0xFFFF003a6BAD9b743d658048742935fFFE2b6ED7",
|
|
605
415
|
chain: "AVAX",
|
|
@@ -610,36 +420,6 @@ export const list = {
|
|
|
610
420
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.ket-0xffff003a6bad9b743d658048742935fffe2b6ed7.png",
|
|
611
421
|
ticker: "KET",
|
|
612
422
|
},
|
|
613
|
-
{
|
|
614
|
-
address: "0x694200a68B18232916353250955bE220e88c5cBB",
|
|
615
|
-
chain: "AVAX",
|
|
616
|
-
chainId: "43114",
|
|
617
|
-
decimals: 18,
|
|
618
|
-
identifier: "AVAX.KOVIN-0X694200A68B18232916353250955BE220E88C5CBB",
|
|
619
|
-
logoURI:
|
|
620
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.kovin-0x694200a68b18232916353250955be220e88c5cbb.png",
|
|
621
|
-
ticker: "KOVIN",
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
address: "0x694200a68B18232916353250955bE220e88c5cBB",
|
|
625
|
-
chain: "AVAX",
|
|
626
|
-
chainId: "43114",
|
|
627
|
-
decimals: 18,
|
|
628
|
-
identifier: "AVAX.KOVIN-0X694200A68B18232916353250955BE220E88C5CBB",
|
|
629
|
-
logoURI:
|
|
630
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.kovin-0x694200a68b18232916353250955be220e88c5cbb.png",
|
|
631
|
-
ticker: "KOVIN",
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
address: "0xFec5906e8470Ea7e2a2242B314A35F4FF42B19e1",
|
|
635
|
-
chain: "AVAX",
|
|
636
|
-
chainId: "43114",
|
|
637
|
-
decimals: 18,
|
|
638
|
-
identifier: "AVAX.L1-0XFEC5906E8470EA7E2A2242B314A35F4FF42B19E1",
|
|
639
|
-
logoURI:
|
|
640
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.l1-0xfec5906e8470ea7e2a2242b314a35f4ff42b19e1.png",
|
|
641
|
-
ticker: "L1",
|
|
642
|
-
},
|
|
643
423
|
{
|
|
644
424
|
address: "0xFec5906e8470Ea7e2a2242B314A35F4FF42B19e1",
|
|
645
425
|
chain: "AVAX",
|
|
@@ -651,14 +431,14 @@ export const list = {
|
|
|
651
431
|
ticker: "L1",
|
|
652
432
|
},
|
|
653
433
|
{
|
|
654
|
-
address: "
|
|
434
|
+
address: "0x22683BbaDD01473969F23709879187705a253763",
|
|
655
435
|
chain: "AVAX",
|
|
656
436
|
chainId: "43114",
|
|
657
437
|
decimals: 18,
|
|
658
|
-
identifier: "AVAX.
|
|
438
|
+
identifier: "AVAX.LIL-0X22683BBADD01473969F23709879187705A253763",
|
|
659
439
|
logoURI:
|
|
660
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
661
|
-
ticker: "
|
|
440
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.lil-0x22683bbadd01473969f23709879187705a253763.png",
|
|
441
|
+
ticker: "LIL",
|
|
662
442
|
},
|
|
663
443
|
{
|
|
664
444
|
address: "0x130966628846BFd36ff31a822705796e8cb8C18D",
|
|
@@ -671,44 +451,14 @@ export const list = {
|
|
|
671
451
|
ticker: "MIM",
|
|
672
452
|
},
|
|
673
453
|
{
|
|
674
|
-
address: "
|
|
675
|
-
chain: "AVAX",
|
|
676
|
-
chainId: "43114",
|
|
677
|
-
decimals: 18,
|
|
678
|
-
identifier: "AVAX.NOCHILL-0XACFB898CFF266E53278CC0124FC2C7C94C8CB9A5",
|
|
679
|
-
logoURI:
|
|
680
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.nochill-0xacfb898cff266e53278cc0124fc2c7c94c8cb9a5.png",
|
|
681
|
-
ticker: "NOCHILL",
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
address: "0xAcFb898Cff266E53278cC0124fC2C7C94C8cB9a5",
|
|
685
|
-
chain: "AVAX",
|
|
686
|
-
chainId: "43114",
|
|
687
|
-
decimals: 18,
|
|
688
|
-
identifier: "AVAX.NOCHILL-0XACFB898CFF266E53278CC0124FC2C7C94C8CB9A5",
|
|
689
|
-
logoURI:
|
|
690
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.nochill-0xacfb898cff266e53278cc0124fc2c7c94c8cb9a5.png",
|
|
691
|
-
ticker: "NOCHILL",
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
address: "0x33C8036E99082B0C395374832FECF70c42C7F298",
|
|
695
|
-
chain: "AVAX",
|
|
696
|
-
chainId: "43114",
|
|
697
|
-
decimals: 18,
|
|
698
|
-
identifier: "AVAX.PRIME-0X33C8036E99082B0C395374832FECF70C42C7F298",
|
|
699
|
-
logoURI:
|
|
700
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.prime-0x33c8036e99082b0c395374832fecf70c42c7f298.png",
|
|
701
|
-
ticker: "PRIME",
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
address: "0x33C8036E99082B0C395374832FECF70c42C7F298",
|
|
454
|
+
address: "0x7a842193D291840FC38B45f991c5B8cC908f8A7C",
|
|
705
455
|
chain: "AVAX",
|
|
706
456
|
chainId: "43114",
|
|
707
457
|
decimals: 18,
|
|
708
|
-
identifier: "AVAX.
|
|
458
|
+
identifier: "AVAX.PLSR-0X7A842193D291840FC38B45F991C5B8CC908F8A7C",
|
|
709
459
|
logoURI:
|
|
710
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
711
|
-
ticker: "
|
|
460
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.plsr-0x7a842193d291840fc38b45f991c5b8cc908f8a7c.png",
|
|
461
|
+
ticker: "PLSR",
|
|
712
462
|
},
|
|
713
463
|
{
|
|
714
464
|
address: "0x8729438EB15e2C8B576fCc6AeCdA6A148776C0F5",
|
|
@@ -721,14 +471,14 @@ export const list = {
|
|
|
721
471
|
ticker: "QI",
|
|
722
472
|
},
|
|
723
473
|
{
|
|
724
|
-
address: "
|
|
474
|
+
address: "0xAFc1D137a8F0764833d2E74eFb2F0b171BC2cd87",
|
|
725
475
|
chain: "AVAX",
|
|
726
476
|
chainId: "43114",
|
|
727
477
|
decimals: 18,
|
|
728
|
-
identifier: "AVAX.
|
|
478
|
+
identifier: "AVAX.REDWOLF-0XAFC1D137A8F0764833D2E74EFB2F0B171BC2CD87",
|
|
729
479
|
logoURI:
|
|
730
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
731
|
-
ticker: "
|
|
480
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.redwolf-0xafc1d137a8f0764833d2e74efb2f0b171bc2cd87.png",
|
|
481
|
+
ticker: "REDWOLF",
|
|
732
482
|
},
|
|
733
483
|
{
|
|
734
484
|
address: "0xDf788AD40181894dA035B827cDF55C523bf52F67",
|
|
@@ -740,26 +490,6 @@ export const list = {
|
|
|
740
490
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.rsavax-0xdf788ad40181894da035b827cdf55c523bf52f67.png",
|
|
741
491
|
ticker: "RSAVAX",
|
|
742
492
|
},
|
|
743
|
-
{
|
|
744
|
-
address: "0xDf788AD40181894dA035B827cDF55C523bf52F67",
|
|
745
|
-
chain: "AVAX",
|
|
746
|
-
chainId: "43114",
|
|
747
|
-
decimals: 18,
|
|
748
|
-
identifier: "AVAX.RSAVAX-0XDF788AD40181894DA035B827CDF55C523BF52F67",
|
|
749
|
-
logoURI:
|
|
750
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.rsavax-0xdf788ad40181894da035b827cdf55c523bf52f67.png",
|
|
751
|
-
ticker: "RSAVAX",
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
address: "0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE",
|
|
755
|
-
chain: "AVAX",
|
|
756
|
-
chainId: "43114",
|
|
757
|
-
decimals: 18,
|
|
758
|
-
identifier: "AVAX.SAVAX-0X2B2C81E08F1AF8835A78BB2A90AE924ACE0EA4BE",
|
|
759
|
-
logoURI:
|
|
760
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.savax-0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be.png",
|
|
761
|
-
ticker: "SAVAX",
|
|
762
|
-
},
|
|
763
493
|
{
|
|
764
494
|
address: "0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE",
|
|
765
495
|
chain: "AVAX",
|
|
@@ -780,26 +510,6 @@ export const list = {
|
|
|
780
510
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.savusd-0x06d47f3fb376649c3a9dafe069b3d6e35572219e.png",
|
|
781
511
|
ticker: "SAVUSD",
|
|
782
512
|
},
|
|
783
|
-
{
|
|
784
|
-
address: "0x06d47F3fb376649c3A9Dafe069B3D6E35572219E",
|
|
785
|
-
chain: "AVAX",
|
|
786
|
-
chainId: "43114",
|
|
787
|
-
decimals: 18,
|
|
788
|
-
identifier: "AVAX.SAVUSD-0X06D47F3FB376649C3A9DAFE069B3D6E35572219E",
|
|
789
|
-
logoURI:
|
|
790
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.savusd-0x06d47f3fb376649c3a9dafe069b3d6e35572219e.png",
|
|
791
|
-
ticker: "SAVUSD",
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
address: "0xd402298a793948698b9a63311404FBBEe944eAfD",
|
|
795
|
-
chain: "AVAX",
|
|
796
|
-
chainId: "43114",
|
|
797
|
-
decimals: 18,
|
|
798
|
-
identifier: "AVAX.SHRAP-0XD402298A793948698B9A63311404FBBEE944EAFD",
|
|
799
|
-
logoURI:
|
|
800
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.shrap-0xd402298a793948698b9a63311404fbbee944eafd.png",
|
|
801
|
-
ticker: "SHRAP",
|
|
802
|
-
},
|
|
803
513
|
{
|
|
804
514
|
address: "0xd402298a793948698b9a63311404FBBEe944eAfD",
|
|
805
515
|
chain: "AVAX",
|
|
@@ -820,16 +530,6 @@ export const list = {
|
|
|
820
530
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.sol-0xfe6b19286885a4f7f55adad09c3cd1f906d2478f.png",
|
|
821
531
|
ticker: "SOL",
|
|
822
532
|
},
|
|
823
|
-
{
|
|
824
|
-
address: "0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F",
|
|
825
|
-
chain: "AVAX",
|
|
826
|
-
chainId: "43114",
|
|
827
|
-
decimals: 9,
|
|
828
|
-
identifier: "AVAX.SOL-0XFE6B19286885A4F7F55ADAD09C3CD1F906D2478F",
|
|
829
|
-
logoURI:
|
|
830
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.sol-0xfe6b19286885a4f7f55adad09c3cd1f906d2478f.png",
|
|
831
|
-
ticker: "SOL",
|
|
832
|
-
},
|
|
833
533
|
{
|
|
834
534
|
address: "0xbc78D84Ba0c46dFe32cf2895a19939c86b81a777",
|
|
835
535
|
chain: "AVAX",
|
|
@@ -841,24 +541,14 @@ export const list = {
|
|
|
841
541
|
ticker: "SOLVBTC",
|
|
842
542
|
},
|
|
843
543
|
{
|
|
844
|
-
address: "
|
|
845
|
-
chain: "AVAX",
|
|
846
|
-
chainId: "43114",
|
|
847
|
-
decimals: 18,
|
|
848
|
-
identifier: "AVAX.SOLVBTC-0XBC78D84BA0C46DFE32CF2895A19939C86B81A777",
|
|
849
|
-
logoURI:
|
|
850
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.solvbtc-0xbc78d84ba0c46dfe32cf2895a19939c86b81a777.png",
|
|
851
|
-
ticker: "SOLVBTC",
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
address: "0x3c780F5cBF94De3EFCec964Af928D08c4508EeBE",
|
|
544
|
+
address: "0xCC0966D8418d412c599A6421b760a847eB169A8c",
|
|
855
545
|
chain: "AVAX",
|
|
856
546
|
chainId: "43114",
|
|
857
547
|
decimals: 18,
|
|
858
|
-
identifier: "AVAX.
|
|
548
|
+
identifier: "AVAX.SOLVBTC.BBN-0XCC0966D8418D412C599A6421B760A847EB169A8C",
|
|
859
549
|
logoURI:
|
|
860
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
861
|
-
ticker: "
|
|
550
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.solvbtc.bbn-0xcc0966d8418d412c599a6421b760a847eb169a8c.png",
|
|
551
|
+
ticker: "SOLVBTC.BBN",
|
|
862
552
|
},
|
|
863
553
|
{
|
|
864
554
|
address: "0x3c780F5cBF94De3EFCec964Af928D08c4508EeBE",
|
|
@@ -880,26 +570,6 @@ export const list = {
|
|
|
880
570
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.trk-0xc50544ed302ef7863b9063f7de0499d354a9dc81.png",
|
|
881
571
|
ticker: "TRK",
|
|
882
572
|
},
|
|
883
|
-
{
|
|
884
|
-
address: "0xc50544eD302Ef7863b9063f7De0499D354a9dc81",
|
|
885
|
-
chain: "AVAX",
|
|
886
|
-
chainId: "43114",
|
|
887
|
-
decimals: 18,
|
|
888
|
-
identifier: "AVAX.TRK-0XC50544ED302EF7863B9063F7DE0499D354A9DC81",
|
|
889
|
-
logoURI:
|
|
890
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.trk-0xc50544ed302ef7863b9063f7de0499d354a9dc81.png",
|
|
891
|
-
ticker: "TRK",
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
address: "0xA80F36BA18c7f721F3F7ACDbcDEfd3a86869A036",
|
|
895
|
-
chain: "AVAX",
|
|
896
|
-
chainId: "43114",
|
|
897
|
-
decimals: 18,
|
|
898
|
-
identifier: "AVAX.TRUMP-0XA80F36BA18C7F721F3F7ACDBCDEFD3A86869A036",
|
|
899
|
-
logoURI:
|
|
900
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.trump-0xa80f36ba18c7f721f3f7acdbcdefd3a86869a036.png",
|
|
901
|
-
ticker: "TRUMP",
|
|
902
|
-
},
|
|
903
573
|
{
|
|
904
574
|
address: "0xA80F36BA18c7f721F3F7ACDbcDEfd3a86869A036",
|
|
905
575
|
chain: "AVAX",
|
|
@@ -920,26 +590,6 @@ export const list = {
|
|
|
920
590
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdc-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e.png",
|
|
921
591
|
ticker: "USDC",
|
|
922
592
|
},
|
|
923
|
-
{
|
|
924
|
-
address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
|
|
925
|
-
chain: "AVAX",
|
|
926
|
-
chainId: "43114",
|
|
927
|
-
decimals: 6,
|
|
928
|
-
identifier: "AVAX.USDC-0XB97EF9EF8734C71904D8002F8B6BC66DD9C48A6E",
|
|
929
|
-
logoURI:
|
|
930
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdc-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e.png",
|
|
931
|
-
ticker: "USDC",
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
address: "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
|
|
935
|
-
chain: "AVAX",
|
|
936
|
-
chainId: "43114",
|
|
937
|
-
decimals: 6,
|
|
938
|
-
identifier: "AVAX.USDC.E-0XA7D7079B0FEAD91F3E65F86E8915CB59C1A4C664",
|
|
939
|
-
logoURI:
|
|
940
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdc.e-0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664.png",
|
|
941
|
-
ticker: "USDC.E",
|
|
942
|
-
},
|
|
943
593
|
{
|
|
944
594
|
address: "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
|
|
945
595
|
chain: "AVAX",
|
|
@@ -960,26 +610,6 @@ export const list = {
|
|
|
960
610
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdt-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7.png",
|
|
961
611
|
ticker: "USDT",
|
|
962
612
|
},
|
|
963
|
-
{
|
|
964
|
-
address: "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
|
|
965
|
-
chain: "AVAX",
|
|
966
|
-
chainId: "43114",
|
|
967
|
-
decimals: 6,
|
|
968
|
-
identifier: "AVAX.USDT-0X9702230A8EA53601F5CD2DC00FDBC13D4DF4A8C7",
|
|
969
|
-
logoURI:
|
|
970
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdt-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7.png",
|
|
971
|
-
ticker: "USDT",
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
address: "0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
|
|
975
|
-
chain: "AVAX",
|
|
976
|
-
chainId: "43114",
|
|
977
|
-
decimals: 6,
|
|
978
|
-
identifier: "AVAX.USDT.E-0XC7198437980C041C805A1EDCBA50C1CE5DB95118",
|
|
979
|
-
logoURI:
|
|
980
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdt.e-0xc7198437980c041c805a1edcba50c1ce5db95118.png",
|
|
981
|
-
ticker: "USDT.E",
|
|
982
|
-
},
|
|
983
613
|
{
|
|
984
614
|
address: "0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
|
|
985
615
|
chain: "AVAX",
|
|
@@ -991,14 +621,14 @@ export const list = {
|
|
|
991
621
|
ticker: "USDT.E",
|
|
992
622
|
},
|
|
993
623
|
{
|
|
994
|
-
address: "
|
|
624
|
+
address: "0x1c7c53aa86B49A28C627B6450091998e447A42f9",
|
|
995
625
|
chain: "AVAX",
|
|
996
626
|
chainId: "43114",
|
|
997
627
|
decimals: 18,
|
|
998
|
-
identifier: "AVAX.
|
|
628
|
+
identifier: "AVAX.VELAI-0X1C7C53AA86B49A28C627B6450091998E447A42F9",
|
|
999
629
|
logoURI:
|
|
1000
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1001
|
-
ticker: "
|
|
630
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.velai-0x1c7c53aa86b49a28c627b6450091998e447a42f9.png",
|
|
631
|
+
ticker: "VELAI",
|
|
1002
632
|
},
|
|
1003
633
|
{
|
|
1004
634
|
address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
|
|
@@ -1020,16 +650,6 @@ export const list = {
|
|
|
1020
650
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.wbtc-0x0555e30da8f98308edb960aa94c0db47230d2b9c.png",
|
|
1021
651
|
ticker: "WBTC",
|
|
1022
652
|
},
|
|
1023
|
-
{
|
|
1024
|
-
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
1025
|
-
chain: "AVAX",
|
|
1026
|
-
chainId: "43114",
|
|
1027
|
-
decimals: 8,
|
|
1028
|
-
identifier: "AVAX.WBTC-0X0555E30DA8F98308EDB960AA94C0DB47230D2B9C",
|
|
1029
|
-
logoURI:
|
|
1030
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.wbtc-0x0555e30da8f98308edb960aa94c0db47230d2b9c.png",
|
|
1031
|
-
ticker: "WBTC",
|
|
1032
|
-
},
|
|
1033
653
|
{
|
|
1034
654
|
address: "0x50b7545627a5162F82A992c33b87aDc75187B218",
|
|
1035
655
|
chain: "AVAX",
|
|
@@ -1040,26 +660,6 @@ export const list = {
|
|
|
1040
660
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.wbtc.e-0x50b7545627a5162f82a992c33b87adc75187b218.png",
|
|
1041
661
|
ticker: "WBTC.E",
|
|
1042
662
|
},
|
|
1043
|
-
{
|
|
1044
|
-
address: "0x50b7545627a5162F82A992c33b87aDc75187B218",
|
|
1045
|
-
chain: "AVAX",
|
|
1046
|
-
chainId: "43114",
|
|
1047
|
-
decimals: 8,
|
|
1048
|
-
identifier: "AVAX.WBTC.E-0X50B7545627A5162F82A992C33B87ADC75187B218",
|
|
1049
|
-
logoURI:
|
|
1050
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.wbtc.e-0x50b7545627a5162f82a992c33b87adc75187b218.png",
|
|
1051
|
-
ticker: "WBTC.E",
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
address: "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB",
|
|
1055
|
-
chain: "AVAX",
|
|
1056
|
-
chainId: "43114",
|
|
1057
|
-
decimals: 18,
|
|
1058
|
-
identifier: "AVAX.WETH.E-0X49D5C2BDFFAC6CE2BFDB6640F4F80F226BC10BAB",
|
|
1059
|
-
logoURI:
|
|
1060
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.weth.e-0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab.png",
|
|
1061
|
-
ticker: "WETH.E",
|
|
1062
|
-
},
|
|
1063
663
|
{
|
|
1064
664
|
address: "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB",
|
|
1065
665
|
chain: "AVAX",
|
|
@@ -1070,56 +670,6 @@ export const list = {
|
|
|
1070
670
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.weth.e-0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab.png",
|
|
1071
671
|
ticker: "WETH.E",
|
|
1072
672
|
},
|
|
1073
|
-
{
|
|
1074
|
-
address: "0x7698A5311DA174A95253Ce86C21ca7272b9B05f8",
|
|
1075
|
-
chain: "AVAX",
|
|
1076
|
-
chainId: "43114",
|
|
1077
|
-
decimals: 18,
|
|
1078
|
-
identifier: "AVAX.WINK-0X7698A5311DA174A95253CE86C21CA7272B9B05F8",
|
|
1079
|
-
logoURI:
|
|
1080
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.wink-0x7698a5311da174a95253ce86c21ca7272b9b05f8.png",
|
|
1081
|
-
ticker: "WINK",
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
address: "0x7698A5311DA174A95253Ce86C21ca7272b9B05f8",
|
|
1085
|
-
chain: "AVAX",
|
|
1086
|
-
chainId: "43114",
|
|
1087
|
-
decimals: 18,
|
|
1088
|
-
identifier: "AVAX.WINK-0X7698A5311DA174A95253CE86C21CA7272B9B05F8",
|
|
1089
|
-
logoURI:
|
|
1090
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.wink-0x7698a5311da174a95253ce86c21ca7272b9b05f8.png",
|
|
1091
|
-
ticker: "WINK",
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
address: "0x4F94b8AEF08c92fEfe416af073F1Df1E284438EC",
|
|
1095
|
-
chain: "AVAX",
|
|
1096
|
-
chainId: "43114",
|
|
1097
|
-
decimals: 18,
|
|
1098
|
-
identifier: "AVAX.WOLF-0X4F94B8AEF08C92FEFE416AF073F1DF1E284438EC",
|
|
1099
|
-
logoURI:
|
|
1100
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.wolf-0x4f94b8aef08c92fefe416af073f1df1e284438ec.png",
|
|
1101
|
-
ticker: "WOLF",
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
address: "0x4F94b8AEF08c92fEfe416af073F1Df1E284438EC",
|
|
1105
|
-
chain: "AVAX",
|
|
1106
|
-
chainId: "43114",
|
|
1107
|
-
decimals: 18,
|
|
1108
|
-
identifier: "AVAX.WOLF-0X4F94B8AEF08C92FEFE416AF073F1DF1E284438EC",
|
|
1109
|
-
logoURI:
|
|
1110
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.wolf-0x4f94b8aef08c92fefe416af073f1df1e284438ec.png",
|
|
1111
|
-
ticker: "WOLF",
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
address: "0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4",
|
|
1115
|
-
chain: "AVAX",
|
|
1116
|
-
chainId: "43114",
|
|
1117
|
-
decimals: 18,
|
|
1118
|
-
identifier: "AVAX.XAVA-0XD1C3F94DE7E5B45FA4EDBBA472491A9F4B166FC4",
|
|
1119
|
-
logoURI:
|
|
1120
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.xava-0xd1c3f94de7e5b45fa4edbba472491a9f4b166fc4.png",
|
|
1121
|
-
ticker: "XAVA",
|
|
1122
|
-
},
|
|
1123
673
|
{
|
|
1124
674
|
address: "0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4",
|
|
1125
675
|
chain: "AVAX",
|
|
@@ -1140,16 +690,6 @@ export const list = {
|
|
|
1140
690
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.xsgd-0xb2f85b7ab3c2b6f62df06de6ae7d09c010a5096e.png",
|
|
1141
691
|
ticker: "XSGD",
|
|
1142
692
|
},
|
|
1143
|
-
{
|
|
1144
|
-
address: "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E",
|
|
1145
|
-
chain: "AVAX",
|
|
1146
|
-
chainId: "43114",
|
|
1147
|
-
decimals: 6,
|
|
1148
|
-
identifier: "AVAX.XSGD-0XB2F85B7AB3C2B6F62DF06DE6AE7D09C010A5096E",
|
|
1149
|
-
logoURI:
|
|
1150
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.xsgd-0xb2f85b7ab3c2b6f62df06de6ae7d09c010a5096e.png",
|
|
1151
|
-
ticker: "XSGD",
|
|
1152
|
-
},
|
|
1153
693
|
{
|
|
1154
694
|
address: "0x59414b3089ce2AF0010e7523Dea7E2b35d776ec7",
|
|
1155
695
|
chain: "AVAX",
|
|
@@ -1160,26 +700,6 @@ export const list = {
|
|
|
1160
700
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.yak-0x59414b3089ce2af0010e7523dea7e2b35d776ec7.png",
|
|
1161
701
|
ticker: "YAK",
|
|
1162
702
|
},
|
|
1163
|
-
{
|
|
1164
|
-
address: "0x59414b3089ce2AF0010e7523Dea7E2b35d776ec7",
|
|
1165
|
-
chain: "AVAX",
|
|
1166
|
-
chainId: "43114",
|
|
1167
|
-
decimals: 18,
|
|
1168
|
-
identifier: "AVAX.YAK-0X59414B3089CE2AF0010E7523DEA7E2B35D776EC7",
|
|
1169
|
-
logoURI:
|
|
1170
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.yak-0x59414b3089ce2af0010e7523dea7e2b35d776ec7.png",
|
|
1171
|
-
ticker: "YAK",
|
|
1172
|
-
},
|
|
1173
|
-
{
|
|
1174
|
-
address: "0x147929393F770869ad635ce284D66911798d9a5c",
|
|
1175
|
-
chain: "AVAX",
|
|
1176
|
-
chainId: "43114",
|
|
1177
|
-
decimals: 18,
|
|
1178
|
-
identifier: "AVAX.YEEHAW-0X147929393F770869AD635CE284D66911798D9A5C",
|
|
1179
|
-
logoURI:
|
|
1180
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.yeehaw-0x147929393f770869ad635ce284d66911798d9a5c.png",
|
|
1181
|
-
ticker: "YEEHAW",
|
|
1182
|
-
},
|
|
1183
703
|
{
|
|
1184
704
|
address: "0x147929393F770869ad635ce284D66911798d9a5c",
|
|
1185
705
|
chain: "AVAX",
|
|
@@ -1200,15 +720,5 @@ export const list = {
|
|
|
1200
720
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.zro-0x6985884c4392d348587b19cb9eaaf157f13271cd.png",
|
|
1201
721
|
ticker: "ZRO",
|
|
1202
722
|
},
|
|
1203
|
-
{
|
|
1204
|
-
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
1205
|
-
chain: "AVAX",
|
|
1206
|
-
chainId: "43114",
|
|
1207
|
-
decimals: 18,
|
|
1208
|
-
identifier: "AVAX.ZRO-0X6985884C4392D348587B19CB9EAAF157F13271CD",
|
|
1209
|
-
logoURI:
|
|
1210
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.zro-0x6985884c4392d348587b19cb9eaaf157f13271cd.png",
|
|
1211
|
-
ticker: "ZRO",
|
|
1212
|
-
},
|
|
1213
723
|
],
|
|
1214
724
|
} as const;
|