@swapkit/tokens 1.5.0 → 1.7.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 +14 -15
- package/package.json +2 -2
- package/src/index.ts +8 -9
- package/src/tokenLists/caviar_v1.ts +1 -1
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/mayachain.ts +27 -3
- package/src/tokenLists/ociswap_v1.ts +3699 -0
- package/src/tokenLists/oneinch.ts +586 -1460
- package/src/tokenLists/pancakeswap.ts +33 -3
- package/src/tokenLists/pangolin_v1.ts +2 -42
- package/src/tokenLists/sushiswap_v2.ts +2 -82
- package/src/tokenLists/thorchain.ts +40 -40
- package/src/tokenLists/traderjoe_v2.ts +126 -186
- package/src/tokenLists/uniswap_v2.ts +43 -3
- package/src/tokenLists/uniswap_v3.ts +43 -3
- package/src/tokenLists/mayachain_streaming.ts +0 -475
- package/src/tokenLists/traderjoe_v1.ts +0 -911
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "TRADERJOE_V2",
|
|
3
3
|
name: "TRADERJOE_V2",
|
|
4
|
-
timestamp: "2024-
|
|
4
|
+
timestamp: "2024-09-12T00:31:02.836Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: [],
|
|
11
|
-
count:
|
|
11
|
+
count: 128,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0x912CE59144191C1204E64559FE8253a0e49E6548",
|
|
@@ -30,6 +30,16 @@ export const list = {
|
|
|
30
30
|
"https://storage.googleapis.com/token-list-swapkit-dev/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-dev/images/arb.emdx-0xda71ea8ef58d015de8c5cea8f7b890db3a103e67.png",
|
|
41
|
+
ticker: "EMDX",
|
|
42
|
+
},
|
|
33
43
|
{
|
|
34
44
|
address: "0x2416092f143378750bb29b79eD961ab195CcEea5",
|
|
35
45
|
chain: "ARB",
|
|
@@ -61,14 +71,14 @@ export const list = {
|
|
|
61
71
|
ticker: "GMX",
|
|
62
72
|
},
|
|
63
73
|
{
|
|
64
|
-
address: "
|
|
74
|
+
address: "0x894134a25a5faC1c2C26F1d8fBf05111a3CB9487",
|
|
65
75
|
chain: "ARB",
|
|
66
76
|
chainId: "42161",
|
|
67
77
|
decimals: 18,
|
|
68
|
-
identifier: "ARB.
|
|
78
|
+
identifier: "ARB.GRAI-0X894134A25A5FAC1C2C26F1D8FBF05111A3CB9487",
|
|
69
79
|
logoURI:
|
|
70
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.
|
|
71
|
-
ticker: "
|
|
80
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.grai-0x894134a25a5fac1c2c26f1d8fbf05111a3cb9487.png",
|
|
81
|
+
ticker: "GRAI",
|
|
72
82
|
},
|
|
73
83
|
{
|
|
74
84
|
address: "0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07",
|
|
@@ -90,6 +100,16 @@ export const list = {
|
|
|
90
100
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.l2dao-0x2cab3abfc1670d1a452df502e216a66883cdf079.png",
|
|
91
101
|
ticker: "L2DAO",
|
|
92
102
|
},
|
|
103
|
+
{
|
|
104
|
+
address: "0xef261714F7E5ba6b86F4780eb6e3bf26B10729CF",
|
|
105
|
+
chain: "ARB",
|
|
106
|
+
chainId: "42161",
|
|
107
|
+
decimals: 18,
|
|
108
|
+
identifier: "ARB.LOTUS-0XEF261714F7E5BA6B86F4780EB6E3BF26B10729CF",
|
|
109
|
+
logoURI:
|
|
110
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.lotus-0xef261714f7e5ba6b86f4780eb6e3bf26b10729cf.png",
|
|
111
|
+
ticker: "LOTUS",
|
|
112
|
+
},
|
|
93
113
|
{
|
|
94
114
|
address: "0xDCbf4CB83d27C408B30dD7F39bfcabD7176B1Ba3",
|
|
95
115
|
chain: "ARB",
|
|
@@ -111,14 +131,14 @@ export const list = {
|
|
|
111
131
|
ticker: "PENDLE",
|
|
112
132
|
},
|
|
113
133
|
{
|
|
114
|
-
address: "
|
|
134
|
+
address: "0xf7728582002ef82908c8242CF552E969BA863Ffa",
|
|
115
135
|
chain: "ARB",
|
|
116
136
|
chainId: "42161",
|
|
117
137
|
decimals: 18,
|
|
118
|
-
identifier: "ARB.
|
|
138
|
+
identifier: "ARB.SVETH-0XF7728582002EF82908C8242CF552E969BA863FFA",
|
|
119
139
|
logoURI:
|
|
120
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.
|
|
121
|
-
ticker: "
|
|
140
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.sveth-0xf7728582002ef82908c8242cf552e969ba863ffa.png",
|
|
141
|
+
ticker: "SVETH",
|
|
122
142
|
},
|
|
123
143
|
{
|
|
124
144
|
address: "0xF202Ab403Cd7E90197ec0f010ee897E283037706",
|
|
@@ -271,24 +291,24 @@ export const list = {
|
|
|
271
291
|
ticker: "ZRO",
|
|
272
292
|
},
|
|
273
293
|
{
|
|
274
|
-
address: "
|
|
294
|
+
address: "0x80f0C1c49891dcFDD40b6e0F960F84E6042bcB6F",
|
|
275
295
|
chain: "AVAX",
|
|
276
296
|
chainId: "43114",
|
|
277
297
|
decimals: 18,
|
|
278
|
-
identifier: "AVAX.
|
|
298
|
+
identifier: "AVAX.ADXN-0X80F0C1C49891DCFDD40B6E0F960F84E6042BCB6F",
|
|
279
299
|
logoURI:
|
|
280
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
281
|
-
ticker: "
|
|
300
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.adxn-0x80f0c1c49891dcfdd40b6e0f960f84e6042bcb6f.png",
|
|
301
|
+
ticker: "ADXN",
|
|
282
302
|
},
|
|
283
303
|
{
|
|
284
|
-
address: "
|
|
304
|
+
address: "0x80f0C1c49891dcFDD40b6e0F960F84E6042bcB6F",
|
|
285
305
|
chain: "AVAX",
|
|
286
306
|
chainId: "43114",
|
|
287
307
|
decimals: 18,
|
|
288
|
-
identifier: "AVAX.
|
|
308
|
+
identifier: "AVAX.ADXN-0X80F0C1C49891DCFDD40B6E0F960F84E6042BCB6F",
|
|
289
309
|
logoURI:
|
|
290
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
291
|
-
ticker: "
|
|
310
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.adxn-0x80f0c1c49891dcfdd40b6e0f960f84e6042bcb6f.png",
|
|
311
|
+
ticker: "ADXN",
|
|
292
312
|
},
|
|
293
313
|
{
|
|
294
314
|
address: "0x13E7bceFddE72492E656f3fa58baE6029708e673",
|
|
@@ -431,44 +451,44 @@ export const list = {
|
|
|
431
451
|
ticker: "AUSD",
|
|
432
452
|
},
|
|
433
453
|
{
|
|
434
|
-
address: "
|
|
454
|
+
address: "0x68327a91E79f87F501bC8522fc333FB7A72393cb",
|
|
435
455
|
chain: "AVAX",
|
|
436
456
|
chainId: "43114",
|
|
437
457
|
decimals: 18,
|
|
438
|
-
identifier: "AVAX.
|
|
458
|
+
identifier: "AVAX.AUX-0X68327A91E79F87F501BC8522FC333FB7A72393CB",
|
|
439
459
|
logoURI:
|
|
440
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
441
|
-
ticker: "
|
|
460
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.aux-0x68327a91e79f87f501bc8522fc333fb7a72393cb.png",
|
|
461
|
+
ticker: "AUX",
|
|
442
462
|
},
|
|
443
463
|
{
|
|
444
|
-
address: "
|
|
464
|
+
address: "0x68327a91E79f87F501bC8522fc333FB7A72393cb",
|
|
445
465
|
chain: "AVAX",
|
|
446
466
|
chainId: "43114",
|
|
447
467
|
decimals: 18,
|
|
448
|
-
identifier: "AVAX.
|
|
468
|
+
identifier: "AVAX.AUX-0X68327A91E79F87F501BC8522FC333FB7A72393CB",
|
|
449
469
|
logoURI:
|
|
450
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
451
|
-
ticker: "
|
|
470
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.aux-0x68327a91e79f87f501bc8522fc333fb7a72393cb.png",
|
|
471
|
+
ticker: "AUX",
|
|
452
472
|
},
|
|
453
473
|
{
|
|
454
|
-
address: "
|
|
474
|
+
address: "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
|
|
455
475
|
chain: "AVAX",
|
|
456
476
|
chainId: "43114",
|
|
457
477
|
decimals: 18,
|
|
458
|
-
identifier: "AVAX.
|
|
478
|
+
identifier: "AVAX.BEAM-0X62D0A8458ED7719FDAF978FE5929C6D342B0BFCE",
|
|
459
479
|
logoURI:
|
|
460
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
461
|
-
ticker: "
|
|
480
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",
|
|
481
|
+
ticker: "BEAM",
|
|
462
482
|
},
|
|
463
483
|
{
|
|
464
|
-
address: "
|
|
484
|
+
address: "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
|
|
465
485
|
chain: "AVAX",
|
|
466
486
|
chainId: "43114",
|
|
467
487
|
decimals: 18,
|
|
468
|
-
identifier: "AVAX.
|
|
488
|
+
identifier: "AVAX.BEAM-0X62D0A8458ED7719FDAF978FE5929C6D342B0BFCE",
|
|
469
489
|
logoURI:
|
|
470
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
471
|
-
ticker: "
|
|
490
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",
|
|
491
|
+
ticker: "BEAM",
|
|
472
492
|
},
|
|
473
493
|
{
|
|
474
494
|
address: "0x46B9144771Cb3195D66e4EDA643a7493fADCAF9D",
|
|
@@ -490,26 +510,6 @@ export const list = {
|
|
|
490
510
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.bls-0x46b9144771cb3195d66e4eda643a7493fadcaf9d.png",
|
|
491
511
|
ticker: "BLS",
|
|
492
512
|
},
|
|
493
|
-
{
|
|
494
|
-
address: "0x4D6Ec47118f807ACE03d3B3A4EE6AA96CB2AB677",
|
|
495
|
-
chain: "AVAX",
|
|
496
|
-
chainId: "43114",
|
|
497
|
-
decimals: 18,
|
|
498
|
-
identifier: "AVAX.BNZ-0X4D6EC47118F807ACE03D3B3A4EE6AA96CB2AB677",
|
|
499
|
-
logoURI:
|
|
500
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.bnz-0x4d6ec47118f807ace03d3b3a4ee6aa96cb2ab677.png",
|
|
501
|
-
ticker: "BNZ",
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
address: "0x4D6Ec47118f807ACE03d3B3A4EE6AA96CB2AB677",
|
|
505
|
-
chain: "AVAX",
|
|
506
|
-
chainId: "43114",
|
|
507
|
-
decimals: 18,
|
|
508
|
-
identifier: "AVAX.BNZ-0X4D6EC47118F807ACE03D3B3A4EE6AA96CB2AB677",
|
|
509
|
-
logoURI:
|
|
510
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.bnz-0x4d6ec47118f807ace03d3b3a4ee6aa96cb2ab677.png",
|
|
511
|
-
ticker: "BNZ",
|
|
512
|
-
},
|
|
513
513
|
{
|
|
514
514
|
address: "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
|
|
515
515
|
chain: "AVAX",
|
|
@@ -530,66 +530,6 @@ export const list = {
|
|
|
530
530
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.btc.b-0x152b9d0fdc40c096757f570a51e494bd4b943e50.png",
|
|
531
531
|
ticker: "BTC.B",
|
|
532
532
|
},
|
|
533
|
-
{
|
|
534
|
-
address: "0xf65645a42609f6b44E2EC158A3Dc2b6CfC97093f",
|
|
535
|
-
chain: "AVAX",
|
|
536
|
-
chainId: "43114",
|
|
537
|
-
decimals: 18,
|
|
538
|
-
identifier: "AVAX.BURRITOAI-0XF65645A42609F6B44E2EC158A3DC2B6CFC97093F",
|
|
539
|
-
logoURI:
|
|
540
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.burritoai-0xf65645a42609f6b44e2ec158a3dc2b6cfc97093f.png",
|
|
541
|
-
ticker: "BURRITOAI",
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
address: "0xf65645a42609f6b44E2EC158A3Dc2b6CfC97093f",
|
|
545
|
-
chain: "AVAX",
|
|
546
|
-
chainId: "43114",
|
|
547
|
-
decimals: 18,
|
|
548
|
-
identifier: "AVAX.BURRITOAI-0XF65645A42609F6B44E2EC158A3DC2B6CFC97093F",
|
|
549
|
-
logoURI:
|
|
550
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.burritoai-0xf65645a42609f6b44e2ec158a3dc2b6cfc97093f.png",
|
|
551
|
-
ticker: "BURRITOAI",
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
address: "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39",
|
|
555
|
-
chain: "AVAX",
|
|
556
|
-
chainId: "43114",
|
|
557
|
-
decimals: 18,
|
|
558
|
-
identifier: "AVAX.BUSD-0X9C9E5FD8BBC25984B178FDCE6117DEFA39D2DB39",
|
|
559
|
-
logoURI:
|
|
560
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.busd-0x9c9e5fd8bbc25984b178fdce6117defa39d2db39.png",
|
|
561
|
-
ticker: "BUSD",
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
address: "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39",
|
|
565
|
-
chain: "AVAX",
|
|
566
|
-
chainId: "43114",
|
|
567
|
-
decimals: 18,
|
|
568
|
-
identifier: "AVAX.BUSD-0X9C9E5FD8BBC25984B178FDCE6117DEFA39D2DB39",
|
|
569
|
-
logoURI:
|
|
570
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.busd-0x9c9e5fd8bbc25984b178fdce6117defa39d2db39.png",
|
|
571
|
-
ticker: "BUSD",
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
address: "0x8D88e48465F30Acfb8daC0b3E35c9D6D7d36abaf",
|
|
575
|
-
chain: "AVAX",
|
|
576
|
-
chainId: "43114",
|
|
577
|
-
decimals: 18,
|
|
578
|
-
identifier: "AVAX.CNR-0X8D88E48465F30ACFB8DAC0B3E35C9D6D7D36ABAF",
|
|
579
|
-
logoURI:
|
|
580
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.cnr-0x8d88e48465f30acfb8dac0b3e35c9d6d7d36abaf.png",
|
|
581
|
-
ticker: "CNR",
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
address: "0x8D88e48465F30Acfb8daC0b3E35c9D6D7d36abaf",
|
|
585
|
-
chain: "AVAX",
|
|
586
|
-
chainId: "43114",
|
|
587
|
-
decimals: 18,
|
|
588
|
-
identifier: "AVAX.CNR-0X8D88E48465F30ACFB8DAC0B3E35C9D6D7D36ABAF",
|
|
589
|
-
logoURI:
|
|
590
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.cnr-0x8d88e48465f30acfb8dac0b3e35c9d6d7d36abaf.png",
|
|
591
|
-
ticker: "CNR",
|
|
592
|
-
},
|
|
593
533
|
{
|
|
594
534
|
address: "0x420FcA0121DC28039145009570975747295f2329",
|
|
595
535
|
chain: "AVAX",
|
|
@@ -650,6 +590,26 @@ export const list = {
|
|
|
650
590
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.domi-0xfc6da929c031162841370af240dec19099861d3b.png",
|
|
651
591
|
ticker: "DOMI",
|
|
652
592
|
},
|
|
593
|
+
{
|
|
594
|
+
address: "0xe533B81297B820D2Eb2cd837263926596328E8D2",
|
|
595
|
+
chain: "AVAX",
|
|
596
|
+
chainId: "43114",
|
|
597
|
+
decimals: 18,
|
|
598
|
+
identifier: "AVAX.EMDX-0XE533B81297B820D2EB2CD837263926596328E8D2",
|
|
599
|
+
logoURI:
|
|
600
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.emdx-0xe533b81297b820d2eb2cd837263926596328e8d2.png",
|
|
601
|
+
ticker: "EMDX",
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
address: "0xe533B81297B820D2Eb2cd837263926596328E8D2",
|
|
605
|
+
chain: "AVAX",
|
|
606
|
+
chainId: "43114",
|
|
607
|
+
decimals: 18,
|
|
608
|
+
identifier: "AVAX.EMDX-0XE533B81297B820D2EB2CD837263926596328E8D2",
|
|
609
|
+
logoURI:
|
|
610
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.emdx-0xe533b81297b820d2eb2cd837263926596328e8d2.png",
|
|
611
|
+
ticker: "EMDX",
|
|
612
|
+
},
|
|
653
613
|
{
|
|
654
614
|
address: "0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD",
|
|
655
615
|
chain: "AVAX",
|
|
@@ -751,44 +711,24 @@ export const list = {
|
|
|
751
711
|
ticker: "GGP",
|
|
752
712
|
},
|
|
753
713
|
{
|
|
754
|
-
address: "
|
|
714
|
+
address: "0x7a842a6F4580EDD3df41C1F31E0395044De6Bc75",
|
|
755
715
|
chain: "AVAX",
|
|
756
716
|
chainId: "43114",
|
|
757
717
|
decimals: 18,
|
|
758
|
-
identifier: "AVAX.
|
|
718
|
+
identifier: "AVAX.HIGHER-0X7A842A6F4580EDD3DF41C1F31E0395044DE6BC75",
|
|
759
719
|
logoURI:
|
|
760
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
761
|
-
ticker: "
|
|
720
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.higher-0x7a842a6f4580edd3df41c1f31e0395044de6bc75.png",
|
|
721
|
+
ticker: "HIGHER",
|
|
762
722
|
},
|
|
763
723
|
{
|
|
764
|
-
address: "
|
|
724
|
+
address: "0x7a842a6F4580EDD3df41C1F31E0395044De6Bc75",
|
|
765
725
|
chain: "AVAX",
|
|
766
726
|
chainId: "43114",
|
|
767
727
|
decimals: 18,
|
|
768
|
-
identifier: "AVAX.
|
|
728
|
+
identifier: "AVAX.HIGHER-0X7A842A6F4580EDD3DF41C1F31E0395044DE6BC75",
|
|
769
729
|
logoURI:
|
|
770
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
771
|
-
ticker: "
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
address: "0x502580fc390606b47FC3b741d6D49909383c28a9",
|
|
775
|
-
chain: "AVAX",
|
|
776
|
-
chainId: "43114",
|
|
777
|
-
decimals: 18,
|
|
778
|
-
identifier: "AVAX.HATCHY-0X502580FC390606B47FC3B741D6D49909383C28A9",
|
|
779
|
-
logoURI:
|
|
780
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.hatchy-0x502580fc390606b47fc3b741d6d49909383c28a9.png",
|
|
781
|
-
ticker: "HATCHY",
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
address: "0x502580fc390606b47FC3b741d6D49909383c28a9",
|
|
785
|
-
chain: "AVAX",
|
|
786
|
-
chainId: "43114",
|
|
787
|
-
decimals: 18,
|
|
788
|
-
identifier: "AVAX.HATCHY-0X502580FC390606B47FC3B741D6D49909383C28A9",
|
|
789
|
-
logoURI:
|
|
790
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.hatchy-0x502580fc390606b47fc3b741d6d49909383c28a9.png",
|
|
791
|
-
ticker: "HATCHY",
|
|
730
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.higher-0x7a842a6f4580edd3df41c1f31e0395044de6bc75.png",
|
|
731
|
+
ticker: "HIGHER",
|
|
792
732
|
},
|
|
793
733
|
{
|
|
794
734
|
address: "0x65378b697853568dA9ff8EaB60C13E1Ee9f4a654",
|
|
@@ -851,44 +791,44 @@ export const list = {
|
|
|
851
791
|
ticker: "KIMBO",
|
|
852
792
|
},
|
|
853
793
|
{
|
|
854
|
-
address: "
|
|
794
|
+
address: "0x5947BB275c521040051D82396192181b413227A3",
|
|
855
795
|
chain: "AVAX",
|
|
856
796
|
chainId: "43114",
|
|
857
797
|
decimals: 18,
|
|
858
|
-
identifier: "AVAX.
|
|
798
|
+
identifier: "AVAX.LINK.E-0X5947BB275C521040051D82396192181B413227A3",
|
|
859
799
|
logoURI:
|
|
860
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
861
|
-
ticker: "
|
|
800
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.link.e-0x5947bb275c521040051d82396192181b413227a3.png",
|
|
801
|
+
ticker: "LINK.E",
|
|
862
802
|
},
|
|
863
803
|
{
|
|
864
|
-
address: "
|
|
804
|
+
address: "0x5947BB275c521040051D82396192181b413227A3",
|
|
865
805
|
chain: "AVAX",
|
|
866
806
|
chainId: "43114",
|
|
867
807
|
decimals: 18,
|
|
868
|
-
identifier: "AVAX.
|
|
808
|
+
identifier: "AVAX.LINK.E-0X5947BB275C521040051D82396192181B413227A3",
|
|
869
809
|
logoURI:
|
|
870
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
871
|
-
ticker: "
|
|
810
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.link.e-0x5947bb275c521040051d82396192181b413227a3.png",
|
|
811
|
+
ticker: "LINK.E",
|
|
872
812
|
},
|
|
873
813
|
{
|
|
874
|
-
address: "
|
|
814
|
+
address: "0xbBAAA0420D474B34Be197f95A323C2fF3829E811",
|
|
875
815
|
chain: "AVAX",
|
|
876
816
|
chainId: "43114",
|
|
877
817
|
decimals: 18,
|
|
878
|
-
identifier: "AVAX.
|
|
818
|
+
identifier: "AVAX.LODE-0XBBAAA0420D474B34BE197F95A323C2FF3829E811",
|
|
879
819
|
logoURI:
|
|
880
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
881
|
-
ticker: "
|
|
820
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.lode-0xbbaaa0420d474b34be197f95a323c2ff3829e811.png",
|
|
821
|
+
ticker: "LODE",
|
|
882
822
|
},
|
|
883
823
|
{
|
|
884
|
-
address: "
|
|
824
|
+
address: "0xbBAAA0420D474B34Be197f95A323C2fF3829E811",
|
|
885
825
|
chain: "AVAX",
|
|
886
826
|
chainId: "43114",
|
|
887
827
|
decimals: 18,
|
|
888
|
-
identifier: "AVAX.
|
|
828
|
+
identifier: "AVAX.LODE-0XBBAAA0420D474B34BE197F95A323C2FF3829E811",
|
|
889
829
|
logoURI:
|
|
890
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
891
|
-
ticker: "
|
|
830
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.lode-0xbbaaa0420d474b34be197f95a323c2ff3829e811.png",
|
|
831
|
+
ticker: "LODE",
|
|
892
832
|
},
|
|
893
833
|
{
|
|
894
834
|
address: "0x130966628846BFd36ff31a822705796e8cb8C18D",
|
|
@@ -911,24 +851,24 @@ export const list = {
|
|
|
911
851
|
ticker: "MIM",
|
|
912
852
|
},
|
|
913
853
|
{
|
|
914
|
-
address: "
|
|
854
|
+
address: "0xD036414fa2BCBb802691491E323BFf1348C5F4Ba",
|
|
915
855
|
chain: "AVAX",
|
|
916
856
|
chainId: "43114",
|
|
917
857
|
decimals: 18,
|
|
918
|
-
identifier: "AVAX.
|
|
858
|
+
identifier: "AVAX.MU-0XD036414FA2BCBB802691491E323BFF1348C5F4BA",
|
|
919
859
|
logoURI:
|
|
920
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
921
|
-
ticker: "
|
|
860
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.mu-0xd036414fa2bcbb802691491e323bff1348c5f4ba.png",
|
|
861
|
+
ticker: "MU",
|
|
922
862
|
},
|
|
923
863
|
{
|
|
924
|
-
address: "
|
|
864
|
+
address: "0xD036414fa2BCBb802691491E323BFf1348C5F4Ba",
|
|
925
865
|
chain: "AVAX",
|
|
926
866
|
chainId: "43114",
|
|
927
867
|
decimals: 18,
|
|
928
|
-
identifier: "AVAX.
|
|
868
|
+
identifier: "AVAX.MU-0XD036414FA2BCBB802691491E323BFF1348C5F4BA",
|
|
929
869
|
logoURI:
|
|
930
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.
|
|
931
|
-
ticker: "
|
|
870
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.mu-0xd036414fa2bcbb802691491e323bff1348c5f4ba.png",
|
|
871
|
+
ticker: "MU",
|
|
932
872
|
},
|
|
933
873
|
{
|
|
934
874
|
address: "0xAcFb898Cff266E53278cC0124fC2C7C94C8cB9a5",
|
|
@@ -1030,26 +970,6 @@ export const list = {
|
|
|
1030
970
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.savax-0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be.png",
|
|
1031
971
|
ticker: "SAVAX",
|
|
1032
972
|
},
|
|
1033
|
-
{
|
|
1034
|
-
address: "0x096D19B58Cab84A2f0Ff0E81c08291BFFaa62848",
|
|
1035
|
-
chain: "AVAX",
|
|
1036
|
-
chainId: "43114",
|
|
1037
|
-
decimals: 18,
|
|
1038
|
-
identifier: "AVAX.SHOE-0X096D19B58CAB84A2F0FF0E81C08291BFFAA62848",
|
|
1039
|
-
logoURI:
|
|
1040
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.shoe-0x096d19b58cab84a2f0ff0e81c08291bffaa62848.png",
|
|
1041
|
-
ticker: "SHOE",
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
address: "0x096D19B58Cab84A2f0Ff0E81c08291BFFaa62848",
|
|
1045
|
-
chain: "AVAX",
|
|
1046
|
-
chainId: "43114",
|
|
1047
|
-
decimals: 18,
|
|
1048
|
-
identifier: "AVAX.SHOE-0X096D19B58CAB84A2F0FF0E81C08291BFFAA62848",
|
|
1049
|
-
logoURI:
|
|
1050
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.shoe-0x096d19b58cab84a2f0ff0e81c08291bffaa62848.png",
|
|
1051
|
-
ticker: "SHOE",
|
|
1052
|
-
},
|
|
1053
973
|
{
|
|
1054
974
|
address: "0xd402298a793948698b9a63311404FBBEe944eAfD",
|
|
1055
975
|
chain: "AVAX",
|
|
@@ -1270,6 +1190,26 @@ export const list = {
|
|
|
1270
1190
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.weth.e-0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab.png",
|
|
1271
1191
|
ticker: "WETH.E",
|
|
1272
1192
|
},
|
|
1193
|
+
{
|
|
1194
|
+
address: "0x4F94b8AEF08c92fEfe416af073F1Df1E284438EC",
|
|
1195
|
+
chain: "AVAX",
|
|
1196
|
+
chainId: "43114",
|
|
1197
|
+
decimals: 18,
|
|
1198
|
+
identifier: "AVAX.WOLF-0X4F94B8AEF08C92FEFE416AF073F1DF1E284438EC",
|
|
1199
|
+
logoURI:
|
|
1200
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.wolf-0x4f94b8aef08c92fefe416af073f1df1e284438ec.png",
|
|
1201
|
+
ticker: "WOLF",
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
address: "0x4F94b8AEF08c92fEfe416af073F1Df1E284438EC",
|
|
1205
|
+
chain: "AVAX",
|
|
1206
|
+
chainId: "43114",
|
|
1207
|
+
decimals: 18,
|
|
1208
|
+
identifier: "AVAX.WOLF-0X4F94B8AEF08C92FEFE416AF073F1DF1E284438EC",
|
|
1209
|
+
logoURI:
|
|
1210
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.wolf-0x4f94b8aef08c92fefe416af073f1df1e284438ec.png",
|
|
1211
|
+
ticker: "WOLF",
|
|
1212
|
+
},
|
|
1273
1213
|
{
|
|
1274
1214
|
address: "0x800BdCE6CaA3fE2bfDB738383321278536e258f8",
|
|
1275
1215
|
chain: "AVAX",
|
|
@@ -3,14 +3,14 @@ export const list = {
|
|
|
3
3
|
chainId: "1",
|
|
4
4
|
name: "Uniswap Labs Default",
|
|
5
5
|
tags: {},
|
|
6
|
-
timestamp: "2024-
|
|
6
|
+
timestamp: "2024-09-05T13:51:13.820Z",
|
|
7
7
|
version: {
|
|
8
8
|
major: 12,
|
|
9
|
-
minor:
|
|
9
|
+
minor: 16,
|
|
10
10
|
patch: 0,
|
|
11
11
|
},
|
|
12
12
|
keywords: ["uniswap", "default"],
|
|
13
|
-
count:
|
|
13
|
+
count: 277,
|
|
14
14
|
tokens: [
|
|
15
15
|
{
|
|
16
16
|
address: "0x111111111117dC0aa78b770fA6A738034120C302",
|
|
@@ -1382,6 +1382,16 @@ export const list = {
|
|
|
1382
1382
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.link-0x514910771af9ca656af840dff83e8264ecf986ca.png",
|
|
1383
1383
|
ticker: "LINK",
|
|
1384
1384
|
},
|
|
1385
|
+
{
|
|
1386
|
+
address: "0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723",
|
|
1387
|
+
chain: "ETH",
|
|
1388
|
+
chainId: "1",
|
|
1389
|
+
decimals: 18,
|
|
1390
|
+
identifier: "ETH.LIT-0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723",
|
|
1391
|
+
logoURI:
|
|
1392
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lit-0xb59490ab09a0f526cc7305822ac65f2ab12f9723.png",
|
|
1393
|
+
ticker: "LIT",
|
|
1394
|
+
},
|
|
1385
1395
|
{
|
|
1386
1396
|
address: "0x61E90A50137E1F645c9eF4a0d3A4f01477738406",
|
|
1387
1397
|
chain: "ETH",
|
|
@@ -1522,6 +1532,16 @@ export const list = {
|
|
|
1522
1532
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mdt-0x814e0908b12a99fecf5bc101bb5d0b8b5cdf7d26.png",
|
|
1523
1533
|
ticker: "MDT",
|
|
1524
1534
|
},
|
|
1535
|
+
{
|
|
1536
|
+
address: "0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74",
|
|
1537
|
+
chain: "ETH",
|
|
1538
|
+
chainId: "1",
|
|
1539
|
+
decimals: 18,
|
|
1540
|
+
identifier: "ETH.MEME-0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74",
|
|
1541
|
+
logoURI:
|
|
1542
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.meme-0xb131f4a55907b10d1f0a50d8ab8fa09ec342cd74.png",
|
|
1543
|
+
ticker: "MEME",
|
|
1544
|
+
},
|
|
1525
1545
|
{
|
|
1526
1546
|
address: "0x9E32b13ce7f2E80A01932B42553652E053D6ed8e",
|
|
1527
1547
|
chain: "ETH",
|
|
@@ -1572,6 +1592,16 @@ export const list = {
|
|
|
1572
1592
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mln-0xec67005c4e498ec7f55e092bd1d35cbc47c91892.png",
|
|
1573
1593
|
ticker: "MLN",
|
|
1574
1594
|
},
|
|
1595
|
+
{
|
|
1596
|
+
address: "0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a",
|
|
1597
|
+
chain: "ETH",
|
|
1598
|
+
chainId: "1",
|
|
1599
|
+
decimals: 18,
|
|
1600
|
+
identifier: "ETH.MOG-0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a",
|
|
1601
|
+
logoURI:
|
|
1602
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mog-0xaaee1a9723aadb7afa2810263653a34ba2c21c7a.png",
|
|
1603
|
+
ticker: "MOG",
|
|
1604
|
+
},
|
|
1575
1605
|
{
|
|
1576
1606
|
address: "0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A",
|
|
1577
1607
|
chain: "ETH",
|
|
@@ -1852,6 +1882,16 @@ export const list = {
|
|
|
1852
1882
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.plu-0xd8912c10681d8b21fd3742244f44658dba12264e.png",
|
|
1853
1883
|
ticker: "PLU",
|
|
1854
1884
|
},
|
|
1885
|
+
{
|
|
1886
|
+
address: "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
|
|
1887
|
+
chain: "ETH",
|
|
1888
|
+
chainId: "1",
|
|
1889
|
+
decimals: 18,
|
|
1890
|
+
identifier: "ETH.POL-0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
|
|
1891
|
+
logoURI:
|
|
1892
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",
|
|
1893
|
+
ticker: "POL",
|
|
1894
|
+
},
|
|
1855
1895
|
{
|
|
1856
1896
|
address: "0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa",
|
|
1857
1897
|
chain: "ETH",
|
|
@@ -3,14 +3,14 @@ export const list = {
|
|
|
3
3
|
chainId: "1",
|
|
4
4
|
name: "Uniswap Labs Default",
|
|
5
5
|
tags: {},
|
|
6
|
-
timestamp: "2024-
|
|
6
|
+
timestamp: "2024-09-05T13:51:13.820Z",
|
|
7
7
|
version: {
|
|
8
8
|
major: 12,
|
|
9
|
-
minor:
|
|
9
|
+
minor: 16,
|
|
10
10
|
patch: 0,
|
|
11
11
|
},
|
|
12
12
|
keywords: ["uniswap", "default"],
|
|
13
|
-
count:
|
|
13
|
+
count: 277,
|
|
14
14
|
tokens: [
|
|
15
15
|
{
|
|
16
16
|
address: "0x111111111117dC0aa78b770fA6A738034120C302",
|
|
@@ -1382,6 +1382,16 @@ export const list = {
|
|
|
1382
1382
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.link-0x514910771af9ca656af840dff83e8264ecf986ca.png",
|
|
1383
1383
|
ticker: "LINK",
|
|
1384
1384
|
},
|
|
1385
|
+
{
|
|
1386
|
+
address: "0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723",
|
|
1387
|
+
chain: "ETH",
|
|
1388
|
+
chainId: "1",
|
|
1389
|
+
decimals: 18,
|
|
1390
|
+
identifier: "ETH.LIT-0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723",
|
|
1391
|
+
logoURI:
|
|
1392
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lit-0xb59490ab09a0f526cc7305822ac65f2ab12f9723.png",
|
|
1393
|
+
ticker: "LIT",
|
|
1394
|
+
},
|
|
1385
1395
|
{
|
|
1386
1396
|
address: "0x61E90A50137E1F645c9eF4a0d3A4f01477738406",
|
|
1387
1397
|
chain: "ETH",
|
|
@@ -1522,6 +1532,16 @@ export const list = {
|
|
|
1522
1532
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mdt-0x814e0908b12a99fecf5bc101bb5d0b8b5cdf7d26.png",
|
|
1523
1533
|
ticker: "MDT",
|
|
1524
1534
|
},
|
|
1535
|
+
{
|
|
1536
|
+
address: "0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74",
|
|
1537
|
+
chain: "ETH",
|
|
1538
|
+
chainId: "1",
|
|
1539
|
+
decimals: 18,
|
|
1540
|
+
identifier: "ETH.MEME-0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74",
|
|
1541
|
+
logoURI:
|
|
1542
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.meme-0xb131f4a55907b10d1f0a50d8ab8fa09ec342cd74.png",
|
|
1543
|
+
ticker: "MEME",
|
|
1544
|
+
},
|
|
1525
1545
|
{
|
|
1526
1546
|
address: "0x9E32b13ce7f2E80A01932B42553652E053D6ed8e",
|
|
1527
1547
|
chain: "ETH",
|
|
@@ -1572,6 +1592,16 @@ export const list = {
|
|
|
1572
1592
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mln-0xec67005c4e498ec7f55e092bd1d35cbc47c91892.png",
|
|
1573
1593
|
ticker: "MLN",
|
|
1574
1594
|
},
|
|
1595
|
+
{
|
|
1596
|
+
address: "0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a",
|
|
1597
|
+
chain: "ETH",
|
|
1598
|
+
chainId: "1",
|
|
1599
|
+
decimals: 18,
|
|
1600
|
+
identifier: "ETH.MOG-0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a",
|
|
1601
|
+
logoURI:
|
|
1602
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mog-0xaaee1a9723aadb7afa2810263653a34ba2c21c7a.png",
|
|
1603
|
+
ticker: "MOG",
|
|
1604
|
+
},
|
|
1575
1605
|
{
|
|
1576
1606
|
address: "0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A",
|
|
1577
1607
|
chain: "ETH",
|
|
@@ -1852,6 +1882,16 @@ export const list = {
|
|
|
1852
1882
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.plu-0xd8912c10681d8b21fd3742244f44658dba12264e.png",
|
|
1853
1883
|
ticker: "PLU",
|
|
1854
1884
|
},
|
|
1885
|
+
{
|
|
1886
|
+
address: "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
|
|
1887
|
+
chain: "ETH",
|
|
1888
|
+
chainId: "1",
|
|
1889
|
+
decimals: 18,
|
|
1890
|
+
identifier: "ETH.POL-0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
|
|
1891
|
+
logoURI:
|
|
1892
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",
|
|
1893
|
+
ticker: "POL",
|
|
1894
|
+
},
|
|
1855
1895
|
{
|
|
1856
1896
|
address: "0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa",
|
|
1857
1897
|
chain: "ETH",
|