@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
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "SUSHISWAP_V2",
|
|
3
3
|
chainId: "1",
|
|
4
4
|
name: "SUSHISWAP_V2",
|
|
5
|
-
timestamp: "2024-
|
|
5
|
+
timestamp: "2024-12-10T12:01:20.182Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 101,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x4Af698B479D0098229DC715655c667Ceb6cd8433",
|
|
@@ -91,6 +91,16 @@ export const list = {
|
|
|
91
91
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.band-0xba11d00c5f74255f56a5e366f4f77f5a186d7f55.png",
|
|
92
92
|
ticker: "BAND",
|
|
93
93
|
},
|
|
94
|
+
{
|
|
95
|
+
address: "0x24A6A37576377F63f194Caa5F518a60f45b42921",
|
|
96
|
+
chain: "ETH",
|
|
97
|
+
chainId: "1",
|
|
98
|
+
decimals: 18,
|
|
99
|
+
identifier: "ETH.BANK-0X24A6A37576377F63F194CAA5F518A60F45B42921",
|
|
100
|
+
logoURI:
|
|
101
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.bank-0x24a6a37576377f63f194caa5f518a60f45b42921.png",
|
|
102
|
+
ticker: "BANK",
|
|
103
|
+
},
|
|
94
104
|
{
|
|
95
105
|
address: "0x0309c98B1bffA350bcb3F9fB9780970CA32a5060",
|
|
96
106
|
chain: "ETH",
|
|
@@ -191,6 +201,16 @@ export const list = {
|
|
|
191
201
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.crv-0xd533a949740bb3306d119cc777fa900ba034cd52.png",
|
|
192
202
|
ticker: "CRV",
|
|
193
203
|
},
|
|
204
|
+
{
|
|
205
|
+
address: "0xE97e496E8494232ee128c1a8cAe0b2B7936f3CaA",
|
|
206
|
+
chain: "ETH",
|
|
207
|
+
chainId: "1",
|
|
208
|
+
decimals: 18,
|
|
209
|
+
identifier: "ETH.CURIO-0XE97E496E8494232EE128C1A8CAE0B2B7936F3CAA",
|
|
210
|
+
logoURI:
|
|
211
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.curio-0xe97e496e8494232ee128c1a8cae0b2b7936f3caa.png",
|
|
212
|
+
ticker: "CURIO",
|
|
213
|
+
},
|
|
194
214
|
{
|
|
195
215
|
address: "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
|
|
196
216
|
chain: "ETH",
|
|
@@ -251,16 +271,6 @@ export const list = {
|
|
|
251
271
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.dia-0x84ca8bc7997272c7cfb4d0cd3d55cd942b3c9419.png",
|
|
252
272
|
ticker: "DIA",
|
|
253
273
|
},
|
|
254
|
-
{
|
|
255
|
-
address: "0x798D1bE841a82a273720CE31c822C61a67a601C3",
|
|
256
|
-
chain: "ETH",
|
|
257
|
-
chainId: "1",
|
|
258
|
-
decimals: 9,
|
|
259
|
-
identifier: "ETH.DIGG-0X798D1BE841A82A273720CE31C822C61A67A601C3",
|
|
260
|
-
logoURI:
|
|
261
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.digg-0x798d1be841a82a273720ce31c822c61a67a601c3.png",
|
|
262
|
-
ticker: "DIGG",
|
|
263
|
-
},
|
|
264
274
|
{
|
|
265
275
|
address: "0xBAac2B4491727D78D2b78815144570b9f2Fe8899",
|
|
266
276
|
chain: "ETH",
|
|
@@ -312,14 +322,14 @@ export const list = {
|
|
|
312
322
|
ticker: "FLOAT",
|
|
313
323
|
},
|
|
314
324
|
{
|
|
315
|
-
address: "
|
|
325
|
+
address: "0x4E15361FD6b4BB609Fa63C81A2be19d873717870",
|
|
316
326
|
chain: "ETH",
|
|
317
327
|
chainId: "1",
|
|
318
328
|
decimals: 18,
|
|
319
|
-
identifier: "ETH.
|
|
329
|
+
identifier: "ETH.FTM-0X4E15361FD6B4BB609FA63C81A2BE19D873717870",
|
|
320
330
|
logoURI:
|
|
321
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
322
|
-
ticker: "
|
|
331
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ftm-0x4e15361fd6b4bb609fa63c81a2be19d873717870.png",
|
|
332
|
+
ticker: "FTM",
|
|
323
333
|
},
|
|
324
334
|
{
|
|
325
335
|
address: "0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9",
|
|
@@ -331,6 +341,16 @@ export const list = {
|
|
|
331
341
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ftx token-0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9.png",
|
|
332
342
|
ticker: "FTX TOKEN",
|
|
333
343
|
},
|
|
344
|
+
{
|
|
345
|
+
address: "0x5f944B0c4315Cb7c3a846b025AB4045da44abf6c",
|
|
346
|
+
chain: "ETH",
|
|
347
|
+
chainId: "1",
|
|
348
|
+
decimals: 18,
|
|
349
|
+
identifier: "ETH.GCAKE-0X5F944B0C4315CB7C3A846B025AB4045DA44ABF6C",
|
|
350
|
+
logoURI:
|
|
351
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.gcake-0x5f944b0c4315cb7c3a846b025ab4045da44abf6c.png",
|
|
352
|
+
ticker: "GCAKE",
|
|
353
|
+
},
|
|
334
354
|
{
|
|
335
355
|
address: "0x9AB7bb7FdC60f4357ECFef43986818A2A3569c62",
|
|
336
356
|
chain: "ETH",
|
|
@@ -411,6 +431,16 @@ export const list = {
|
|
|
411
431
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.inj-0xe28b3b32b6c345a34ff64674606124dd5aceca30.png",
|
|
412
432
|
ticker: "INJ",
|
|
413
433
|
},
|
|
434
|
+
{
|
|
435
|
+
address: "0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69",
|
|
436
|
+
chain: "ETH",
|
|
437
|
+
chainId: "1",
|
|
438
|
+
decimals: 18,
|
|
439
|
+
identifier: "ETH.IOTX-0X6FB3E0A217407EFFF7CA062D46C26E5D60A14D69",
|
|
440
|
+
logoURI:
|
|
441
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.iotx-0x6fb3e0a217407efff7ca062d46c26e5d60a14d69.png",
|
|
442
|
+
ticker: "IOTX",
|
|
443
|
+
},
|
|
414
444
|
{
|
|
415
445
|
address: "0x579CEa1889991f68aCc35Ff5c3dd0621fF29b0C9",
|
|
416
446
|
chain: "ETH",
|
|
@@ -441,6 +471,16 @@ export const list = {
|
|
|
441
471
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.kp3r-0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44.png",
|
|
442
472
|
ticker: "KP3R",
|
|
443
473
|
},
|
|
474
|
+
{
|
|
475
|
+
address: "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
|
|
476
|
+
chain: "ETH",
|
|
477
|
+
chainId: "1",
|
|
478
|
+
decimals: 18,
|
|
479
|
+
identifier: "ETH.LDO-0X5A98FCBEA516CF06857215779FD812CA3BEF1B32",
|
|
480
|
+
logoURI:
|
|
481
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ldo-0x5a98fcbea516cf06857215779fd812ca3bef1b32.png",
|
|
482
|
+
ticker: "LDO",
|
|
483
|
+
},
|
|
444
484
|
{
|
|
445
485
|
address: "0x55332170Cb7d36545B500f66a80291C83d40Bba7",
|
|
446
486
|
chain: "ETH",
|
|
@@ -511,6 +551,16 @@ export const list = {
|
|
|
511
551
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.mkr-0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2.png",
|
|
512
552
|
ticker: "MKR",
|
|
513
553
|
},
|
|
554
|
+
{
|
|
555
|
+
address: "0xd3E4Ba569045546D09CF021ECC5dFe42b1d7f6E4",
|
|
556
|
+
chain: "ETH",
|
|
557
|
+
chainId: "1",
|
|
558
|
+
decimals: 18,
|
|
559
|
+
identifier: "ETH.MNW-0XD3E4BA569045546D09CF021ECC5DFE42B1D7F6E4",
|
|
560
|
+
logoURI:
|
|
561
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.mnw-0xd3e4ba569045546d09cf021ecc5dfe42b1d7f6e4.png",
|
|
562
|
+
ticker: "MNW",
|
|
563
|
+
},
|
|
514
564
|
{
|
|
515
565
|
address: "0x65Ef703f5594D2573eb71Aaf55BC0CB548492df4",
|
|
516
566
|
chain: "ETH",
|
|
@@ -651,16 +701,6 @@ export const list = {
|
|
|
651
701
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.rail-0xe76c6c83af64e4c60245d8c7de953df673a7a33d.png",
|
|
652
702
|
ticker: "RAIL",
|
|
653
703
|
},
|
|
654
|
-
{
|
|
655
|
-
address: "0xba5BDe662c17e2aDFF1075610382B9B691296350",
|
|
656
|
-
chain: "ETH",
|
|
657
|
-
chainId: "1",
|
|
658
|
-
decimals: 18,
|
|
659
|
-
identifier: "ETH.RARE-0XBA5BDE662C17E2ADFF1075610382B9B691296350",
|
|
660
|
-
logoURI:
|
|
661
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.rare-0xba5bde662c17e2adff1075610382b9b691296350.png",
|
|
662
|
-
ticker: "RARE",
|
|
663
|
-
},
|
|
664
704
|
{
|
|
665
705
|
address: "0xa35Bd2246978Dfbb1980DFf8Ff0f5834335dFdbc",
|
|
666
706
|
chain: "ETH",
|
|
@@ -711,16 +751,6 @@ export const list = {
|
|
|
711
751
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.snx-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f.png",
|
|
712
752
|
ticker: "SNX",
|
|
713
753
|
},
|
|
714
|
-
{
|
|
715
|
-
address: "0x86ed939B500E121C0C5f493F399084Db596dAd20",
|
|
716
|
-
chain: "ETH",
|
|
717
|
-
chainId: "1",
|
|
718
|
-
decimals: 18,
|
|
719
|
-
identifier: "ETH.SPC-0X86ED939B500E121C0C5F493F399084DB596DAD20",
|
|
720
|
-
logoURI:
|
|
721
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.spc-0x86ed939b500e121c0c5f493f399084db596dad20.png",
|
|
722
|
-
ticker: "SPC",
|
|
723
|
-
},
|
|
724
754
|
{
|
|
725
755
|
address: "0x090185f2135308BaD17527004364eBcC2D37e5F6",
|
|
726
756
|
chain: "ETH",
|
|
@@ -761,6 +791,16 @@ export const list = {
|
|
|
761
791
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.sunder-0xbdbf245c690d54b67c6e610a28486a2c6de08be6.png",
|
|
762
792
|
ticker: "SUNDER",
|
|
763
793
|
},
|
|
794
|
+
{
|
|
795
|
+
address: "0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55",
|
|
796
|
+
chain: "ETH",
|
|
797
|
+
chainId: "1",
|
|
798
|
+
decimals: 18,
|
|
799
|
+
identifier: "ETH.SUPER-0XE53EC727DBDEB9E2D5456C3BE40CFF031AB40A55",
|
|
800
|
+
logoURI:
|
|
801
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.super-0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55.png",
|
|
802
|
+
ticker: "SUPER",
|
|
803
|
+
},
|
|
764
804
|
{
|
|
765
805
|
address: "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",
|
|
766
806
|
chain: "ETH",
|
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "THORCHAIN",
|
|
3
3
|
chainId: "thorchain-1",
|
|
4
4
|
name: "THORCHAIN",
|
|
5
|
-
timestamp: "2024-
|
|
5
|
+
timestamp: "2024-12-10T12:01:22.303Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 64,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
chain: "AVAX",
|
|
@@ -185,6 +185,16 @@ export const list = {
|
|
|
185
185
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.lusd-0x5f98805a4e8be255a32880fdec7f6728c6568ba0.png",
|
|
186
186
|
ticker: "LUSD",
|
|
187
187
|
},
|
|
188
|
+
{
|
|
189
|
+
address: "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
|
|
190
|
+
chain: "ETH",
|
|
191
|
+
chainId: "1",
|
|
192
|
+
decimals: 18,
|
|
193
|
+
identifier: "ETH.SNX-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
|
|
194
|
+
logoURI:
|
|
195
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.snx-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f.png",
|
|
196
|
+
ticker: "SNX",
|
|
197
|
+
},
|
|
188
198
|
{
|
|
189
199
|
address: "0x108a850856db3f85d0269a2693d896b394c80325",
|
|
190
200
|
chain: "ETH",
|