@swapkit/tokens 1.10.0 → 2.0.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 +17 -14
- package/package.json +1 -1
- package/src/helpers.ts +13 -0
- package/src/index.ts +50 -13
- package/src/tokenLists/camelot_v3.ts +112 -2
- package/src/tokenLists/caviar_v1.ts +92 -2
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/jupiter.ts +1469 -129
- package/src/tokenLists/kado.ts +276 -0
- package/src/tokenLists/mayachain.ts +1 -1
- package/src/tokenLists/oneinch.ts +172 -2
- package/src/tokenLists/pangolin_v1.ts +12 -2
- package/src/tokenLists/sushiswap_v2.ts +76 -36
- package/src/tokenLists/thorchain.ts +12 -2
- package/src/tokenLists/traderjoe_v2.ts +230 -120
- package/src/tokenLists/uniswap_v2.ts +155 -75
- package/src/tokenLists/uniswap_v3.ts +203 -103
|
@@ -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-12-10T12:01:24.851Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: [],
|
|
11
|
-
count:
|
|
11
|
+
count: 147,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0xC9CBf102c73fb77Ec14f8B4C8bd88e050a6b2646",
|
|
@@ -40,6 +40,16 @@ export const list = {
|
|
|
40
40
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
41
41
|
ticker: "DAI",
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
address: "0xda71EA8ef58D015de8C5cEA8f7B890db3A103E67",
|
|
45
|
+
chain: "ARB",
|
|
46
|
+
chainId: "42161",
|
|
47
|
+
decimals: 18,
|
|
48
|
+
identifier: "ARB.EMDX-0XDA71EA8EF58D015DE8C5CEA8F7B890DB3A103E67",
|
|
49
|
+
logoURI:
|
|
50
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.emdx-0xda71ea8ef58d015de8c5cea8f7b890db3a103e67.png",
|
|
51
|
+
ticker: "EMDX",
|
|
52
|
+
},
|
|
43
53
|
{
|
|
44
54
|
address: "0x2416092f143378750bb29b79eD961ab195CcEea5",
|
|
45
55
|
chain: "ARB",
|
|
@@ -90,16 +100,6 @@ export const list = {
|
|
|
90
100
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.lotus-0xef261714f7e5ba6b86f4780eb6e3bf26b10729cf.png",
|
|
91
101
|
ticker: "LOTUS",
|
|
92
102
|
},
|
|
93
|
-
{
|
|
94
|
-
address: "0x539bdE0d7Dbd336b79148AA742883198BBF60342",
|
|
95
|
-
chain: "ARB",
|
|
96
|
-
chainId: "42161",
|
|
97
|
-
decimals: 18,
|
|
98
|
-
identifier: "ARB.MAGIC-0X539BDE0D7DBD336B79148AA742883198BBF60342",
|
|
99
|
-
logoURI:
|
|
100
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.magic-0x539bde0d7dbd336b79148aa742883198bbf60342.png",
|
|
101
|
-
ticker: "MAGIC",
|
|
102
|
-
},
|
|
103
103
|
{
|
|
104
104
|
address: "0xDCbf4CB83d27C408B30dD7F39bfcabD7176B1Ba3",
|
|
105
105
|
chain: "ARB",
|
|
@@ -120,6 +120,16 @@ export const list = {
|
|
|
120
120
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.pendle-0x0c880f6761f1af8d9aa9c466984b80dab9a8c9e8.png",
|
|
121
121
|
ticker: "PENDLE",
|
|
122
122
|
},
|
|
123
|
+
{
|
|
124
|
+
address: "0xddBfBd5dc3BA0FeB96Cb513B689966b2176d4c09",
|
|
125
|
+
chain: "ARB",
|
|
126
|
+
chainId: "42161",
|
|
127
|
+
decimals: 18,
|
|
128
|
+
identifier: "ARB.STEAK-0XDDBFBD5DC3BA0FEB96CB513B689966B2176D4C09",
|
|
129
|
+
logoURI:
|
|
130
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.steak-0xddbfbd5dc3ba0feb96cb513b689966b2176d4c09.png",
|
|
131
|
+
ticker: "STEAK",
|
|
132
|
+
},
|
|
123
133
|
{
|
|
124
134
|
address: "0x6694340fc020c5E6B96567843da2df01b2CE1eb6",
|
|
125
135
|
chain: "ARB",
|
|
@@ -130,6 +140,16 @@ export const list = {
|
|
|
130
140
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.stg-0x6694340fc020c5e6b96567843da2df01b2ce1eb6.png",
|
|
131
141
|
ticker: "STG",
|
|
132
142
|
},
|
|
143
|
+
{
|
|
144
|
+
address: "0xF202Ab403Cd7E90197ec0f010ee897E283037706",
|
|
145
|
+
chain: "ARB",
|
|
146
|
+
chainId: "42161",
|
|
147
|
+
decimals: 18,
|
|
148
|
+
identifier: "ARB.SVUSD-0XF202AB403CD7E90197EC0F010EE897E283037706",
|
|
149
|
+
logoURI:
|
|
150
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.svusd-0xf202ab403cd7e90197ec0f010ee897e283037706.png",
|
|
151
|
+
ticker: "SVUSD",
|
|
152
|
+
},
|
|
133
153
|
{
|
|
134
154
|
address: "0xD56734d7f9979dD94FAE3d67C7e928234e71cD4C",
|
|
135
155
|
chain: "ARB",
|
|
@@ -240,6 +260,16 @@ export const list = {
|
|
|
240
260
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.wsteth-0x5979d7b546e38e414f7e9822514be443a4800529.png",
|
|
241
261
|
ticker: "WSTETH",
|
|
242
262
|
},
|
|
263
|
+
{
|
|
264
|
+
address: "0x7f4dB37D7bEb31F445307782Bc3Da0F18dF13696",
|
|
265
|
+
chain: "ARB",
|
|
266
|
+
chainId: "42161",
|
|
267
|
+
decimals: 18,
|
|
268
|
+
identifier: "ARB.YAK-0X7F4DB37D7BEB31F445307782BC3DA0F18DF13696",
|
|
269
|
+
logoURI:
|
|
270
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.yak-0x7f4db37d7beb31f445307782bc3da0f18df13696.png",
|
|
271
|
+
ticker: "YAK",
|
|
272
|
+
},
|
|
243
273
|
{
|
|
244
274
|
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
245
275
|
chain: "ARB",
|
|
@@ -270,26 +300,6 @@ export const list = {
|
|
|
270
300
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.agx-0x13e7bcefdde72492e656f3fa58bae6029708e673.png",
|
|
271
301
|
ticker: "AGX",
|
|
272
302
|
},
|
|
273
|
-
{
|
|
274
|
-
address: "0xc0Fbc4967259786C743361a5885ef49380473dCF",
|
|
275
|
-
chain: "AVAX",
|
|
276
|
-
chainId: "43114",
|
|
277
|
-
decimals: 18,
|
|
278
|
-
identifier: "AVAX.ALEPH-0XC0FBC4967259786C743361A5885EF49380473DCF",
|
|
279
|
-
logoURI:
|
|
280
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.aleph-0xc0fbc4967259786c743361a5885ef49380473dcf.png",
|
|
281
|
-
ticker: "ALEPH",
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
address: "0xc0Fbc4967259786C743361a5885ef49380473dCF",
|
|
285
|
-
chain: "AVAX",
|
|
286
|
-
chainId: "43114",
|
|
287
|
-
decimals: 18,
|
|
288
|
-
identifier: "AVAX.ALEPH-0XC0FBC4967259786C743361A5885EF49380473DCF",
|
|
289
|
-
logoURI:
|
|
290
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.aleph-0xc0fbc4967259786c743361a5885ef49380473dcf.png",
|
|
291
|
-
ticker: "ALEPH",
|
|
292
|
-
},
|
|
293
303
|
{
|
|
294
304
|
address: "0x093783055F9047C2BfF99c4e414501F8A147bC69",
|
|
295
305
|
chain: "AVAX",
|
|
@@ -330,6 +340,26 @@ export const list = {
|
|
|
330
340
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.ami-0xc139aa91399600f6b72975ac3317b6d49cb30a69.png",
|
|
331
341
|
ticker: "AMI",
|
|
332
342
|
},
|
|
343
|
+
{
|
|
344
|
+
address: "0x98B172A09102869adD73116FC92A0A60BFF4778F",
|
|
345
|
+
chain: "AVAX",
|
|
346
|
+
chainId: "43114",
|
|
347
|
+
decimals: 18,
|
|
348
|
+
identifier: "AVAX.APEX-0X98B172A09102869ADD73116FC92A0A60BFF4778F",
|
|
349
|
+
logoURI:
|
|
350
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.apex-0x98b172a09102869add73116fc92a0a60bff4778f.png",
|
|
351
|
+
ticker: "APEX",
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
address: "0x98B172A09102869adD73116FC92A0A60BFF4778F",
|
|
355
|
+
chain: "AVAX",
|
|
356
|
+
chainId: "43114",
|
|
357
|
+
decimals: 18,
|
|
358
|
+
identifier: "AVAX.APEX-0X98B172A09102869ADD73116FC92A0A60BFF4778F",
|
|
359
|
+
logoURI:
|
|
360
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.apex-0x98b172a09102869add73116fc92a0a60bff4778f.png",
|
|
361
|
+
ticker: "APEX",
|
|
362
|
+
},
|
|
333
363
|
{
|
|
334
364
|
address: "0xB8d7710f7d8349A506b75dD184F05777c82dAd0C",
|
|
335
365
|
chain: "AVAX",
|
|
@@ -450,6 +480,66 @@ export const list = {
|
|
|
450
480
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",
|
|
451
481
|
ticker: "BEAM",
|
|
452
482
|
},
|
|
483
|
+
{
|
|
484
|
+
address: "0x2d0aFed89a6D6A100273Db377dBA7a32C739E314",
|
|
485
|
+
chain: "AVAX",
|
|
486
|
+
chainId: "43114",
|
|
487
|
+
decimals: 18,
|
|
488
|
+
identifier: "AVAX.BIG-0X2D0AFED89A6D6A100273DB377DBA7A32C739E314",
|
|
489
|
+
logoURI:
|
|
490
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.big-0x2d0afed89a6d6a100273db377dba7a32c739e314.png",
|
|
491
|
+
ticker: "BIG",
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
address: "0x2d0aFed89a6D6A100273Db377dBA7a32C739E314",
|
|
495
|
+
chain: "AVAX",
|
|
496
|
+
chainId: "43114",
|
|
497
|
+
decimals: 18,
|
|
498
|
+
identifier: "AVAX.BIG-0X2D0AFED89A6D6A100273DB377DBA7A32C739E314",
|
|
499
|
+
logoURI:
|
|
500
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.big-0x2d0afed89a6d6a100273db377dba7a32c739e314.png",
|
|
501
|
+
ticker: "BIG",
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
address: "0xdBDd50997361522495EcFE57EBb6850dA0E4C699",
|
|
505
|
+
chain: "AVAX",
|
|
506
|
+
chainId: "43114",
|
|
507
|
+
decimals: 18,
|
|
508
|
+
identifier: "AVAX.BNUSD-0XDBDD50997361522495ECFE57EBB6850DA0E4C699",
|
|
509
|
+
logoURI:
|
|
510
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.bnusd-0xdbdd50997361522495ecfe57ebb6850da0e4c699.png",
|
|
511
|
+
ticker: "BNUSD",
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
address: "0xdBDd50997361522495EcFE57EBb6850dA0E4C699",
|
|
515
|
+
chain: "AVAX",
|
|
516
|
+
chainId: "43114",
|
|
517
|
+
decimals: 18,
|
|
518
|
+
identifier: "AVAX.BNUSD-0XDBDD50997361522495ECFE57EBB6850DA0E4C699",
|
|
519
|
+
logoURI:
|
|
520
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.bnusd-0xdbdd50997361522495ecfe57ebb6850da0e4c699.png",
|
|
521
|
+
ticker: "BNUSD",
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
address: "0xC07C98a93591504584738e4569928DDb3b9f12A7",
|
|
525
|
+
chain: "AVAX",
|
|
526
|
+
chainId: "43114",
|
|
527
|
+
decimals: 5,
|
|
528
|
+
identifier: "AVAX.BONK-0XC07C98A93591504584738E4569928DDB3B9F12A7",
|
|
529
|
+
logoURI:
|
|
530
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.bonk-0xc07c98a93591504584738e4569928ddb3b9f12a7.png",
|
|
531
|
+
ticker: "BONK",
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
address: "0xC07C98a93591504584738e4569928DDb3b9f12A7",
|
|
535
|
+
chain: "AVAX",
|
|
536
|
+
chainId: "43114",
|
|
537
|
+
decimals: 5,
|
|
538
|
+
identifier: "AVAX.BONK-0XC07C98A93591504584738E4569928DDB3B9F12A7",
|
|
539
|
+
logoURI:
|
|
540
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.bonk-0xc07c98a93591504584738e4569928ddb3b9f12a7.png",
|
|
541
|
+
ticker: "BONK",
|
|
542
|
+
},
|
|
453
543
|
{
|
|
454
544
|
address: "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
|
|
455
545
|
chain: "AVAX",
|
|
@@ -490,6 +580,26 @@ export const list = {
|
|
|
490
580
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.burritoai-0xf65645a42609f6b44e2ec158a3dc2b6cfc97093f.png",
|
|
491
581
|
ticker: "BURRITOAI",
|
|
492
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/images/avax.cnr-0x8d88e48465f30acfb8dac0b3e35c9d6d7d36abaf.png",
|
|
591
|
+
ticker: "CNR",
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
address: "0x8D88e48465F30Acfb8daC0b3E35c9D6D7d36abaf",
|
|
595
|
+
chain: "AVAX",
|
|
596
|
+
chainId: "43114",
|
|
597
|
+
decimals: 18,
|
|
598
|
+
identifier: "AVAX.CNR-0X8D88E48465F30ACFB8DAC0B3E35C9D6D7D36ABAF",
|
|
599
|
+
logoURI:
|
|
600
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.cnr-0x8d88e48465f30acfb8dac0b3e35c9d6d7d36abaf.png",
|
|
601
|
+
ticker: "CNR",
|
|
602
|
+
},
|
|
493
603
|
{
|
|
494
604
|
address: "0xA6f1d8CD188D6034b62B307d91437AE64eA2603b",
|
|
495
605
|
chain: "AVAX",
|
|
@@ -650,6 +760,26 @@ export const list = {
|
|
|
650
760
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.frax-0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da64.png",
|
|
651
761
|
ticker: "FRAX",
|
|
652
762
|
},
|
|
763
|
+
{
|
|
764
|
+
address: "0x214DB107654fF987AD859F34125307783fC8e387",
|
|
765
|
+
chain: "AVAX",
|
|
766
|
+
chainId: "43114",
|
|
767
|
+
decimals: 18,
|
|
768
|
+
identifier: "AVAX.FXS-0X214DB107654FF987AD859F34125307783FC8E387",
|
|
769
|
+
logoURI:
|
|
770
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.fxs-0x214db107654ff987ad859f34125307783fc8e387.png",
|
|
771
|
+
ticker: "FXS",
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
address: "0x214DB107654fF987AD859F34125307783fC8e387",
|
|
775
|
+
chain: "AVAX",
|
|
776
|
+
chainId: "43114",
|
|
777
|
+
decimals: 18,
|
|
778
|
+
identifier: "AVAX.FXS-0X214DB107654FF987AD859F34125307783FC8E387",
|
|
779
|
+
logoURI:
|
|
780
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.fxs-0x214db107654ff987ad859f34125307783fc8e387.png",
|
|
781
|
+
ticker: "FXS",
|
|
782
|
+
},
|
|
653
783
|
{
|
|
654
784
|
address: "0xA25EaF2906FA1a3a13EdAc9B9657108Af7B703e3",
|
|
655
785
|
chain: "AVAX",
|
|
@@ -690,6 +820,46 @@ export const list = {
|
|
|
690
820
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.ggp-0x69260b9483f9871ca57f81a90d91e2f96c2cd11d.png",
|
|
691
821
|
ticker: "GGP",
|
|
692
822
|
},
|
|
823
|
+
{
|
|
824
|
+
address: "0x223a368Ad0E7396165FC629976d77596a51F155C",
|
|
825
|
+
chain: "AVAX",
|
|
826
|
+
chainId: "43114",
|
|
827
|
+
decimals: 18,
|
|
828
|
+
identifier: "AVAX.GURS-0X223A368AD0E7396165FC629976D77596A51F155C",
|
|
829
|
+
logoURI:
|
|
830
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.gurs-0x223a368ad0e7396165fc629976d77596a51f155c.png",
|
|
831
|
+
ticker: "GURS",
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
address: "0x223a368Ad0E7396165FC629976d77596a51F155C",
|
|
835
|
+
chain: "AVAX",
|
|
836
|
+
chainId: "43114",
|
|
837
|
+
decimals: 18,
|
|
838
|
+
identifier: "AVAX.GURS-0X223A368AD0E7396165FC629976D77596A51F155C",
|
|
839
|
+
logoURI:
|
|
840
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.gurs-0x223a368ad0e7396165fc629976d77596a51f155c.png",
|
|
841
|
+
ticker: "GURS",
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
address: "0xb014430ec5a7B56224e40850f2afBE10A5bd685d",
|
|
845
|
+
chain: "AVAX",
|
|
846
|
+
chainId: "43114",
|
|
847
|
+
decimals: 18,
|
|
848
|
+
identifier: "AVAX.HP-0XB014430EC5A7B56224E40850F2AFBE10A5BD685D",
|
|
849
|
+
logoURI:
|
|
850
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.hp-0xb014430ec5a7b56224e40850f2afbe10a5bd685d.png",
|
|
851
|
+
ticker: "HP",
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
address: "0xb014430ec5a7B56224e40850f2afBE10A5bd685d",
|
|
855
|
+
chain: "AVAX",
|
|
856
|
+
chainId: "43114",
|
|
857
|
+
decimals: 18,
|
|
858
|
+
identifier: "AVAX.HP-0XB014430EC5A7B56224E40850F2AFBE10A5BD685D",
|
|
859
|
+
logoURI:
|
|
860
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.hp-0xb014430ec5a7b56224e40850f2afbe10a5bd685d.png",
|
|
861
|
+
ticker: "HP",
|
|
862
|
+
},
|
|
693
863
|
{
|
|
694
864
|
address: "0x65378b697853568dA9ff8EaB60C13E1Ee9f4a654",
|
|
695
865
|
chain: "AVAX",
|
|
@@ -730,26 +900,6 @@ export const list = {
|
|
|
730
900
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.joe-0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd.png",
|
|
731
901
|
ticker: "JOE",
|
|
732
902
|
},
|
|
733
|
-
{
|
|
734
|
-
address: "0xC654721fBf1F374fd9FfA3385Bba2F4932A6af55",
|
|
735
|
-
chain: "AVAX",
|
|
736
|
-
chainId: "43114",
|
|
737
|
-
decimals: 18,
|
|
738
|
-
identifier: "AVAX.JUICY-0XC654721FBF1F374FD9FFA3385BBA2F4932A6AF55",
|
|
739
|
-
logoURI:
|
|
740
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.juicy-0xc654721fbf1f374fd9ffa3385bba2f4932a6af55.png",
|
|
741
|
-
ticker: "JUICY",
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
address: "0xC654721fBf1F374fd9FfA3385Bba2F4932A6af55",
|
|
745
|
-
chain: "AVAX",
|
|
746
|
-
chainId: "43114",
|
|
747
|
-
decimals: 18,
|
|
748
|
-
identifier: "AVAX.JUICY-0XC654721FBF1F374FD9FFA3385BBA2F4932A6AF55",
|
|
749
|
-
logoURI:
|
|
750
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.juicy-0xc654721fbf1f374fd9ffa3385bba2f4932a6af55.png",
|
|
751
|
-
ticker: "JUICY",
|
|
752
|
-
},
|
|
753
903
|
{
|
|
754
904
|
address: "0x184ff13B3EBCB25Be44e860163A5D8391Dd568c1",
|
|
755
905
|
chain: "AVAX",
|
|
@@ -810,26 +960,6 @@ export const list = {
|
|
|
810
960
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.link.e-0x5947bb275c521040051d82396192181b413227a3.png",
|
|
811
961
|
ticker: "LINK.E",
|
|
812
962
|
},
|
|
813
|
-
{
|
|
814
|
-
address: "0xbBAAA0420D474B34Be197f95A323C2fF3829E811",
|
|
815
|
-
chain: "AVAX",
|
|
816
|
-
chainId: "43114",
|
|
817
|
-
decimals: 18,
|
|
818
|
-
identifier: "AVAX.LODE-0XBBAAA0420D474B34BE197F95A323C2FF3829E811",
|
|
819
|
-
logoURI:
|
|
820
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.lode-0xbbaaa0420d474b34be197f95a323c2ff3829e811.png",
|
|
821
|
-
ticker: "LODE",
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
address: "0xbBAAA0420D474B34Be197f95A323C2fF3829E811",
|
|
825
|
-
chain: "AVAX",
|
|
826
|
-
chainId: "43114",
|
|
827
|
-
decimals: 18,
|
|
828
|
-
identifier: "AVAX.LODE-0XBBAAA0420D474B34BE197F95A323C2FF3829E811",
|
|
829
|
-
logoURI:
|
|
830
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.lode-0xbbaaa0420d474b34be197f95a323c2ff3829e811.png",
|
|
831
|
-
ticker: "LODE",
|
|
832
|
-
},
|
|
833
963
|
{
|
|
834
964
|
address: "0x130966628846BFd36ff31a822705796e8cb8C18D",
|
|
835
965
|
chain: "AVAX",
|
|
@@ -870,26 +1000,6 @@ export const list = {
|
|
|
870
1000
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.nochill-0xacfb898cff266e53278cc0124fc2c7c94c8cb9a5.png",
|
|
871
1001
|
ticker: "NOCHILL",
|
|
872
1002
|
},
|
|
873
|
-
{
|
|
874
|
-
address: "0x60781C2586D68229fde47564546784ab3fACA982",
|
|
875
|
-
chain: "AVAX",
|
|
876
|
-
chainId: "43114",
|
|
877
|
-
decimals: 18,
|
|
878
|
-
identifier: "AVAX.PNG-0X60781C2586D68229FDE47564546784AB3FACA982",
|
|
879
|
-
logoURI:
|
|
880
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.png-0x60781c2586d68229fde47564546784ab3faca982.png",
|
|
881
|
-
ticker: "PNG",
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
address: "0x60781C2586D68229fde47564546784ab3fACA982",
|
|
885
|
-
chain: "AVAX",
|
|
886
|
-
chainId: "43114",
|
|
887
|
-
decimals: 18,
|
|
888
|
-
identifier: "AVAX.PNG-0X60781C2586D68229FDE47564546784AB3FACA982",
|
|
889
|
-
logoURI:
|
|
890
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.png-0x60781c2586d68229fde47564546784ab3faca982.png",
|
|
891
|
-
ticker: "PNG",
|
|
892
|
-
},
|
|
893
1003
|
{
|
|
894
1004
|
address: "0x33C8036E99082B0C395374832FECF70c42C7F298",
|
|
895
1005
|
chain: "AVAX",
|
|
@@ -931,24 +1041,24 @@ export const list = {
|
|
|
931
1041
|
ticker: "QI",
|
|
932
1042
|
},
|
|
933
1043
|
{
|
|
934
|
-
address: "
|
|
1044
|
+
address: "0xf3E5914cA1F678E0A3a38031B5514682e3450919",
|
|
935
1045
|
chain: "AVAX",
|
|
936
1046
|
chainId: "43114",
|
|
937
1047
|
decimals: 18,
|
|
938
|
-
identifier: "AVAX.
|
|
1048
|
+
identifier: "AVAX.QUILL-0XF3E5914CA1F678E0A3A38031B5514682E3450919",
|
|
939
1049
|
logoURI:
|
|
940
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
941
|
-
ticker: "
|
|
1050
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.quill-0xf3e5914ca1f678e0a3a38031b5514682e3450919.png",
|
|
1051
|
+
ticker: "QUILL",
|
|
942
1052
|
},
|
|
943
1053
|
{
|
|
944
|
-
address: "
|
|
1054
|
+
address: "0xf3E5914cA1F678E0A3a38031B5514682e3450919",
|
|
945
1055
|
chain: "AVAX",
|
|
946
1056
|
chainId: "43114",
|
|
947
1057
|
decimals: 18,
|
|
948
|
-
identifier: "AVAX.
|
|
1058
|
+
identifier: "AVAX.QUILL-0XF3E5914CA1F678E0A3A38031B5514682E3450919",
|
|
949
1059
|
logoURI:
|
|
950
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
951
|
-
ticker: "
|
|
1060
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.quill-0xf3e5914ca1f678e0a3a38031b5514682e3450919.png",
|
|
1061
|
+
ticker: "QUILL",
|
|
952
1062
|
},
|
|
953
1063
|
{
|
|
954
1064
|
address: "0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE",
|
|
@@ -1050,26 +1160,6 @@ export const list = {
|
|
|
1050
1160
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.solvbtc.bbn-0xcc0966d8418d412c599a6421b760a847eb169a8c.png",
|
|
1051
1161
|
ticker: "SOLVBTC.BBN",
|
|
1052
1162
|
},
|
|
1053
|
-
{
|
|
1054
|
-
address: "0xB44B645b5058F7e393F3AE6Af58A4CEf67006196",
|
|
1055
|
-
chain: "AVAX",
|
|
1056
|
-
chainId: "43114",
|
|
1057
|
-
decimals: 18,
|
|
1058
|
-
identifier: "AVAX.STICK-0XB44B645B5058F7E393F3AE6AF58A4CEF67006196",
|
|
1059
|
-
logoURI:
|
|
1060
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.stick-0xb44b645b5058f7e393f3ae6af58a4cef67006196.png",
|
|
1061
|
-
ticker: "STICK",
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
address: "0xB44B645b5058F7e393F3AE6Af58A4CEf67006196",
|
|
1065
|
-
chain: "AVAX",
|
|
1066
|
-
chainId: "43114",
|
|
1067
|
-
decimals: 18,
|
|
1068
|
-
identifier: "AVAX.STICK-0XB44B645B5058F7E393F3AE6AF58A4CEF67006196",
|
|
1069
|
-
logoURI:
|
|
1070
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.stick-0xb44b645b5058f7e393f3ae6af58a4cef67006196.png",
|
|
1071
|
-
ticker: "STICK",
|
|
1072
|
-
},
|
|
1073
1163
|
{
|
|
1074
1164
|
address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
|
|
1075
1165
|
chain: "AVAX",
|
|
@@ -1350,6 +1440,26 @@ export const list = {
|
|
|
1350
1440
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.yeehaw-0x147929393f770869ad635ce284d66911798d9a5c.png",
|
|
1351
1441
|
ticker: "YEEHAW",
|
|
1352
1442
|
},
|
|
1443
|
+
{
|
|
1444
|
+
address: "0x769bfeb9fAacD6Eb2746979a8dD0b7e9920aC2A4",
|
|
1445
|
+
chain: "AVAX",
|
|
1446
|
+
chainId: "43114",
|
|
1447
|
+
decimals: 18,
|
|
1448
|
+
identifier: "AVAX.ZJOE-0X769BFEB9FAACD6EB2746979A8DD0B7E9920AC2A4",
|
|
1449
|
+
logoURI:
|
|
1450
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.zjoe-0x769bfeb9faacd6eb2746979a8dd0b7e9920ac2a4.png",
|
|
1451
|
+
ticker: "ZJOE",
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
address: "0x769bfeb9fAacD6Eb2746979a8dD0b7e9920aC2A4",
|
|
1455
|
+
chain: "AVAX",
|
|
1456
|
+
chainId: "43114",
|
|
1457
|
+
decimals: 18,
|
|
1458
|
+
identifier: "AVAX.ZJOE-0X769BFEB9FAACD6EB2746979A8DD0B7E9920AC2A4",
|
|
1459
|
+
logoURI:
|
|
1460
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.zjoe-0x769bfeb9faacd6eb2746979a8dd0b7e9920ac2a4.png",
|
|
1461
|
+
ticker: "ZJOE",
|
|
1462
|
+
},
|
|
1353
1463
|
{
|
|
1354
1464
|
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
1355
1465
|
chain: "AVAX",
|