@swapkit/tokens 2.2.1 → 2.2.2
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 -15
- package/package.json +1 -1
- package/src/tokenLists/camelot_v3.ts +112 -12
- package/src/tokenLists/caviar_v1.ts +32 -12
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/index.ts +0 -1
- package/src/tokenLists/jupiter.ts +1202 -32
- package/src/tokenLists/mayachain.ts +2 -10
- package/src/tokenLists/oneinch.ts +50 -620
- package/src/tokenLists/pangolin_v1.ts +11 -11
- package/src/tokenLists/sushiswap_v2.ts +2 -42
- package/src/tokenLists/thorchain.ts +32 -92
- package/src/tokenLists/traderjoe_v2.ts +214 -224
- package/src/tokenLists/uniswap_v2.ts +134 -84
- package/src/tokenLists/uniswap_v3.ts +88 -78
- package/src/tokenLists/kado.ts +0 -518
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "TRADERJOE_V2",
|
|
3
3
|
name: "TRADERJOE_V2",
|
|
4
|
-
timestamp: "2025-01-
|
|
4
|
+
timestamp: "2025-01-22T13:31:19.732Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: [],
|
|
11
|
-
count:
|
|
11
|
+
count: 137,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0x912CE59144191C1204E64559FE8253a0e49E6548",
|
|
@@ -21,24 +21,24 @@ export const list = {
|
|
|
21
21
|
ticker: "ARB",
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
address: "
|
|
24
|
+
address: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
|
|
25
25
|
chain: "ARB",
|
|
26
26
|
chainId: "42161",
|
|
27
|
-
decimals:
|
|
28
|
-
identifier: "ARB.
|
|
27
|
+
decimals: 18,
|
|
28
|
+
identifier: "ARB.DAI-0XDA10009CBD5D07DD0CECC66161FC93D7C9000DA1",
|
|
29
29
|
logoURI:
|
|
30
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
31
|
-
ticker: "
|
|
30
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
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: "0x2416092f143378750bb29b79eD961ab195CcEea5",
|
|
@@ -50,6 +50,16 @@ export const list = {
|
|
|
50
50
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.ezeth-0x2416092f143378750bb29b79ed961ab195cceea5.png",
|
|
51
51
|
ticker: "EZETH",
|
|
52
52
|
},
|
|
53
|
+
{
|
|
54
|
+
address: "0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A",
|
|
55
|
+
chain: "ARB",
|
|
56
|
+
chainId: "42161",
|
|
57
|
+
decimals: 6,
|
|
58
|
+
identifier: "ARB.FUSDC-0X4CFA50B7CE747E2D61724FCAC57F24B748FF2B2A",
|
|
59
|
+
logoURI:
|
|
60
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.fusdc-0x4cfa50b7ce747e2d61724fcac57f24b748ff2b2a.png",
|
|
61
|
+
ticker: "FUSDC",
|
|
62
|
+
},
|
|
53
63
|
{
|
|
54
64
|
address: "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a",
|
|
55
65
|
chain: "ARB",
|
|
@@ -71,24 +81,14 @@ export const list = {
|
|
|
71
81
|
ticker: "JOE",
|
|
72
82
|
},
|
|
73
83
|
{
|
|
74
|
-
address: "
|
|
75
|
-
chain: "ARB",
|
|
76
|
-
chainId: "42161",
|
|
77
|
-
decimals: 18,
|
|
78
|
-
identifier: "ARB.MAGIC-0X539BDE0D7DBD336B79148AA742883198BBF60342",
|
|
79
|
-
logoURI:
|
|
80
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.magic-0x539bde0d7dbd336b79148aa742883198bbf60342.png",
|
|
81
|
-
ticker: "MAGIC",
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
address: "0xDCbf4CB83d27C408B30dD7F39bfcabD7176B1Ba3",
|
|
84
|
+
address: "0xf97f4df75117a78c1A5a0DBb814Af92458539FB4",
|
|
85
85
|
chain: "ARB",
|
|
86
86
|
chainId: "42161",
|
|
87
87
|
decimals: 18,
|
|
88
|
-
identifier: "ARB.
|
|
88
|
+
identifier: "ARB.LINK-0XF97F4DF75117A78C1A5A0DBB814AF92458539FB4",
|
|
89
89
|
logoURI:
|
|
90
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
91
|
-
ticker: "
|
|
90
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.link-0xf97f4df75117a78c1a5a0dbb814af92458539fb4.png",
|
|
91
|
+
ticker: "LINK",
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
address: "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8",
|
|
@@ -100,16 +100,6 @@ export const list = {
|
|
|
100
100
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.pendle-0x0c880f6761f1af8d9aa9c466984b80dab9a8c9e8.png",
|
|
101
101
|
ticker: "PENDLE",
|
|
102
102
|
},
|
|
103
|
-
{
|
|
104
|
-
address: "0x2bcC6D6CdBbDC0a4071e48bb3B969b06B3330c07",
|
|
105
|
-
chain: "ARB",
|
|
106
|
-
chainId: "42161",
|
|
107
|
-
decimals: 9,
|
|
108
|
-
identifier: "ARB.SOL-0X2BCC6D6CDBBDC0A4071E48BB3B969B06B3330C07",
|
|
109
|
-
logoURI:
|
|
110
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.sol-0x2bcc6d6cdbbdc0a4071e48bb3b969b06b3330c07.png",
|
|
111
|
-
ticker: "SOL",
|
|
112
|
-
},
|
|
113
103
|
{
|
|
114
104
|
address: "0x6694340fc020c5E6B96567843da2df01b2CE1eb6",
|
|
115
105
|
chain: "ARB",
|
|
@@ -120,16 +110,6 @@ export const list = {
|
|
|
120
110
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.stg-0x6694340fc020c5e6b96567843da2df01b2ce1eb6.png",
|
|
121
111
|
ticker: "STG",
|
|
122
112
|
},
|
|
123
|
-
{
|
|
124
|
-
address: "0xbc011A12Da28e8F0f528d9eE5E7039E22F91cf18",
|
|
125
|
-
chain: "ARB",
|
|
126
|
-
chainId: "42161",
|
|
127
|
-
decimals: 18,
|
|
128
|
-
identifier: "ARB.SWETH-0XBC011A12DA28E8F0F528D9EE5E7039E22F91CF18",
|
|
129
|
-
logoURI:
|
|
130
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.sweth-0xbc011a12da28e8f0f528d9ee5e7039e22f91cf18.png",
|
|
131
|
-
ticker: "SWETH",
|
|
132
|
-
},
|
|
133
113
|
{
|
|
134
114
|
address: "0xD56734d7f9979dD94FAE3d67C7e928234e71cD4C",
|
|
135
115
|
chain: "ARB",
|
|
@@ -340,26 +320,6 @@ export const list = {
|
|
|
340
320
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.ami-0xc139aa91399600f6b72975ac3317b6d49cb30a69.png",
|
|
341
321
|
ticker: "AMI",
|
|
342
322
|
},
|
|
343
|
-
{
|
|
344
|
-
address: "0x11FC0024cd61A3aE6b270173086CcBB86ddB393E",
|
|
345
|
-
chain: "AVAX",
|
|
346
|
-
chainId: "43114",
|
|
347
|
-
decimals: 18,
|
|
348
|
-
identifier: "AVAX.AQUID-0X11FC0024CD61A3AE6B270173086CCBB86DDB393E",
|
|
349
|
-
logoURI:
|
|
350
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.aquid-0x11fc0024cd61a3ae6b270173086ccbb86ddb393e.png",
|
|
351
|
-
ticker: "AQUID",
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
address: "0x11FC0024cd61A3aE6b270173086CcBB86ddB393E",
|
|
355
|
-
chain: "AVAX",
|
|
356
|
-
chainId: "43114",
|
|
357
|
-
decimals: 18,
|
|
358
|
-
identifier: "AVAX.AQUID-0X11FC0024CD61A3AE6B270173086CCBB86DDB393E",
|
|
359
|
-
logoURI:
|
|
360
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.aquid-0x11fc0024cd61a3ae6b270173086ccbb86ddb393e.png",
|
|
361
|
-
ticker: "AQUID",
|
|
362
|
-
},
|
|
363
323
|
{
|
|
364
324
|
address: "0xB8d7710f7d8349A506b75dD184F05777c82dAd0C",
|
|
365
325
|
chain: "AVAX",
|
|
@@ -380,26 +340,6 @@ export const list = {
|
|
|
380
340
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.arena-0xb8d7710f7d8349a506b75dd184f05777c82dad0c.png",
|
|
381
341
|
ticker: "ARENA",
|
|
382
342
|
},
|
|
383
|
-
{
|
|
384
|
-
address: "0x5c5e384Bd4e36724B2562cCAA582aFd125277C9B",
|
|
385
|
-
chain: "AVAX",
|
|
386
|
-
chainId: "43114",
|
|
387
|
-
decimals: 18,
|
|
388
|
-
identifier: "AVAX.ARROW-0X5C5E384BD4E36724B2562CCAA582AFD125277C9B",
|
|
389
|
-
logoURI:
|
|
390
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.arrow-0x5c5e384bd4e36724b2562ccaa582afd125277c9b.png",
|
|
391
|
-
ticker: "ARROW",
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
address: "0x5c5e384Bd4e36724B2562cCAA582aFd125277C9B",
|
|
395
|
-
chain: "AVAX",
|
|
396
|
-
chainId: "43114",
|
|
397
|
-
decimals: 18,
|
|
398
|
-
identifier: "AVAX.ARROW-0X5C5E384BD4E36724B2562CCAA582AFD125277C9B",
|
|
399
|
-
logoURI:
|
|
400
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.arrow-0x5c5e384bd4e36724b2562ccaa582afd125277c9b.png",
|
|
401
|
-
ticker: "ARROW",
|
|
402
|
-
},
|
|
403
343
|
{
|
|
404
344
|
address: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
405
345
|
chain: "AVAX",
|
|
@@ -461,44 +401,64 @@ export const list = {
|
|
|
461
401
|
ticker: "AUX",
|
|
462
402
|
},
|
|
463
403
|
{
|
|
464
|
-
address: "
|
|
404
|
+
address: "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
|
|
465
405
|
chain: "AVAX",
|
|
466
406
|
chainId: "43114",
|
|
467
|
-
decimals:
|
|
468
|
-
identifier: "AVAX.
|
|
407
|
+
decimals: 18,
|
|
408
|
+
identifier: "AVAX.BEAM-0X62D0A8458ED7719FDAF978FE5929C6D342B0BFCE",
|
|
469
409
|
logoURI:
|
|
470
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
471
|
-
ticker: "
|
|
410
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",
|
|
411
|
+
ticker: "BEAM",
|
|
472
412
|
},
|
|
473
413
|
{
|
|
474
|
-
address: "
|
|
414
|
+
address: "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
|
|
475
415
|
chain: "AVAX",
|
|
476
416
|
chainId: "43114",
|
|
477
|
-
decimals:
|
|
478
|
-
identifier: "AVAX.
|
|
417
|
+
decimals: 18,
|
|
418
|
+
identifier: "AVAX.BEAM-0X62D0A8458ED7719FDAF978FE5929C6D342B0BFCE",
|
|
479
419
|
logoURI:
|
|
480
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
481
|
-
ticker: "
|
|
420
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",
|
|
421
|
+
ticker: "BEAM",
|
|
482
422
|
},
|
|
483
423
|
{
|
|
484
|
-
address: "
|
|
424
|
+
address: "0xCA30c93B02514f86d5C86a6e375E3A330B435Fb5",
|
|
485
425
|
chain: "AVAX",
|
|
486
426
|
chainId: "43114",
|
|
487
427
|
decimals: 18,
|
|
488
|
-
identifier: "AVAX.
|
|
428
|
+
identifier: "AVAX.BIB01-0XCA30C93B02514F86D5C86A6E375E3A330B435FB5",
|
|
489
429
|
logoURI:
|
|
490
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
491
|
-
ticker: "
|
|
430
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.bib01-0xca30c93b02514f86d5c86a6e375e3a330b435fb5.png",
|
|
431
|
+
ticker: "BIB01",
|
|
492
432
|
},
|
|
493
433
|
{
|
|
494
|
-
address: "
|
|
434
|
+
address: "0xCA30c93B02514f86d5C86a6e375E3A330B435Fb5",
|
|
495
435
|
chain: "AVAX",
|
|
496
436
|
chainId: "43114",
|
|
497
437
|
decimals: 18,
|
|
498
|
-
identifier: "AVAX.
|
|
438
|
+
identifier: "AVAX.BIB01-0XCA30C93B02514F86D5C86A6E375E3A330B435FB5",
|
|
499
439
|
logoURI:
|
|
500
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
501
|
-
ticker: "
|
|
440
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.bib01-0xca30c93b02514f86d5c86a6e375e3a330b435fb5.png",
|
|
441
|
+
ticker: "BIB01",
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
address: "0xdBDd50997361522495EcFE57EBb6850dA0E4C699",
|
|
445
|
+
chain: "AVAX",
|
|
446
|
+
chainId: "43114",
|
|
447
|
+
decimals: 18,
|
|
448
|
+
identifier: "AVAX.BNUSD-0XDBDD50997361522495ECFE57EBB6850DA0E4C699",
|
|
449
|
+
logoURI:
|
|
450
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.bnusd-0xdbdd50997361522495ecfe57ebb6850da0e4c699.png",
|
|
451
|
+
ticker: "BNUSD",
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
address: "0xdBDd50997361522495EcFE57EBb6850dA0E4C699",
|
|
455
|
+
chain: "AVAX",
|
|
456
|
+
chainId: "43114",
|
|
457
|
+
decimals: 18,
|
|
458
|
+
identifier: "AVAX.BNUSD-0XDBDD50997361522495ECFE57EBB6850DA0E4C699",
|
|
459
|
+
logoURI:
|
|
460
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.bnusd-0xdbdd50997361522495ecfe57ebb6850da0e4c699.png",
|
|
461
|
+
ticker: "BNUSD",
|
|
502
462
|
},
|
|
503
463
|
{
|
|
504
464
|
address: "0xC07C98a93591504584738e4569928DDb3b9f12A7",
|
|
@@ -525,30 +485,40 @@ export const list = {
|
|
|
525
485
|
chain: "AVAX",
|
|
526
486
|
chainId: "43114",
|
|
527
487
|
decimals: 8,
|
|
528
|
-
identifier: "AVAX.BTC.
|
|
488
|
+
identifier: "AVAX.BTC.B-0X152B9D0FDC40C096757F570A51E494BD4B943E50",
|
|
489
|
+
logoURI:
|
|
490
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.btc.b-0x152b9d0fdc40c096757f570a51e494bd4b943e50.png",
|
|
491
|
+
ticker: "BTC.B",
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
address: "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
|
|
495
|
+
chain: "AVAX",
|
|
496
|
+
chainId: "43114",
|
|
497
|
+
decimals: 8,
|
|
498
|
+
identifier: "AVAX.BTC.B-0X152B9D0FDC40C096757F570A51E494BD4B943E50",
|
|
529
499
|
logoURI:
|
|
530
500
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.btc.b-0x152b9d0fdc40c096757f570a51e494bd4b943e50.png",
|
|
531
501
|
ticker: "BTC.B",
|
|
532
502
|
},
|
|
533
503
|
{
|
|
534
|
-
address: "
|
|
504
|
+
address: "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39",
|
|
535
505
|
chain: "AVAX",
|
|
536
506
|
chainId: "43114",
|
|
537
507
|
decimals: 18,
|
|
538
|
-
identifier: "AVAX.
|
|
508
|
+
identifier: "AVAX.BUSD-0X9C9E5FD8BBC25984B178FDCE6117DEFA39D2DB39",
|
|
539
509
|
logoURI:
|
|
540
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
541
|
-
ticker: "
|
|
510
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.busd-0x9c9e5fd8bbc25984b178fdce6117defa39d2db39.png",
|
|
511
|
+
ticker: "BUSD",
|
|
542
512
|
},
|
|
543
513
|
{
|
|
544
|
-
address: "
|
|
514
|
+
address: "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39",
|
|
545
515
|
chain: "AVAX",
|
|
546
516
|
chainId: "43114",
|
|
547
517
|
decimals: 18,
|
|
548
|
-
identifier: "AVAX.
|
|
518
|
+
identifier: "AVAX.BUSD-0X9C9E5FD8BBC25984B178FDCE6117DEFA39D2DB39",
|
|
549
519
|
logoURI:
|
|
550
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
551
|
-
ticker: "
|
|
520
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.busd-0x9c9e5fd8bbc25984b178fdce6117defa39d2db39.png",
|
|
521
|
+
ticker: "BUSD",
|
|
552
522
|
},
|
|
553
523
|
{
|
|
554
524
|
address: "0x420FcA0121DC28039145009570975747295f2329",
|
|
@@ -650,26 +620,6 @@ export const list = {
|
|
|
650
620
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.deusd-0xb57b25851fe2311cc3fe511c8f10e868932e0680.png",
|
|
651
621
|
ticker: "DEUSD",
|
|
652
622
|
},
|
|
653
|
-
{
|
|
654
|
-
address: "0xFc6Da929c031162841370af240dEc19099861d3B",
|
|
655
|
-
chain: "AVAX",
|
|
656
|
-
chainId: "43114",
|
|
657
|
-
decimals: 18,
|
|
658
|
-
identifier: "AVAX.DOMI-0XFC6DA929C031162841370AF240DEC19099861D3B",
|
|
659
|
-
logoURI:
|
|
660
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.domi-0xfc6da929c031162841370af240dec19099861d3b.png",
|
|
661
|
-
ticker: "DOMI",
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
address: "0xFc6Da929c031162841370af240dEc19099861d3B",
|
|
665
|
-
chain: "AVAX",
|
|
666
|
-
chainId: "43114",
|
|
667
|
-
decimals: 18,
|
|
668
|
-
identifier: "AVAX.DOMI-0XFC6DA929C031162841370AF240DEC19099861D3B",
|
|
669
|
-
logoURI:
|
|
670
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.domi-0xfc6da929c031162841370af240dec19099861d3b.png",
|
|
671
|
-
ticker: "DOMI",
|
|
672
|
-
},
|
|
673
623
|
{
|
|
674
624
|
address: "0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD",
|
|
675
625
|
chain: "AVAX",
|
|
@@ -710,26 +660,6 @@ export const list = {
|
|
|
710
660
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.frax-0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da64.png",
|
|
711
661
|
ticker: "FRAX",
|
|
712
662
|
},
|
|
713
|
-
{
|
|
714
|
-
address: "0x214DB107654fF987AD859F34125307783fC8e387",
|
|
715
|
-
chain: "AVAX",
|
|
716
|
-
chainId: "43114",
|
|
717
|
-
decimals: 18,
|
|
718
|
-
identifier: "AVAX.FXS-0X214DB107654FF987AD859F34125307783FC8E387",
|
|
719
|
-
logoURI:
|
|
720
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.fxs-0x214db107654ff987ad859f34125307783fc8e387.png",
|
|
721
|
-
ticker: "FXS",
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
address: "0x214DB107654fF987AD859F34125307783fC8e387",
|
|
725
|
-
chain: "AVAX",
|
|
726
|
-
chainId: "43114",
|
|
727
|
-
decimals: 18,
|
|
728
|
-
identifier: "AVAX.FXS-0X214DB107654FF987AD859F34125307783FC8E387",
|
|
729
|
-
logoURI:
|
|
730
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.fxs-0x214db107654ff987ad859f34125307783fc8e387.png",
|
|
731
|
-
ticker: "FXS",
|
|
732
|
-
},
|
|
733
663
|
{
|
|
734
664
|
address: "0xA25EaF2906FA1a3a13EdAc9B9657108Af7B703e3",
|
|
735
665
|
chain: "AVAX",
|
|
@@ -771,44 +701,44 @@ export const list = {
|
|
|
771
701
|
ticker: "GGP",
|
|
772
702
|
},
|
|
773
703
|
{
|
|
774
|
-
address: "
|
|
704
|
+
address: "0xb014430ec5a7B56224e40850f2afBE10A5bd685d",
|
|
775
705
|
chain: "AVAX",
|
|
776
706
|
chainId: "43114",
|
|
777
707
|
decimals: 18,
|
|
778
|
-
identifier: "AVAX.
|
|
708
|
+
identifier: "AVAX.HP-0XB014430EC5A7B56224E40850F2AFBE10A5BD685D",
|
|
779
709
|
logoURI:
|
|
780
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
781
|
-
ticker: "
|
|
710
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.hp-0xb014430ec5a7b56224e40850f2afbe10a5bd685d.png",
|
|
711
|
+
ticker: "HP",
|
|
782
712
|
},
|
|
783
713
|
{
|
|
784
|
-
address: "
|
|
714
|
+
address: "0xb014430ec5a7B56224e40850f2afBE10A5bd685d",
|
|
785
715
|
chain: "AVAX",
|
|
786
716
|
chainId: "43114",
|
|
787
717
|
decimals: 18,
|
|
788
|
-
identifier: "AVAX.
|
|
718
|
+
identifier: "AVAX.HP-0XB014430EC5A7B56224E40850F2AFBE10A5BD685D",
|
|
789
719
|
logoURI:
|
|
790
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
791
|
-
ticker: "
|
|
720
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.hp-0xb014430ec5a7b56224e40850f2afbe10a5bd685d.png",
|
|
721
|
+
ticker: "HP",
|
|
792
722
|
},
|
|
793
723
|
{
|
|
794
|
-
address: "
|
|
724
|
+
address: "0x65378b697853568dA9ff8EaB60C13E1Ee9f4a654",
|
|
795
725
|
chain: "AVAX",
|
|
796
726
|
chainId: "43114",
|
|
797
727
|
decimals: 18,
|
|
798
|
-
identifier: "AVAX.
|
|
728
|
+
identifier: "AVAX.HUSKY-0X65378B697853568DA9FF8EAB60C13E1EE9F4A654",
|
|
799
729
|
logoURI:
|
|
800
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
801
|
-
ticker: "
|
|
730
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.husky-0x65378b697853568da9ff8eab60c13e1ee9f4a654.png",
|
|
731
|
+
ticker: "HUSKY",
|
|
802
732
|
},
|
|
803
733
|
{
|
|
804
|
-
address: "
|
|
734
|
+
address: "0x65378b697853568dA9ff8EaB60C13E1Ee9f4a654",
|
|
805
735
|
chain: "AVAX",
|
|
806
736
|
chainId: "43114",
|
|
807
737
|
decimals: 18,
|
|
808
|
-
identifier: "AVAX.
|
|
738
|
+
identifier: "AVAX.HUSKY-0X65378B697853568DA9FF8EAB60C13E1EE9F4A654",
|
|
809
739
|
logoURI:
|
|
810
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
811
|
-
ticker: "
|
|
740
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.husky-0x65378b697853568da9ff8eab60c13e1ee9f4a654.png",
|
|
741
|
+
ticker: "HUSKY",
|
|
812
742
|
},
|
|
813
743
|
{
|
|
814
744
|
address: "0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd",
|
|
@@ -831,24 +761,24 @@ export const list = {
|
|
|
831
761
|
ticker: "JOE",
|
|
832
762
|
},
|
|
833
763
|
{
|
|
834
|
-
address: "
|
|
764
|
+
address: "0xFFFF003a6BAD9b743d658048742935fFFE2b6ED7",
|
|
835
765
|
chain: "AVAX",
|
|
836
766
|
chainId: "43114",
|
|
837
767
|
decimals: 18,
|
|
838
|
-
identifier: "AVAX.
|
|
768
|
+
identifier: "AVAX.KET-0XFFFF003A6BAD9B743D658048742935FFFE2B6ED7",
|
|
839
769
|
logoURI:
|
|
840
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
841
|
-
ticker: "
|
|
770
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.ket-0xffff003a6bad9b743d658048742935fffe2b6ed7.png",
|
|
771
|
+
ticker: "KET",
|
|
842
772
|
},
|
|
843
773
|
{
|
|
844
|
-
address: "
|
|
774
|
+
address: "0xFFFF003a6BAD9b743d658048742935fFFE2b6ED7",
|
|
845
775
|
chain: "AVAX",
|
|
846
776
|
chainId: "43114",
|
|
847
777
|
decimals: 18,
|
|
848
|
-
identifier: "AVAX.
|
|
778
|
+
identifier: "AVAX.KET-0XFFFF003A6BAD9B743D658048742935FFFE2B6ED7",
|
|
849
779
|
logoURI:
|
|
850
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
851
|
-
ticker: "
|
|
780
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.ket-0xffff003a6bad9b743d658048742935fffe2b6ed7.png",
|
|
781
|
+
ticker: "KET",
|
|
852
782
|
},
|
|
853
783
|
{
|
|
854
784
|
address: "0x5947BB275c521040051D82396192181b413227A3",
|
|
@@ -971,24 +901,24 @@ export const list = {
|
|
|
971
901
|
ticker: "QI",
|
|
972
902
|
},
|
|
973
903
|
{
|
|
974
|
-
address: "
|
|
904
|
+
address: "0xb2a85C5ECea99187A977aC34303b80AcbDdFa208",
|
|
975
905
|
chain: "AVAX",
|
|
976
906
|
chainId: "43114",
|
|
977
907
|
decimals: 18,
|
|
978
|
-
identifier: "AVAX.
|
|
908
|
+
identifier: "AVAX.ROCO-0XB2A85C5ECEA99187A977AC34303B80ACBDDFA208",
|
|
979
909
|
logoURI:
|
|
980
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
981
|
-
ticker: "
|
|
910
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.roco-0xb2a85c5ecea99187a977ac34303b80acbddfa208.png",
|
|
911
|
+
ticker: "ROCO",
|
|
982
912
|
},
|
|
983
913
|
{
|
|
984
|
-
address: "
|
|
914
|
+
address: "0xb2a85C5ECea99187A977aC34303b80AcbDdFa208",
|
|
985
915
|
chain: "AVAX",
|
|
986
916
|
chainId: "43114",
|
|
987
917
|
decimals: 18,
|
|
988
|
-
identifier: "AVAX.
|
|
918
|
+
identifier: "AVAX.ROCO-0XB2A85C5ECEA99187A977AC34303B80ACBDDFA208",
|
|
989
919
|
logoURI:
|
|
990
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
991
|
-
ticker: "
|
|
920
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.roco-0xb2a85c5ecea99187a977ac34303b80acbddfa208.png",
|
|
921
|
+
ticker: "ROCO",
|
|
992
922
|
},
|
|
993
923
|
{
|
|
994
924
|
address: "0xDf788AD40181894dA035B827cDF55C523bf52F67",
|
|
@@ -1090,6 +1020,66 @@ export const list = {
|
|
|
1090
1020
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.solvbtc-0xbc78d84ba0c46dfe32cf2895a19939c86b81a777.png",
|
|
1091
1021
|
ticker: "SOLVBTC",
|
|
1092
1022
|
},
|
|
1023
|
+
{
|
|
1024
|
+
address: "0xCC0966D8418d412c599A6421b760a847eB169A8c",
|
|
1025
|
+
chain: "AVAX",
|
|
1026
|
+
chainId: "43114",
|
|
1027
|
+
decimals: 18,
|
|
1028
|
+
identifier: "AVAX.SOLVBTC.BBN-0XCC0966D8418D412C599A6421B760A847EB169A8C",
|
|
1029
|
+
logoURI:
|
|
1030
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.solvbtc.bbn-0xcc0966d8418d412c599a6421b760a847eb169a8c.png",
|
|
1031
|
+
ticker: "SOLVBTC.BBN",
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
address: "0xCC0966D8418d412c599A6421b760a847eB169A8c",
|
|
1035
|
+
chain: "AVAX",
|
|
1036
|
+
chainId: "43114",
|
|
1037
|
+
decimals: 18,
|
|
1038
|
+
identifier: "AVAX.SOLVBTC.BBN-0XCC0966D8418D412C599A6421B760A847EB169A8C",
|
|
1039
|
+
logoURI:
|
|
1040
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.solvbtc.bbn-0xcc0966d8418d412c599a6421b760a847eb169a8c.png",
|
|
1041
|
+
ticker: "SOLVBTC.BBN",
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
address: "0x3c780F5cBF94De3EFCec964Af928D08c4508EeBE",
|
|
1045
|
+
chain: "AVAX",
|
|
1046
|
+
chainId: "43114",
|
|
1047
|
+
decimals: 18,
|
|
1048
|
+
identifier: "AVAX.SPACEM-0X3C780F5CBF94DE3EFCEC964AF928D08C4508EEBE",
|
|
1049
|
+
logoURI:
|
|
1050
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.spacem-0x3c780f5cbf94de3efcec964af928d08c4508eebe.png",
|
|
1051
|
+
ticker: "SPACEM",
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
address: "0x3c780F5cBF94De3EFCec964Af928D08c4508EeBE",
|
|
1055
|
+
chain: "AVAX",
|
|
1056
|
+
chainId: "43114",
|
|
1057
|
+
decimals: 18,
|
|
1058
|
+
identifier: "AVAX.SPACEM-0X3C780F5CBF94DE3EFCEC964AF928D08C4508EEBE",
|
|
1059
|
+
logoURI:
|
|
1060
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.spacem-0x3c780f5cbf94de3efcec964af928d08c4508eebe.png",
|
|
1061
|
+
ticker: "SPACEM",
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
address: "0xA80F36BA18c7f721F3F7ACDbcDEfd3a86869A036",
|
|
1065
|
+
chain: "AVAX",
|
|
1066
|
+
chainId: "43114",
|
|
1067
|
+
decimals: 18,
|
|
1068
|
+
identifier: "AVAX.TRUMP-0XA80F36BA18C7F721F3F7ACDBCDEFD3A86869A036",
|
|
1069
|
+
logoURI:
|
|
1070
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.trump-0xa80f36ba18c7f721f3f7acdbcdefd3a86869a036.png",
|
|
1071
|
+
ticker: "TRUMP",
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
address: "0xA80F36BA18c7f721F3F7ACDbcDEfd3a86869A036",
|
|
1075
|
+
chain: "AVAX",
|
|
1076
|
+
chainId: "43114",
|
|
1077
|
+
decimals: 18,
|
|
1078
|
+
identifier: "AVAX.TRUMP-0XA80F36BA18C7F721F3F7ACDBCDEFD3A86869A036",
|
|
1079
|
+
logoURI:
|
|
1080
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.trump-0xa80f36ba18c7f721f3f7acdbcdefd3a86869a036.png",
|
|
1081
|
+
ticker: "TRUMP",
|
|
1082
|
+
},
|
|
1093
1083
|
{
|
|
1094
1084
|
address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
|
|
1095
1085
|
chain: "AVAX",
|
|
@@ -1190,6 +1180,46 @@ export const list = {
|
|
|
1190
1180
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdv-0x323665443cef804a3b5206103304bd4872ea4253.png",
|
|
1191
1181
|
ticker: "USDV",
|
|
1192
1182
|
},
|
|
1183
|
+
{
|
|
1184
|
+
address: "0x281027C6a46142D6FC57f12665147221CE69Af33",
|
|
1185
|
+
chain: "AVAX",
|
|
1186
|
+
chainId: "43114",
|
|
1187
|
+
decimals: 18,
|
|
1188
|
+
identifier: "AVAX.UVT-0X281027C6A46142D6FC57F12665147221CE69AF33",
|
|
1189
|
+
logoURI:
|
|
1190
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.uvt-0x281027c6a46142d6fc57f12665147221ce69af33.png",
|
|
1191
|
+
ticker: "UVT",
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
address: "0x281027C6a46142D6FC57f12665147221CE69Af33",
|
|
1195
|
+
chain: "AVAX",
|
|
1196
|
+
chainId: "43114",
|
|
1197
|
+
decimals: 18,
|
|
1198
|
+
identifier: "AVAX.UVT-0X281027C6A46142D6FC57F12665147221CE69AF33",
|
|
1199
|
+
logoURI:
|
|
1200
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.uvt-0x281027c6a46142d6fc57f12665147221ce69af33.png",
|
|
1201
|
+
ticker: "UVT",
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
address: "0xa77e70d0Af1Ac7fF86726740dB1Bd065c3566937",
|
|
1205
|
+
chain: "AVAX",
|
|
1206
|
+
chainId: "43114",
|
|
1207
|
+
decimals: 18,
|
|
1208
|
+
identifier: "AVAX.W3ULL-0XA77E70D0AF1AC7FF86726740DB1BD065C3566937",
|
|
1209
|
+
logoURI:
|
|
1210
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.w3ull-0xa77e70d0af1ac7ff86726740db1bd065c3566937.png",
|
|
1211
|
+
ticker: "W3ULL",
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
address: "0xa77e70d0Af1Ac7fF86726740dB1Bd065c3566937",
|
|
1215
|
+
chain: "AVAX",
|
|
1216
|
+
chainId: "43114",
|
|
1217
|
+
decimals: 18,
|
|
1218
|
+
identifier: "AVAX.W3ULL-0XA77E70D0AF1AC7FF86726740DB1BD065C3566937",
|
|
1219
|
+
logoURI:
|
|
1220
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.w3ull-0xa77e70d0af1ac7ff86726740db1bd065c3566937.png",
|
|
1221
|
+
ticker: "W3ULL",
|
|
1222
|
+
},
|
|
1193
1223
|
{
|
|
1194
1224
|
address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
|
|
1195
1225
|
chain: "AVAX",
|
|
@@ -1270,26 +1300,6 @@ export const list = {
|
|
|
1270
1300
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.weth.e-0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab.png",
|
|
1271
1301
|
ticker: "WETH.E",
|
|
1272
1302
|
},
|
|
1273
|
-
{
|
|
1274
|
-
address: "0x4F94b8AEF08c92fEfe416af073F1Df1E284438EC",
|
|
1275
|
-
chain: "AVAX",
|
|
1276
|
-
chainId: "43114",
|
|
1277
|
-
decimals: 18,
|
|
1278
|
-
identifier: "AVAX.WOLF-0X4F94B8AEF08C92FEFE416AF073F1DF1E284438EC",
|
|
1279
|
-
logoURI:
|
|
1280
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.wolf-0x4f94b8aef08c92fefe416af073f1df1e284438ec.png",
|
|
1281
|
-
ticker: "WOLF",
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
address: "0x4F94b8AEF08c92fEfe416af073F1Df1E284438EC",
|
|
1285
|
-
chain: "AVAX",
|
|
1286
|
-
chainId: "43114",
|
|
1287
|
-
decimals: 18,
|
|
1288
|
-
identifier: "AVAX.WOLF-0X4F94B8AEF08C92FEFE416AF073F1DF1E284438EC",
|
|
1289
|
-
logoURI:
|
|
1290
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.wolf-0x4f94b8aef08c92fefe416af073f1df1e284438ec.png",
|
|
1291
|
-
ticker: "WOLF",
|
|
1292
|
-
},
|
|
1293
1303
|
{
|
|
1294
1304
|
address: "0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4",
|
|
1295
1305
|
chain: "AVAX",
|
|
@@ -1350,26 +1360,6 @@ export const list = {
|
|
|
1350
1360
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.yak-0x59414b3089ce2af0010e7523dea7e2b35d776ec7.png",
|
|
1351
1361
|
ticker: "YAK",
|
|
1352
1362
|
},
|
|
1353
|
-
{
|
|
1354
|
-
address: "0x769bfeb9fAacD6Eb2746979a8dD0b7e9920aC2A4",
|
|
1355
|
-
chain: "AVAX",
|
|
1356
|
-
chainId: "43114",
|
|
1357
|
-
decimals: 18,
|
|
1358
|
-
identifier: "AVAX.ZJOE-0X769BFEB9FAACD6EB2746979A8DD0B7E9920AC2A4",
|
|
1359
|
-
logoURI:
|
|
1360
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.zjoe-0x769bfeb9faacd6eb2746979a8dd0b7e9920ac2a4.png",
|
|
1361
|
-
ticker: "ZJOE",
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
address: "0x769bfeb9fAacD6Eb2746979a8dD0b7e9920aC2A4",
|
|
1365
|
-
chain: "AVAX",
|
|
1366
|
-
chainId: "43114",
|
|
1367
|
-
decimals: 18,
|
|
1368
|
-
identifier: "AVAX.ZJOE-0X769BFEB9FAACD6EB2746979A8DD0B7E9920AC2A4",
|
|
1369
|
-
logoURI:
|
|
1370
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.zjoe-0x769bfeb9faacd6eb2746979a8dd0b7e9920ac2a4.png",
|
|
1371
|
-
ticker: "ZJOE",
|
|
1372
|
-
},
|
|
1373
1363
|
{
|
|
1374
1364
|
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
1375
1365
|
chain: "AVAX",
|