@swapkit/tokens 2.2.2 → 2.3.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 -14
- package/package.json +1 -1
- package/src/tokenLists/camelot_v3.ts +24 -4
- package/src/tokenLists/caviar_v1.ts +1 -1
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/index.ts +1 -0
- package/src/tokenLists/jupiter.ts +898 -48
- package/src/tokenLists/kado.ts +518 -0
- package/src/tokenLists/mayachain.ts +10 -2
- package/src/tokenLists/oneinch.ts +55 -65
- package/src/tokenLists/pangolin_v1.ts +2 -52
- package/src/tokenLists/sushiswap_v2.ts +12 -132
- package/src/tokenLists/thorchain.ts +12 -2
- package/src/tokenLists/traderjoe_v2.ts +220 -170
- package/src/tokenLists/uniswap_v2.ts +171 -111
- package/src/tokenLists/uniswap_v3.ts +177 -147
|
@@ -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-02-07T19:02:16.705Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: [],
|
|
11
|
-
count:
|
|
11
|
+
count: 142,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0x912CE59144191C1204E64559FE8253a0e49E6548",
|
|
@@ -30,16 +30,6 @@ export const list = {
|
|
|
30
30
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
31
31
|
ticker: "DAI",
|
|
32
32
|
},
|
|
33
|
-
{
|
|
34
|
-
address: "0xda71EA8ef58D015de8C5cEA8f7B890db3A103E67",
|
|
35
|
-
chain: "ARB",
|
|
36
|
-
chainId: "42161",
|
|
37
|
-
decimals: 18,
|
|
38
|
-
identifier: "ARB.EMDX-0XDA71EA8EF58D015DE8C5CEA8F7B890DB3A103E67",
|
|
39
|
-
logoURI:
|
|
40
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.emdx-0xda71ea8ef58d015de8c5cea8f7b890db3a103e67.png",
|
|
41
|
-
ticker: "EMDX",
|
|
42
|
-
},
|
|
43
33
|
{
|
|
44
34
|
address: "0x2416092f143378750bb29b79eD961ab195CcEea5",
|
|
45
35
|
chain: "ARB",
|
|
@@ -60,16 +50,6 @@ export const list = {
|
|
|
60
50
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.fusdc-0x4cfa50b7ce747e2d61724fcac57f24b748ff2b2a.png",
|
|
61
51
|
ticker: "FUSDC",
|
|
62
52
|
},
|
|
63
|
-
{
|
|
64
|
-
address: "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a",
|
|
65
|
-
chain: "ARB",
|
|
66
|
-
chainId: "42161",
|
|
67
|
-
decimals: 18,
|
|
68
|
-
identifier: "ARB.GMX-0XFC5A1A6EB076A2C7AD06ED22C90D7E710E35AD0A",
|
|
69
|
-
logoURI:
|
|
70
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.gmx-0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a.png",
|
|
71
|
-
ticker: "GMX",
|
|
72
|
-
},
|
|
73
53
|
{
|
|
74
54
|
address: "0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07",
|
|
75
55
|
chain: "ARB",
|
|
@@ -80,16 +60,6 @@ export const list = {
|
|
|
80
60
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.joe-0x371c7ec6d8039ff7933a2aa28eb827ffe1f52f07.png",
|
|
81
61
|
ticker: "JOE",
|
|
82
62
|
},
|
|
83
|
-
{
|
|
84
|
-
address: "0xf97f4df75117a78c1A5a0DBb814Af92458539FB4",
|
|
85
|
-
chain: "ARB",
|
|
86
|
-
chainId: "42161",
|
|
87
|
-
decimals: 18,
|
|
88
|
-
identifier: "ARB.LINK-0XF97F4DF75117A78C1A5A0DBB814AF92458539FB4",
|
|
89
|
-
logoURI:
|
|
90
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.link-0xf97f4df75117a78c1a5a0dbb814af92458539fb4.png",
|
|
91
|
-
ticker: "LINK",
|
|
92
|
-
},
|
|
93
63
|
{
|
|
94
64
|
address: "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8",
|
|
95
65
|
chain: "ARB",
|
|
@@ -101,14 +71,14 @@ export const list = {
|
|
|
101
71
|
ticker: "PENDLE",
|
|
102
72
|
},
|
|
103
73
|
{
|
|
104
|
-
address: "
|
|
74
|
+
address: "0xbc011A12Da28e8F0f528d9eE5E7039E22F91cf18",
|
|
105
75
|
chain: "ARB",
|
|
106
76
|
chainId: "42161",
|
|
107
77
|
decimals: 18,
|
|
108
|
-
identifier: "ARB.
|
|
78
|
+
identifier: "ARB.SWETH-0XBC011A12DA28E8F0F528D9EE5E7039E22F91CF18",
|
|
109
79
|
logoURI:
|
|
110
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
111
|
-
ticker: "
|
|
80
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.sweth-0xbc011a12da28e8f0f528d9ee5e7039e22f91cf18.png",
|
|
81
|
+
ticker: "SWETH",
|
|
112
82
|
},
|
|
113
83
|
{
|
|
114
84
|
address: "0xD56734d7f9979dD94FAE3d67C7e928234e71cD4C",
|
|
@@ -240,46 +210,6 @@ export const list = {
|
|
|
240
210
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.ageur-0xaec8318a9a59baeb39861d10ff6c7f7bf1f96c57.png",
|
|
241
211
|
ticker: "AGEUR",
|
|
242
212
|
},
|
|
243
|
-
{
|
|
244
|
-
address: "0x13E7bceFddE72492E656f3fa58baE6029708e673",
|
|
245
|
-
chain: "AVAX",
|
|
246
|
-
chainId: "43114",
|
|
247
|
-
decimals: 18,
|
|
248
|
-
identifier: "AVAX.AGX-0X13E7BCEFDDE72492E656F3FA58BAE6029708E673",
|
|
249
|
-
logoURI:
|
|
250
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.agx-0x13e7bcefdde72492e656f3fa58bae6029708e673.png",
|
|
251
|
-
ticker: "AGX",
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
address: "0x13E7bceFddE72492E656f3fa58baE6029708e673",
|
|
255
|
-
chain: "AVAX",
|
|
256
|
-
chainId: "43114",
|
|
257
|
-
decimals: 18,
|
|
258
|
-
identifier: "AVAX.AGX-0X13E7BCEFDDE72492E656F3FA58BAE6029708E673",
|
|
259
|
-
logoURI:
|
|
260
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.agx-0x13e7bcefdde72492e656f3fa58bae6029708e673.png",
|
|
261
|
-
ticker: "AGX",
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
address: "0x79Ea4E536f598dCd67C76Ee3829f84AB9E72A558",
|
|
265
|
-
chain: "AVAX",
|
|
266
|
-
chainId: "43114",
|
|
267
|
-
decimals: 18,
|
|
268
|
-
identifier: "AVAX.AI9000-0X79EA4E536F598DCD67C76EE3829F84AB9E72A558",
|
|
269
|
-
logoURI:
|
|
270
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ai9000-0x79ea4e536f598dcd67c76ee3829f84ab9e72a558.png",
|
|
271
|
-
ticker: "AI9000",
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
address: "0x79Ea4E536f598dCd67C76Ee3829f84AB9E72A558",
|
|
275
|
-
chain: "AVAX",
|
|
276
|
-
chainId: "43114",
|
|
277
|
-
decimals: 18,
|
|
278
|
-
identifier: "AVAX.AI9000-0X79EA4E536F598DCD67C76EE3829F84AB9E72A558",
|
|
279
|
-
logoURI:
|
|
280
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ai9000-0x79ea4e536f598dcd67c76ee3829f84ab9e72a558.png",
|
|
281
|
-
ticker: "AI9000",
|
|
282
|
-
},
|
|
283
213
|
{
|
|
284
214
|
address: "0x093783055F9047C2BfF99c4e414501F8A147bC69",
|
|
285
215
|
chain: "AVAX",
|
|
@@ -340,6 +270,26 @@ export const list = {
|
|
|
340
270
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.arena-0xb8d7710f7d8349a506b75dd184f05777c82dad0c.png",
|
|
341
271
|
ticker: "ARENA",
|
|
342
272
|
},
|
|
273
|
+
{
|
|
274
|
+
address: "0x5c5e384Bd4e36724B2562cCAA582aFd125277C9B",
|
|
275
|
+
chain: "AVAX",
|
|
276
|
+
chainId: "43114",
|
|
277
|
+
decimals: 18,
|
|
278
|
+
identifier: "AVAX.ARROW-0X5C5E384BD4E36724B2562CCAA582AFD125277C9B",
|
|
279
|
+
logoURI:
|
|
280
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.arrow-0x5c5e384bd4e36724b2562ccaa582afd125277c9b.png",
|
|
281
|
+
ticker: "ARROW",
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
address: "0x5c5e384Bd4e36724B2562cCAA582aFd125277C9B",
|
|
285
|
+
chain: "AVAX",
|
|
286
|
+
chainId: "43114",
|
|
287
|
+
decimals: 18,
|
|
288
|
+
identifier: "AVAX.ARROW-0X5C5E384BD4E36724B2562CCAA582AFD125277C9B",
|
|
289
|
+
logoURI:
|
|
290
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.arrow-0x5c5e384bd4e36724b2562ccaa582afd125277c9b.png",
|
|
291
|
+
ticker: "ARROW",
|
|
292
|
+
},
|
|
343
293
|
{
|
|
344
294
|
address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
345
295
|
chain: "AVAX",
|
|
@@ -401,84 +351,84 @@ export const list = {
|
|
|
401
351
|
ticker: "AUX",
|
|
402
352
|
},
|
|
403
353
|
{
|
|
404
|
-
address: "
|
|
354
|
+
address: "0x8c8d2a7d8d9CF26F5ee1BbFc0bA56e93F4A4A7aC",
|
|
405
355
|
chain: "AVAX",
|
|
406
356
|
chainId: "43114",
|
|
407
357
|
decimals: 18,
|
|
408
|
-
identifier: "AVAX.
|
|
358
|
+
identifier: "AVAX.AVAXAI-0X8C8D2A7D8D9CF26F5EE1BBFC0BA56E93F4A4A7AC",
|
|
409
359
|
logoURI:
|
|
410
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
411
|
-
ticker: "
|
|
360
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.avaxai-0x8c8d2a7d8d9cf26f5ee1bbfc0ba56e93f4a4a7ac.png",
|
|
361
|
+
ticker: "AVAXAI",
|
|
412
362
|
},
|
|
413
363
|
{
|
|
414
|
-
address: "
|
|
364
|
+
address: "0x8c8d2a7d8d9CF26F5ee1BbFc0bA56e93F4A4A7aC",
|
|
415
365
|
chain: "AVAX",
|
|
416
366
|
chainId: "43114",
|
|
417
367
|
decimals: 18,
|
|
418
|
-
identifier: "AVAX.
|
|
368
|
+
identifier: "AVAX.AVAXAI-0X8C8D2A7D8D9CF26F5EE1BBFC0BA56E93F4A4A7AC",
|
|
419
369
|
logoURI:
|
|
420
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
421
|
-
ticker: "
|
|
370
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.avaxai-0x8c8d2a7d8d9cf26f5ee1bbfc0ba56e93f4a4a7ac.png",
|
|
371
|
+
ticker: "AVAXAI",
|
|
422
372
|
},
|
|
423
373
|
{
|
|
424
|
-
address: "
|
|
374
|
+
address: "0x24dE8771bC5DdB3362Db529Fc3358F2df3A0E346",
|
|
425
375
|
chain: "AVAX",
|
|
426
376
|
chainId: "43114",
|
|
427
377
|
decimals: 18,
|
|
428
|
-
identifier: "AVAX.
|
|
378
|
+
identifier: "AVAX.AVUSD-0X24DE8771BC5DDB3362DB529FC3358F2DF3A0E346",
|
|
429
379
|
logoURI:
|
|
430
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
431
|
-
ticker: "
|
|
380
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.avusd-0x24de8771bc5ddb3362db529fc3358f2df3a0e346.png",
|
|
381
|
+
ticker: "AVUSD",
|
|
432
382
|
},
|
|
433
383
|
{
|
|
434
|
-
address: "
|
|
384
|
+
address: "0x24dE8771bC5DdB3362Db529Fc3358F2df3A0E346",
|
|
435
385
|
chain: "AVAX",
|
|
436
386
|
chainId: "43114",
|
|
437
387
|
decimals: 18,
|
|
438
|
-
identifier: "AVAX.
|
|
388
|
+
identifier: "AVAX.AVUSD-0X24DE8771BC5DDB3362DB529FC3358F2DF3A0E346",
|
|
439
389
|
logoURI:
|
|
440
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
441
|
-
ticker: "
|
|
390
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.avusd-0x24de8771bc5ddb3362db529fc3358f2df3a0e346.png",
|
|
391
|
+
ticker: "AVUSD",
|
|
442
392
|
},
|
|
443
393
|
{
|
|
444
|
-
address: "
|
|
394
|
+
address: "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
|
|
445
395
|
chain: "AVAX",
|
|
446
396
|
chainId: "43114",
|
|
447
397
|
decimals: 18,
|
|
448
|
-
identifier: "AVAX.
|
|
398
|
+
identifier: "AVAX.BEAM-0X62D0A8458ED7719FDAF978FE5929C6D342B0BFCE",
|
|
449
399
|
logoURI:
|
|
450
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
451
|
-
ticker: "
|
|
400
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",
|
|
401
|
+
ticker: "BEAM",
|
|
452
402
|
},
|
|
453
403
|
{
|
|
454
|
-
address: "
|
|
404
|
+
address: "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
|
|
455
405
|
chain: "AVAX",
|
|
456
406
|
chainId: "43114",
|
|
457
407
|
decimals: 18,
|
|
458
|
-
identifier: "AVAX.
|
|
408
|
+
identifier: "AVAX.BEAM-0X62D0A8458ED7719FDAF978FE5929C6D342B0BFCE",
|
|
459
409
|
logoURI:
|
|
460
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
461
|
-
ticker: "
|
|
410
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",
|
|
411
|
+
ticker: "BEAM",
|
|
462
412
|
},
|
|
463
413
|
{
|
|
464
|
-
address: "
|
|
414
|
+
address: "0x2d0aFed89a6D6A100273Db377dBA7a32C739E314",
|
|
465
415
|
chain: "AVAX",
|
|
466
416
|
chainId: "43114",
|
|
467
|
-
decimals:
|
|
468
|
-
identifier: "AVAX.
|
|
417
|
+
decimals: 18,
|
|
418
|
+
identifier: "AVAX.BIG-0X2D0AFED89A6D6A100273DB377DBA7A32C739E314",
|
|
469
419
|
logoURI:
|
|
470
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
471
|
-
ticker: "
|
|
420
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.big-0x2d0afed89a6d6a100273db377dba7a32c739e314.png",
|
|
421
|
+
ticker: "BIG",
|
|
472
422
|
},
|
|
473
423
|
{
|
|
474
|
-
address: "
|
|
424
|
+
address: "0x2d0aFed89a6D6A100273Db377dBA7a32C739E314",
|
|
475
425
|
chain: "AVAX",
|
|
476
426
|
chainId: "43114",
|
|
477
|
-
decimals:
|
|
478
|
-
identifier: "AVAX.
|
|
427
|
+
decimals: 18,
|
|
428
|
+
identifier: "AVAX.BIG-0X2D0AFED89A6D6A100273DB377DBA7A32C739E314",
|
|
479
429
|
logoURI:
|
|
480
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
481
|
-
ticker: "
|
|
430
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.big-0x2d0afed89a6d6a100273db377dba7a32c739e314.png",
|
|
431
|
+
ticker: "BIG",
|
|
482
432
|
},
|
|
483
433
|
{
|
|
484
434
|
address: "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
|
|
@@ -520,6 +470,26 @@ export const list = {
|
|
|
520
470
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.busd-0x9c9e5fd8bbc25984b178fdce6117defa39d2db39.png",
|
|
521
471
|
ticker: "BUSD",
|
|
522
472
|
},
|
|
473
|
+
{
|
|
474
|
+
address: "0xCAFE4aFB0f1D1A8aF4C6dF1FDe7Be88D15ae8bF4",
|
|
475
|
+
chain: "AVAX",
|
|
476
|
+
chainId: "43114",
|
|
477
|
+
decimals: 18,
|
|
478
|
+
identifier: "AVAX.CHAT-0XCAFE4AFB0F1D1A8AF4C6DF1FDE7BE88D15AE8BF4",
|
|
479
|
+
logoURI:
|
|
480
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.chat-0xcafe4afb0f1d1a8af4c6df1fde7be88d15ae8bf4.png",
|
|
481
|
+
ticker: "CHAT",
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
address: "0xCAFE4aFB0f1D1A8aF4C6dF1FDe7Be88D15ae8bF4",
|
|
485
|
+
chain: "AVAX",
|
|
486
|
+
chainId: "43114",
|
|
487
|
+
decimals: 18,
|
|
488
|
+
identifier: "AVAX.CHAT-0XCAFE4AFB0F1D1A8AF4C6DF1FDE7BE88D15AE8BF4",
|
|
489
|
+
logoURI:
|
|
490
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.chat-0xcafe4afb0f1d1a8af4c6df1fde7be88d15ae8bf4.png",
|
|
491
|
+
ticker: "CHAT",
|
|
492
|
+
},
|
|
523
493
|
{
|
|
524
494
|
address: "0x420FcA0121DC28039145009570975747295f2329",
|
|
525
495
|
chain: "AVAX",
|
|
@@ -700,6 +670,46 @@ export const list = {
|
|
|
700
670
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.ggp-0x69260b9483f9871ca57f81a90d91e2f96c2cd11d.png",
|
|
701
671
|
ticker: "GGP",
|
|
702
672
|
},
|
|
673
|
+
{
|
|
674
|
+
address: "0x223a368Ad0E7396165FC629976d77596a51F155C",
|
|
675
|
+
chain: "AVAX",
|
|
676
|
+
chainId: "43114",
|
|
677
|
+
decimals: 18,
|
|
678
|
+
identifier: "AVAX.GURS-0X223A368AD0E7396165FC629976D77596A51F155C",
|
|
679
|
+
logoURI:
|
|
680
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.gurs-0x223a368ad0e7396165fc629976d77596a51f155c.png",
|
|
681
|
+
ticker: "GURS",
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
address: "0x223a368Ad0E7396165FC629976d77596a51F155C",
|
|
685
|
+
chain: "AVAX",
|
|
686
|
+
chainId: "43114",
|
|
687
|
+
decimals: 18,
|
|
688
|
+
identifier: "AVAX.GURS-0X223A368AD0E7396165FC629976D77596A51F155C",
|
|
689
|
+
logoURI:
|
|
690
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.gurs-0x223a368ad0e7396165fc629976d77596a51f155c.png",
|
|
691
|
+
ticker: "GURS",
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
address: "0x449Aee3A086E826380957FB9650dB2EDEF5ED25e",
|
|
695
|
+
chain: "AVAX",
|
|
696
|
+
chainId: "43114",
|
|
697
|
+
decimals: 18,
|
|
698
|
+
identifier: "AVAX.HH-0X449AEE3A086E826380957FB9650DB2EDEF5ED25E",
|
|
699
|
+
logoURI:
|
|
700
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.hh-0x449aee3a086e826380957fb9650db2edef5ed25e.png",
|
|
701
|
+
ticker: "HH",
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
address: "0x449Aee3A086E826380957FB9650dB2EDEF5ED25e",
|
|
705
|
+
chain: "AVAX",
|
|
706
|
+
chainId: "43114",
|
|
707
|
+
decimals: 18,
|
|
708
|
+
identifier: "AVAX.HH-0X449AEE3A086E826380957FB9650DB2EDEF5ED25E",
|
|
709
|
+
logoURI:
|
|
710
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.hh-0x449aee3a086e826380957fb9650db2edef5ed25e.png",
|
|
711
|
+
ticker: "HH",
|
|
712
|
+
},
|
|
703
713
|
{
|
|
704
714
|
address: "0xb014430ec5a7B56224e40850f2afBE10A5bd685d",
|
|
705
715
|
chain: "AVAX",
|
|
@@ -800,26 +810,6 @@ export const list = {
|
|
|
800
810
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.link.e-0x5947bb275c521040051d82396192181b413227a3.png",
|
|
801
811
|
ticker: "LINK.E",
|
|
802
812
|
},
|
|
803
|
-
{
|
|
804
|
-
address: "0x6B6c18fb6C11Bc7877F1b061e638640faB4bC898",
|
|
805
|
-
chain: "AVAX",
|
|
806
|
-
chainId: "43114",
|
|
807
|
-
decimals: 8,
|
|
808
|
-
identifier: "AVAX.MILK-0X6B6C18FB6C11BC7877F1B061E638640FAB4BC898",
|
|
809
|
-
logoURI:
|
|
810
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.milk-0x6b6c18fb6c11bc7877f1b061e638640fab4bc898.png",
|
|
811
|
-
ticker: "MILK",
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
address: "0x6B6c18fb6C11Bc7877F1b061e638640faB4bC898",
|
|
815
|
-
chain: "AVAX",
|
|
816
|
-
chainId: "43114",
|
|
817
|
-
decimals: 8,
|
|
818
|
-
identifier: "AVAX.MILK-0X6B6C18FB6C11BC7877F1B061E638640FAB4BC898",
|
|
819
|
-
logoURI:
|
|
820
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.milk-0x6b6c18fb6c11bc7877f1b061e638640fab4bc898.png",
|
|
821
|
-
ticker: "MILK",
|
|
822
|
-
},
|
|
823
813
|
{
|
|
824
814
|
address: "0x130966628846BFd36ff31a822705796e8cb8C18D",
|
|
825
815
|
chain: "AVAX",
|
|
@@ -860,6 +850,26 @@ export const list = {
|
|
|
860
850
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.nochill-0xacfb898cff266e53278cc0124fc2c7c94c8cb9a5.png",
|
|
861
851
|
ticker: "NOCHILL",
|
|
862
852
|
},
|
|
853
|
+
{
|
|
854
|
+
address: "0x7a842193D291840FC38B45f991c5B8cC908f8A7C",
|
|
855
|
+
chain: "AVAX",
|
|
856
|
+
chainId: "43114",
|
|
857
|
+
decimals: 18,
|
|
858
|
+
identifier: "AVAX.PLSR-0X7A842193D291840FC38B45F991C5B8CC908F8A7C",
|
|
859
|
+
logoURI:
|
|
860
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.plsr-0x7a842193d291840fc38b45f991c5b8cc908f8a7c.png",
|
|
861
|
+
ticker: "PLSR",
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
address: "0x7a842193D291840FC38B45f991c5B8cC908f8A7C",
|
|
865
|
+
chain: "AVAX",
|
|
866
|
+
chainId: "43114",
|
|
867
|
+
decimals: 18,
|
|
868
|
+
identifier: "AVAX.PLSR-0X7A842193D291840FC38B45F991C5B8CC908F8A7C",
|
|
869
|
+
logoURI:
|
|
870
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.plsr-0x7a842193d291840fc38b45f991c5b8cc908f8a7c.png",
|
|
871
|
+
ticker: "PLSR",
|
|
872
|
+
},
|
|
863
873
|
{
|
|
864
874
|
address: "0x33C8036E99082B0C395374832FECF70c42C7F298",
|
|
865
875
|
chain: "AVAX",
|
|
@@ -901,24 +911,24 @@ export const list = {
|
|
|
901
911
|
ticker: "QI",
|
|
902
912
|
},
|
|
903
913
|
{
|
|
904
|
-
address: "
|
|
914
|
+
address: "0xAFc1D137a8F0764833d2E74eFb2F0b171BC2cd87",
|
|
905
915
|
chain: "AVAX",
|
|
906
916
|
chainId: "43114",
|
|
907
917
|
decimals: 18,
|
|
908
|
-
identifier: "AVAX.
|
|
918
|
+
identifier: "AVAX.REDWOLF-0XAFC1D137A8F0764833D2E74EFB2F0B171BC2CD87",
|
|
909
919
|
logoURI:
|
|
910
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
911
|
-
ticker: "
|
|
920
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.redwolf-0xafc1d137a8f0764833d2e74efb2f0b171bc2cd87.png",
|
|
921
|
+
ticker: "REDWOLF",
|
|
912
922
|
},
|
|
913
923
|
{
|
|
914
|
-
address: "
|
|
924
|
+
address: "0xAFc1D137a8F0764833d2E74eFb2F0b171BC2cd87",
|
|
915
925
|
chain: "AVAX",
|
|
916
926
|
chainId: "43114",
|
|
917
927
|
decimals: 18,
|
|
918
|
-
identifier: "AVAX.
|
|
928
|
+
identifier: "AVAX.REDWOLF-0XAFC1D137A8F0764833D2E74EFB2F0B171BC2CD87",
|
|
919
929
|
logoURI:
|
|
920
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
921
|
-
ticker: "
|
|
930
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.redwolf-0xafc1d137a8f0764833d2e74efb2f0b171bc2cd87.png",
|
|
931
|
+
ticker: "REDWOLF",
|
|
922
932
|
},
|
|
923
933
|
{
|
|
924
934
|
address: "0xDf788AD40181894dA035B827cDF55C523bf52F67",
|
|
@@ -960,6 +970,26 @@ export const list = {
|
|
|
960
970
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.savax-0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be.png",
|
|
961
971
|
ticker: "SAVAX",
|
|
962
972
|
},
|
|
973
|
+
{
|
|
974
|
+
address: "0x06d47F3fb376649c3A9Dafe069B3D6E35572219E",
|
|
975
|
+
chain: "AVAX",
|
|
976
|
+
chainId: "43114",
|
|
977
|
+
decimals: 18,
|
|
978
|
+
identifier: "AVAX.SAVUSD-0X06D47F3FB376649C3A9DAFE069B3D6E35572219E",
|
|
979
|
+
logoURI:
|
|
980
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.savusd-0x06d47f3fb376649c3a9dafe069b3d6e35572219e.png",
|
|
981
|
+
ticker: "SAVUSD",
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
address: "0x06d47F3fb376649c3A9Dafe069B3D6E35572219E",
|
|
985
|
+
chain: "AVAX",
|
|
986
|
+
chainId: "43114",
|
|
987
|
+
decimals: 18,
|
|
988
|
+
identifier: "AVAX.SAVUSD-0X06D47F3FB376649C3A9DAFE069B3D6E35572219E",
|
|
989
|
+
logoURI:
|
|
990
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.savusd-0x06d47f3fb376649c3a9dafe069b3d6e35572219e.png",
|
|
991
|
+
ticker: "SAVUSD",
|
|
992
|
+
},
|
|
963
993
|
{
|
|
964
994
|
address: "0xd402298a793948698b9a63311404FBBEe944eAfD",
|
|
965
995
|
chain: "AVAX",
|
|
@@ -1021,44 +1051,44 @@ export const list = {
|
|
|
1021
1051
|
ticker: "SOLVBTC",
|
|
1022
1052
|
},
|
|
1023
1053
|
{
|
|
1024
|
-
address: "
|
|
1054
|
+
address: "0x3c780F5cBF94De3EFCec964Af928D08c4508EeBE",
|
|
1025
1055
|
chain: "AVAX",
|
|
1026
1056
|
chainId: "43114",
|
|
1027
1057
|
decimals: 18,
|
|
1028
|
-
identifier: "AVAX.
|
|
1058
|
+
identifier: "AVAX.SPACEM-0X3C780F5CBF94DE3EFCEC964AF928D08C4508EEBE",
|
|
1029
1059
|
logoURI:
|
|
1030
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1031
|
-
ticker: "
|
|
1060
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.spacem-0x3c780f5cbf94de3efcec964af928d08c4508eebe.png",
|
|
1061
|
+
ticker: "SPACEM",
|
|
1032
1062
|
},
|
|
1033
1063
|
{
|
|
1034
|
-
address: "
|
|
1064
|
+
address: "0x3c780F5cBF94De3EFCec964Af928D08c4508EeBE",
|
|
1035
1065
|
chain: "AVAX",
|
|
1036
1066
|
chainId: "43114",
|
|
1037
1067
|
decimals: 18,
|
|
1038
|
-
identifier: "AVAX.
|
|
1068
|
+
identifier: "AVAX.SPACEM-0X3C780F5CBF94DE3EFCEC964AF928D08C4508EEBE",
|
|
1039
1069
|
logoURI:
|
|
1040
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1041
|
-
ticker: "
|
|
1070
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.spacem-0x3c780f5cbf94de3efcec964af928d08c4508eebe.png",
|
|
1071
|
+
ticker: "SPACEM",
|
|
1042
1072
|
},
|
|
1043
1073
|
{
|
|
1044
|
-
address: "
|
|
1074
|
+
address: "0x5Ac04b69bDE6f67C0bd5D6bA6fD5D816548b066a",
|
|
1045
1075
|
chain: "AVAX",
|
|
1046
1076
|
chainId: "43114",
|
|
1047
1077
|
decimals: 18,
|
|
1048
|
-
identifier: "AVAX.
|
|
1078
|
+
identifier: "AVAX.TECH-0X5AC04B69BDE6F67C0BD5D6BA6FD5D816548B066A",
|
|
1049
1079
|
logoURI:
|
|
1050
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1051
|
-
ticker: "
|
|
1080
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.tech-0x5ac04b69bde6f67c0bd5d6ba6fd5d816548b066a.png",
|
|
1081
|
+
ticker: "TECH",
|
|
1052
1082
|
},
|
|
1053
1083
|
{
|
|
1054
|
-
address: "
|
|
1084
|
+
address: "0x5Ac04b69bDE6f67C0bd5D6bA6fD5D816548b066a",
|
|
1055
1085
|
chain: "AVAX",
|
|
1056
1086
|
chainId: "43114",
|
|
1057
1087
|
decimals: 18,
|
|
1058
|
-
identifier: "AVAX.
|
|
1088
|
+
identifier: "AVAX.TECH-0X5AC04B69BDE6F67C0BD5D6BA6FD5D816548B066A",
|
|
1059
1089
|
logoURI:
|
|
1060
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1061
|
-
ticker: "
|
|
1090
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.tech-0x5ac04b69bde6f67c0bd5d6ba6fd5d816548b066a.png",
|
|
1091
|
+
ticker: "TECH",
|
|
1062
1092
|
},
|
|
1063
1093
|
{
|
|
1064
1094
|
address: "0xA80F36BA18c7f721F3F7ACDbcDEfd3a86869A036",
|
|
@@ -1181,44 +1211,44 @@ export const list = {
|
|
|
1181
1211
|
ticker: "USDV",
|
|
1182
1212
|
},
|
|
1183
1213
|
{
|
|
1184
|
-
address: "
|
|
1214
|
+
address: "0x1c7c53aa86B49A28C627B6450091998e447A42f9",
|
|
1185
1215
|
chain: "AVAX",
|
|
1186
1216
|
chainId: "43114",
|
|
1187
1217
|
decimals: 18,
|
|
1188
|
-
identifier: "AVAX.
|
|
1218
|
+
identifier: "AVAX.VELAI-0X1C7C53AA86B49A28C627B6450091998E447A42F9",
|
|
1189
1219
|
logoURI:
|
|
1190
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1191
|
-
ticker: "
|
|
1220
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.velai-0x1c7c53aa86b49a28c627b6450091998e447a42f9.png",
|
|
1221
|
+
ticker: "VELAI",
|
|
1192
1222
|
},
|
|
1193
1223
|
{
|
|
1194
|
-
address: "
|
|
1224
|
+
address: "0x1c7c53aa86B49A28C627B6450091998e447A42f9",
|
|
1195
1225
|
chain: "AVAX",
|
|
1196
1226
|
chainId: "43114",
|
|
1197
1227
|
decimals: 18,
|
|
1198
|
-
identifier: "AVAX.
|
|
1228
|
+
identifier: "AVAX.VELAI-0X1C7C53AA86B49A28C627B6450091998E447A42F9",
|
|
1199
1229
|
logoURI:
|
|
1200
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1201
|
-
ticker: "
|
|
1230
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.velai-0x1c7c53aa86b49a28c627b6450091998e447a42f9.png",
|
|
1231
|
+
ticker: "VELAI",
|
|
1202
1232
|
},
|
|
1203
1233
|
{
|
|
1204
|
-
address: "
|
|
1234
|
+
address: "0x77776aB9495729E0939E9bADAf7E7c3312777777",
|
|
1205
1235
|
chain: "AVAX",
|
|
1206
1236
|
chainId: "43114",
|
|
1207
1237
|
decimals: 18,
|
|
1208
|
-
identifier: "AVAX.
|
|
1238
|
+
identifier: "AVAX.WABBIT-0X77776AB9495729E0939E9BADAF7E7C3312777777",
|
|
1209
1239
|
logoURI:
|
|
1210
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1211
|
-
ticker: "
|
|
1240
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.wabbit-0x77776ab9495729e0939e9badaf7e7c3312777777.png",
|
|
1241
|
+
ticker: "WABBIT",
|
|
1212
1242
|
},
|
|
1213
1243
|
{
|
|
1214
|
-
address: "
|
|
1244
|
+
address: "0x77776aB9495729E0939E9bADAf7E7c3312777777",
|
|
1215
1245
|
chain: "AVAX",
|
|
1216
1246
|
chainId: "43114",
|
|
1217
1247
|
decimals: 18,
|
|
1218
|
-
identifier: "AVAX.
|
|
1248
|
+
identifier: "AVAX.WABBIT-0X77776AB9495729E0939E9BADAF7E7C3312777777",
|
|
1219
1249
|
logoURI:
|
|
1220
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1221
|
-
ticker: "
|
|
1250
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.wabbit-0x77776ab9495729e0939e9badaf7e7c3312777777.png",
|
|
1251
|
+
ticker: "WABBIT",
|
|
1222
1252
|
},
|
|
1223
1253
|
{
|
|
1224
1254
|
address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
|
|
@@ -1300,6 +1330,26 @@ export const list = {
|
|
|
1300
1330
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.weth.e-0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab.png",
|
|
1301
1331
|
ticker: "WETH.E",
|
|
1302
1332
|
},
|
|
1333
|
+
{
|
|
1334
|
+
address: "0x4F94b8AEF08c92fEfe416af073F1Df1E284438EC",
|
|
1335
|
+
chain: "AVAX",
|
|
1336
|
+
chainId: "43114",
|
|
1337
|
+
decimals: 18,
|
|
1338
|
+
identifier: "AVAX.WOLF-0X4F94B8AEF08C92FEFE416AF073F1DF1E284438EC",
|
|
1339
|
+
logoURI:
|
|
1340
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.wolf-0x4f94b8aef08c92fefe416af073f1df1e284438ec.png",
|
|
1341
|
+
ticker: "WOLF",
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
address: "0x4F94b8AEF08c92fEfe416af073F1Df1E284438EC",
|
|
1345
|
+
chain: "AVAX",
|
|
1346
|
+
chainId: "43114",
|
|
1347
|
+
decimals: 18,
|
|
1348
|
+
identifier: "AVAX.WOLF-0X4F94B8AEF08C92FEFE416AF073F1DF1E284438EC",
|
|
1349
|
+
logoURI:
|
|
1350
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.wolf-0x4f94b8aef08c92fefe416af073f1df1e284438ec.png",
|
|
1351
|
+
ticker: "WOLF",
|
|
1352
|
+
},
|
|
1303
1353
|
{
|
|
1304
1354
|
address: "0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4",
|
|
1305
1355
|
chain: "AVAX",
|