@swapkit/tokens 2.0.0 → 2.2.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 -17
- package/package.json +1 -1
- package/src/helpers.ts +8 -4
- package/src/index.ts +2 -50
- package/src/lists.ts +48 -0
- package/src/tokenLists/camelot_v3.ts +52 -2
- package/src/tokenLists/caviar_v1.ts +242 -2
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/jupiter.ts +8096 -105
- package/src/tokenLists/kado.ts +354 -112
- package/src/tokenLists/mayachain.ts +12 -2
- package/src/tokenLists/oneinch.ts +132 -2
- package/src/tokenLists/pangolin_v1.ts +2 -32
- package/src/tokenLists/sushiswap_v2.ts +16 -36
- package/src/tokenLists/thorchain.ts +112 -12
- package/src/tokenLists/traderjoe_v2.ts +168 -248
- package/src/tokenLists/uniswap_v2.ts +182 -162
- package/src/tokenLists/uniswap_v3.ts +149 -149
- package/src/types.ts +30 -0
|
@@ -2,10 +2,10 @@ export const list = {
|
|
|
2
2
|
provider: "UNISWAP_V3",
|
|
3
3
|
name: "Uniswap Labs Default",
|
|
4
4
|
tags: {},
|
|
5
|
-
timestamp: "2024-12-
|
|
5
|
+
timestamp: "2024-12-18T15:08:47.795Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 12,
|
|
8
|
-
minor:
|
|
8
|
+
minor: 34,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: ["uniswap", "default"],
|
|
@@ -221,6 +221,16 @@ export const list = {
|
|
|
221
221
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.ath-0xc7def82ba77baf30bbbc9b6162dc075b49092fb4.png",
|
|
222
222
|
ticker: "ATH",
|
|
223
223
|
},
|
|
224
|
+
{
|
|
225
|
+
address: "0xc87b37a581ec3257b734886d9d3a581f5a9d056c",
|
|
226
|
+
chain: "ARB",
|
|
227
|
+
chainId: "42161",
|
|
228
|
+
decimals: 18,
|
|
229
|
+
identifier: "ARB.ATH-0xc87b37a581ec3257b734886d9d3a581f5a9d056c",
|
|
230
|
+
logoURI:
|
|
231
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.ath-0xc87b37a581ec3257b734886d9d3a581f5a9d056c.png",
|
|
232
|
+
ticker: "ATH",
|
|
233
|
+
},
|
|
224
234
|
{
|
|
225
235
|
address: "0xa71e2738704e367798baa2755af5a10499634953",
|
|
226
236
|
chain: "ARB",
|
|
@@ -331,16 +341,6 @@ export const list = {
|
|
|
331
341
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.bond-0x0d81e50bc677fa67341c44d7eaa9228dee64a4e1.png",
|
|
332
342
|
ticker: "BOND",
|
|
333
343
|
},
|
|
334
|
-
{
|
|
335
|
-
address: "0x2297aebd383787a160dd0d9f71508148769342e3",
|
|
336
|
-
chain: "ARB",
|
|
337
|
-
chainId: "42161",
|
|
338
|
-
decimals: 8,
|
|
339
|
-
identifier: "ARB.BTC.b-0x2297aebd383787a160dd0d9f71508148769342e3",
|
|
340
|
-
logoURI:
|
|
341
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.btc.b-0x2297aebd383787a160dd0d9f71508148769342e3.png",
|
|
342
|
-
ticker: "BTC.b",
|
|
343
|
-
},
|
|
344
344
|
{
|
|
345
345
|
address: "0x31190254504622cEFdFA55a7d3d272e6462629a2",
|
|
346
346
|
chain: "ARB",
|
|
@@ -471,6 +471,16 @@ export const list = {
|
|
|
471
471
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.crypto-0x9842989969687f7d249d01cae1d2ff6b7b6b6d35.png",
|
|
472
472
|
ticker: "CRYPTO",
|
|
473
473
|
},
|
|
474
|
+
{
|
|
475
|
+
address: "0xd07d35368e04a839dee335e213302b21ef14bb4a",
|
|
476
|
+
chain: "ARB",
|
|
477
|
+
chainId: "42161",
|
|
478
|
+
decimals: 18,
|
|
479
|
+
identifier: "ARB.CRYSTAL-0xd07d35368e04a839dee335e213302b21ef14bb4a",
|
|
480
|
+
logoURI:
|
|
481
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.crystal-0xd07d35368e04a839dee335e213302b21ef14bb4a.png",
|
|
482
|
+
ticker: "CRYSTAL",
|
|
483
|
+
},
|
|
474
484
|
{
|
|
475
485
|
address: "0x319f865b287fCC10b30d8cE6144e8b6D1b476999",
|
|
476
486
|
chain: "ARB",
|
|
@@ -651,6 +661,16 @@ export const list = {
|
|
|
651
661
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.ethfi-0x07d65c18cecba423298c0aeb5d2beded4dfd5736.png",
|
|
652
662
|
ticker: "ETHFI",
|
|
653
663
|
},
|
|
664
|
+
{
|
|
665
|
+
address: "0x7189fb5b6504bbff6a852b13b7b82a3c118fdc27",
|
|
666
|
+
chain: "ARB",
|
|
667
|
+
chainId: "42161",
|
|
668
|
+
decimals: 18,
|
|
669
|
+
identifier: "ARB.ETHFI-0x7189fb5b6504bbff6a852b13b7b82a3c118fdc27",
|
|
670
|
+
logoURI:
|
|
671
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.ethfi-0x7189fb5b6504bbff6a852b13b7b82a3c118fdc27.png",
|
|
672
|
+
ticker: "ETHFI",
|
|
673
|
+
},
|
|
654
674
|
{
|
|
655
675
|
address: "0x863708032B5c328e11aBcbC0DF9D79C71Fc52a48",
|
|
656
676
|
chain: "ARB",
|
|
@@ -691,6 +711,16 @@ export const list = {
|
|
|
691
711
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.fet-0x4be87c766a7ce11d5cc864b6c3abb7457dcc4cc9.png",
|
|
692
712
|
ticker: "FET",
|
|
693
713
|
},
|
|
714
|
+
{
|
|
715
|
+
address: "0x3269a3c00ab86c753856fd135d97b87facb0d848",
|
|
716
|
+
chain: "ARB",
|
|
717
|
+
chainId: "42161",
|
|
718
|
+
decimals: 18,
|
|
719
|
+
identifier: "ARB.FFM-0x3269a3c00ab86c753856fd135d97b87facb0d848",
|
|
720
|
+
logoURI:
|
|
721
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.ffm-0x3269a3c00ab86c753856fd135d97b87facb0d848.png",
|
|
722
|
+
ticker: "FFM",
|
|
723
|
+
},
|
|
694
724
|
{
|
|
695
725
|
address: "0x849B40AB2469309117Ed1038c5A99894767C7282",
|
|
696
726
|
chain: "ARB",
|
|
@@ -731,16 +761,6 @@ export const list = {
|
|
|
731
761
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.fox-0xf929de51d91c77e42f5090069e0ad7a09e513c73.png",
|
|
732
762
|
ticker: "FOX",
|
|
733
763
|
},
|
|
734
|
-
{
|
|
735
|
-
address: "0x17fc002b466eec40dae837fc4be5c67993ddbd6f",
|
|
736
|
-
chain: "ARB",
|
|
737
|
-
chainId: "42161",
|
|
738
|
-
decimals: 18,
|
|
739
|
-
identifier: "ARB.FRAX-0x17fc002b466eec40dae837fc4be5c67993ddbd6f",
|
|
740
|
-
logoURI:
|
|
741
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.frax-0x17fc002b466eec40dae837fc4be5c67993ddbd6f.png",
|
|
742
|
-
ticker: "FRAX",
|
|
743
|
-
},
|
|
744
764
|
{
|
|
745
765
|
address: "0x7468a5d8E02245B00E8C0217fCE021C70Bc51305",
|
|
746
766
|
chain: "ARB",
|
|
@@ -881,16 +901,6 @@ export const list = {
|
|
|
881
901
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.grt-0x9623063377ad1b27544c965ccd7342f7ea7e88c7.png",
|
|
882
902
|
ticker: "GRT",
|
|
883
903
|
},
|
|
884
|
-
{
|
|
885
|
-
address: "0x580e933d90091b9ce380740e3a4a39c67eb85b4c",
|
|
886
|
-
chain: "ARB",
|
|
887
|
-
chainId: "42161",
|
|
888
|
-
decimals: 18,
|
|
889
|
-
identifier: "ARB.GSWIFT-0x580e933d90091b9ce380740e3a4a39c67eb85b4c",
|
|
890
|
-
logoURI:
|
|
891
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.gswift-0x580e933d90091b9ce380740e3a4a39c67eb85b4c.png",
|
|
892
|
-
ticker: "GSWIFT",
|
|
893
|
-
},
|
|
894
904
|
{
|
|
895
905
|
address: "0x7f9a7DB853Ca816B9A138AEe3380Ef34c437dEe0",
|
|
896
906
|
chain: "ARB",
|
|
@@ -951,16 +961,6 @@ export const list = {
|
|
|
951
961
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.hopr-0x177f394a3ed18faa85c1462ae626438a70294ef7.png",
|
|
952
962
|
ticker: "HOPR",
|
|
953
963
|
},
|
|
954
|
-
{
|
|
955
|
-
address: "0x8b5d1d8b3466ec21f8ee33ce63f319642c026142",
|
|
956
|
-
chain: "ARB",
|
|
957
|
-
chainId: "42161",
|
|
958
|
-
decimals: 18,
|
|
959
|
-
identifier: "ARB.hyETH-0x8b5d1d8b3466ec21f8ee33ce63f319642c026142",
|
|
960
|
-
logoURI:
|
|
961
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.hyeth-0x8b5d1d8b3466ec21f8ee33ce63f319642c026142.png",
|
|
962
|
-
ticker: "hyETH",
|
|
963
|
-
},
|
|
964
964
|
{
|
|
965
965
|
address: "0x56659245931cb6920e39c189d2a0e7dd0da2d57b",
|
|
966
966
|
chain: "ARB",
|
|
@@ -1082,14 +1082,14 @@ export const list = {
|
|
|
1082
1082
|
ticker: "LIT",
|
|
1083
1083
|
},
|
|
1084
1084
|
{
|
|
1085
|
-
address: "
|
|
1085
|
+
address: "0x59062301fb510f4ea2417b67404cb16d31e604ba",
|
|
1086
1086
|
chain: "ARB",
|
|
1087
1087
|
chainId: "42161",
|
|
1088
|
-
decimals:
|
|
1089
|
-
identifier: "ARB.
|
|
1088
|
+
decimals: 18,
|
|
1089
|
+
identifier: "ARB.LOGX-0x59062301fb510f4ea2417b67404cb16d31e604ba",
|
|
1090
1090
|
logoURI:
|
|
1091
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
1092
|
-
ticker: "
|
|
1091
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.logx-0x59062301fb510f4ea2417b67404cb16d31e604ba.png",
|
|
1092
|
+
ticker: "LOGX",
|
|
1093
1093
|
},
|
|
1094
1094
|
{
|
|
1095
1095
|
address: "0x289ba1701C2F088cf0faf8B3705246331cB8A839",
|
|
@@ -1421,6 +1421,16 @@ export const list = {
|
|
|
1421
1421
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.paxg-0xfeb4dfc8c4cf7ed305bb08065d08ec6ee6728429.png",
|
|
1422
1422
|
ticker: "PAXG",
|
|
1423
1423
|
},
|
|
1424
|
+
{
|
|
1425
|
+
address: "0x02f92800f57bcd74066f5709f1daa1a4302df875",
|
|
1426
|
+
chain: "ARB",
|
|
1427
|
+
chainId: "42161",
|
|
1428
|
+
decimals: 18,
|
|
1429
|
+
identifier: "ARB.PEAS-0x02f92800f57bcd74066f5709f1daa1a4302df875",
|
|
1430
|
+
logoURI:
|
|
1431
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.peas-0x02f92800f57bcd74066f5709f1daa1a4302df875.png",
|
|
1432
|
+
ticker: "PEAS",
|
|
1433
|
+
},
|
|
1424
1434
|
{
|
|
1425
1435
|
address: "0x0c880f6761f1af8d9aa9c466984b80dab9a8c9e8",
|
|
1426
1436
|
chain: "ARB",
|
|
@@ -1711,16 +1721,6 @@ export const list = {
|
|
|
1711
1721
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.rndr-0xc8a4eea31e9b6b61c406df013dd4fec76f21e279.png",
|
|
1712
1722
|
ticker: "RNDR",
|
|
1713
1723
|
},
|
|
1714
|
-
{
|
|
1715
|
-
address: "0xd79bb960dc8a206806c3a428b31bca49934d18d7",
|
|
1716
|
-
chain: "ARB",
|
|
1717
|
-
chainId: "42161",
|
|
1718
|
-
decimals: 9,
|
|
1719
|
-
identifier: "ARB.ROSNET-0xd79bb960dc8a206806c3a428b31bca49934d18d7",
|
|
1720
|
-
logoURI:
|
|
1721
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.rosnet-0xd79bb960dc8a206806c3a428b31bca49934d18d7.png",
|
|
1722
|
-
ticker: "ROSNET",
|
|
1723
|
-
},
|
|
1724
1724
|
{
|
|
1725
1725
|
address: "0x4186bfc76e2e237523cbc30fd220fe055156b41f",
|
|
1726
1726
|
chain: "ARB",
|
|
@@ -1841,6 +1841,16 @@ export const list = {
|
|
|
1841
1841
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.spell-0x3e6648c5a70a150a88bce65f4ad4d506fe15d2af.png",
|
|
1842
1842
|
ticker: "SPELL",
|
|
1843
1843
|
},
|
|
1844
|
+
{
|
|
1845
|
+
address: "0x53e70cc1d527b524A1C46Eaa892e4CB35d2ba901",
|
|
1846
|
+
chain: "ARB",
|
|
1847
|
+
chainId: "42161",
|
|
1848
|
+
decimals: 8,
|
|
1849
|
+
identifier: "ARB.SPX-0x53e70cc1d527b524A1C46Eaa892e4CB35d2ba901",
|
|
1850
|
+
logoURI:
|
|
1851
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.spx-0x53e70cc1d527b524a1c46eaa892e4cb35d2ba901.png",
|
|
1852
|
+
ticker: "SPX",
|
|
1853
|
+
},
|
|
1844
1854
|
{
|
|
1845
1855
|
address: "0xe018C7a3d175Fb0fE15D70Da2c874d3CA16313EC",
|
|
1846
1856
|
chain: "ARB",
|
|
@@ -1891,6 +1901,16 @@ export const list = {
|
|
|
1891
1901
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.sushi-0xd4d42f0b6def4ce0383636770ef773390d85c61a.png",
|
|
1892
1902
|
ticker: "SUSHI",
|
|
1893
1903
|
},
|
|
1904
|
+
{
|
|
1905
|
+
address: "0x2C96bE2612bec20fe2975C3ACFcbBe61a58f2571",
|
|
1906
|
+
chain: "ARB",
|
|
1907
|
+
chainId: "42161",
|
|
1908
|
+
decimals: 18,
|
|
1909
|
+
identifier: "ARB.SWELL-0x2C96bE2612bec20fe2975C3ACFcbBe61a58f2571",
|
|
1910
|
+
logoURI:
|
|
1911
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.swell-0x2c96be2612bec20fe2975c3acfcbbe61a58f2571.png",
|
|
1912
|
+
ticker: "SWELL",
|
|
1913
|
+
},
|
|
1894
1914
|
{
|
|
1895
1915
|
address: "0x1bCfc0B4eE1471674cd6A9F6B363A034375eAD84",
|
|
1896
1916
|
chain: "ARB",
|
|
@@ -2001,16 +2021,6 @@ export const list = {
|
|
|
2001
2021
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.umami-0x1622bf67e6e5747b81866fe0b85178a93c7f86e3.png",
|
|
2002
2022
|
ticker: "UMAMI",
|
|
2003
2023
|
},
|
|
2004
|
-
{
|
|
2005
|
-
address: "0x16a500aec6c37f84447ef04e66c57cfc6254cf92",
|
|
2006
|
-
chain: "ARB",
|
|
2007
|
-
chainId: "42161",
|
|
2008
|
-
decimals: 18,
|
|
2009
|
-
identifier: "ARB.UMJA-0x16a500aec6c37f84447ef04e66c57cfc6254cf92",
|
|
2010
|
-
logoURI:
|
|
2011
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.umja-0x16a500aec6c37f84447ef04e66c57cfc6254cf92.png",
|
|
2012
|
-
ticker: "UMJA",
|
|
2013
|
-
},
|
|
2014
2024
|
{
|
|
2015
2025
|
address: "0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0",
|
|
2016
2026
|
chain: "ARB",
|
|
@@ -2021,16 +2031,6 @@ export const list = {
|
|
|
2021
2031
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.uni-0xfa7f8980b0f1e64a2062791cc3b0871572f1f7f0.png",
|
|
2022
2032
|
ticker: "UNI",
|
|
2023
2033
|
},
|
|
2024
|
-
{
|
|
2025
|
-
address: "0xe80772eaf6e2e18b651f160bc9158b2a5cafca65",
|
|
2026
|
-
chain: "ARB",
|
|
2027
|
-
chainId: "42161",
|
|
2028
|
-
decimals: 6,
|
|
2029
|
-
identifier: "ARB.USD+-0xe80772eaf6e2e18b651f160bc9158b2a5cafca65",
|
|
2030
|
-
logoURI:
|
|
2031
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.usd+-0xe80772eaf6e2e18b651f160bc9158b2a5cafca65.png",
|
|
2032
|
-
ticker: "USD+",
|
|
2033
|
-
},
|
|
2034
2034
|
{
|
|
2035
2035
|
address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
2036
2036
|
chain: "ARB",
|
|
@@ -2081,6 +2081,16 @@ export const list = {
|
|
|
2081
2081
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdp-0x78df3a6044ce3cb1905500345b967788b699df8f.png",
|
|
2082
2082
|
ticker: "USDP",
|
|
2083
2083
|
},
|
|
2084
|
+
{
|
|
2085
|
+
address: "0xd74f5255d557944cf7dd0e45ff521520002d5748",
|
|
2086
|
+
chain: "ARB",
|
|
2087
|
+
chainId: "42161",
|
|
2088
|
+
decimals: 18,
|
|
2089
|
+
identifier: "ARB.USDs-0xd74f5255d557944cf7dd0e45ff521520002d5748",
|
|
2090
|
+
logoURI:
|
|
2091
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.usds-0xd74f5255d557944cf7dd0e45ff521520002d5748.png",
|
|
2092
|
+
ticker: "USDs",
|
|
2093
|
+
},
|
|
2084
2094
|
{
|
|
2085
2095
|
address: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
|
|
2086
2096
|
chain: "ARB",
|
|
@@ -2141,16 +2151,6 @@ export const list = {
|
|
|
2141
2151
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.wbtc-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f.png",
|
|
2142
2152
|
ticker: "WBTC",
|
|
2143
2153
|
},
|
|
2144
|
-
{
|
|
2145
|
-
address: "0x35751007a407ca6feffe80b3cb397736d2cf4dbe",
|
|
2146
|
-
chain: "ARB",
|
|
2147
|
-
chainId: "42161",
|
|
2148
|
-
decimals: 18,
|
|
2149
|
-
identifier: "ARB.weETH-0x35751007a407ca6feffe80b3cb397736d2cf4dbe",
|
|
2150
|
-
logoURI:
|
|
2151
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.weeth-0x35751007a407ca6feffe80b3cb397736d2cf4dbe.png",
|
|
2152
|
-
ticker: "weETH",
|
|
2153
|
-
},
|
|
2154
2154
|
{
|
|
2155
2155
|
address: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
2156
2156
|
chain: "ARB",
|
|
@@ -2741,6 +2741,16 @@ export const list = {
|
|
|
2741
2741
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.bigtime-0x64bc2ca1be492be7185faa2c8835d9b824c8a194.png",
|
|
2742
2742
|
ticker: "BIGTIME",
|
|
2743
2743
|
},
|
|
2744
|
+
{
|
|
2745
|
+
address: "0xcb1592591996765ec0efc1f92599a19767ee5ffa",
|
|
2746
|
+
chain: "ETH",
|
|
2747
|
+
chainId: "1",
|
|
2748
|
+
decimals: 18,
|
|
2749
|
+
identifier: "ETH.BIO-0xcb1592591996765ec0efc1f92599a19767ee5ffa",
|
|
2750
|
+
logoURI:
|
|
2751
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.bio-0xcb1592591996765ec0efc1f92599a19767ee5ffa.png",
|
|
2752
|
+
ticker: "BIO",
|
|
2753
|
+
},
|
|
2744
2754
|
{
|
|
2745
2755
|
address: "0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5",
|
|
2746
2756
|
chain: "ETH",
|
|
@@ -2821,6 +2831,16 @@ export const list = {
|
|
|
2821
2831
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.btrst-0x799ebfabe77a6e34311eeee9825190b9ece32824.png",
|
|
2822
2832
|
ticker: "BTRST",
|
|
2823
2833
|
},
|
|
2834
|
+
{
|
|
2835
|
+
address: "0x283e6a6e27365a7363a8e8011d5bd24735c8ae23",
|
|
2836
|
+
chain: "ETH",
|
|
2837
|
+
chainId: "1",
|
|
2838
|
+
decimals: 18,
|
|
2839
|
+
identifier: "ETH.BURGERS-0x283e6a6e27365a7363a8e8011d5bd24735c8ae23",
|
|
2840
|
+
logoURI:
|
|
2841
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.burgers-0x283e6a6e27365a7363a8e8011d5bd24735c8ae23.png",
|
|
2842
|
+
ticker: "BURGERS",
|
|
2843
|
+
},
|
|
2824
2844
|
{
|
|
2825
2845
|
address: "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
|
|
2826
2846
|
chain: "ETH",
|
|
@@ -2871,16 +2891,6 @@ export const list = {
|
|
|
2871
2891
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.cby-0xb9d27bc093ed0a3b7c18366266704cfe5e7af77b.png",
|
|
2872
2892
|
ticker: "CBY",
|
|
2873
2893
|
},
|
|
2874
|
-
{
|
|
2875
|
-
address: "0xc29bbe89e98250ee2eee3ac677bbed542a049efb",
|
|
2876
|
-
chain: "ETH",
|
|
2877
|
-
chainId: "1",
|
|
2878
|
-
decimals: 18,
|
|
2879
|
-
identifier: "ETH.CDN-0xc29bbe89e98250ee2eee3ac677bbed542a049efb",
|
|
2880
|
-
logoURI:
|
|
2881
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.cdn-0xc29bbe89e98250ee2eee3ac677bbed542a049efb.png",
|
|
2882
|
-
ticker: "CDN",
|
|
2883
|
-
},
|
|
2884
2894
|
{
|
|
2885
2895
|
address: "0xcdb37a4fbc2da5b78aa4e41a432792f9533e85cc",
|
|
2886
2896
|
chain: "ETH",
|
|
@@ -3211,6 +3221,16 @@ export const list = {
|
|
|
3211
3221
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.dnt-0x0abdace70d3790235af448c88547603b945604ea.png",
|
|
3212
3222
|
ticker: "DNT",
|
|
3213
3223
|
},
|
|
3224
|
+
{
|
|
3225
|
+
address: "0xfaca6611fca6de09f726b8a0a1448253b6f748e5",
|
|
3226
|
+
chain: "ETH",
|
|
3227
|
+
chainId: "1",
|
|
3228
|
+
decimals: 18,
|
|
3229
|
+
identifier: "ETH.DOLPHIN-0xfaca6611fca6de09f726b8a0a1448253b6f748e5",
|
|
3230
|
+
logoURI:
|
|
3231
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.dolphin-0xfaca6611fca6de09f726b8a0a1448253b6f748e5.png",
|
|
3232
|
+
ticker: "DOLPHIN",
|
|
3233
|
+
},
|
|
3214
3234
|
{
|
|
3215
3235
|
address: "0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b",
|
|
3216
3236
|
chain: "ETH",
|
|
@@ -3591,16 +3611,6 @@ export const list = {
|
|
|
3591
3611
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.gala-0xd1d2eb1b1e90b638588728b4130137d262c87cae.png",
|
|
3592
3612
|
ticker: "GALA",
|
|
3593
3613
|
},
|
|
3594
|
-
{
|
|
3595
|
-
address: "0xdc9cb148ecb70876db0abeb92f515a5e1dc9f580",
|
|
3596
|
-
chain: "ETH",
|
|
3597
|
-
chainId: "1",
|
|
3598
|
-
decimals: 18,
|
|
3599
|
-
identifier: "ETH.GBTC-0xdc9cb148ecb70876db0abeb92f515a5e1dc9f580",
|
|
3600
|
-
logoURI:
|
|
3601
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.gbtc-0xdc9cb148ecb70876db0abeb92f515a5e1dc9f580.png",
|
|
3602
|
-
ticker: "GBTC",
|
|
3603
|
-
},
|
|
3604
3614
|
{
|
|
3605
3615
|
address: "0x8a854288a5976036a725879164ca3e91d30c6a1b",
|
|
3606
3616
|
chain: "ETH",
|
|
@@ -3751,16 +3761,6 @@ export const list = {
|
|
|
3751
3761
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.high-0x71ab77b7dbb4fa7e017bc15090b2163221420282.png",
|
|
3752
3762
|
ticker: "HIGH",
|
|
3753
3763
|
},
|
|
3754
|
-
{
|
|
3755
|
-
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
3756
|
-
chain: "ETH",
|
|
3757
|
-
chainId: "1",
|
|
3758
|
-
decimals: 18,
|
|
3759
|
-
identifier: "ETH.HOP-0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
3760
|
-
logoURI:
|
|
3761
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.hop-0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc.png",
|
|
3762
|
-
ticker: "HOP",
|
|
3763
|
-
},
|
|
3764
3764
|
{
|
|
3765
3765
|
address: "0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA",
|
|
3766
3766
|
chain: "ETH",
|
|
@@ -3821,16 +3821,6 @@ export const list = {
|
|
|
3821
3821
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.inj-0xe28b3b32b6c345a34ff64674606124dd5aceca30.png",
|
|
3822
3822
|
ticker: "INJ",
|
|
3823
3823
|
},
|
|
3824
|
-
{
|
|
3825
|
-
address: "0x186ef81fd8e77eec8bffc3039e7ec41d5fc0b457",
|
|
3826
|
-
chain: "ETH",
|
|
3827
|
-
chainId: "1",
|
|
3828
|
-
decimals: 18,
|
|
3829
|
-
identifier: "ETH.INSP-0x186ef81fd8e77eec8bffc3039e7ec41d5fc0b457",
|
|
3830
|
-
logoURI:
|
|
3831
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.insp-0x186ef81fd8e77eec8bffc3039e7ec41d5fc0b457.png",
|
|
3832
|
-
ticker: "INSP",
|
|
3833
|
-
},
|
|
3834
3824
|
{
|
|
3835
3825
|
address: "0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68",
|
|
3836
3826
|
chain: "ETH",
|
|
@@ -4741,16 +4731,6 @@ export const list = {
|
|
|
4741
4731
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.pswap-0x519c1001d550c0a1dae7d1fc220f7d14c2a521bb.png",
|
|
4742
4732
|
ticker: "PSWAP",
|
|
4743
4733
|
},
|
|
4744
|
-
{
|
|
4745
|
-
address: "0x31b6100f5f4466e6daeb1edb2f2ce6e548cf8938",
|
|
4746
|
-
chain: "ETH",
|
|
4747
|
-
chainId: "1",
|
|
4748
|
-
decimals: 18,
|
|
4749
|
-
identifier: "ETH.Puff-0x31b6100f5f4466e6daeb1edb2f2ce6e548cf8938",
|
|
4750
|
-
logoURI:
|
|
4751
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.puff-0x31b6100f5f4466e6daeb1edb2f2ce6e548cf8938.png",
|
|
4752
|
-
ticker: "Puff",
|
|
4753
|
-
},
|
|
4754
4734
|
{
|
|
4755
4735
|
address: "0x4d1C297d39C5c1277964D0E3f8Aa901493664530",
|
|
4756
4736
|
chain: "ETH",
|
|
@@ -5232,11 +5212,11 @@ export const list = {
|
|
|
5232
5212
|
ticker: "SPELL",
|
|
5233
5213
|
},
|
|
5234
5214
|
{
|
|
5235
|
-
address: "
|
|
5215
|
+
address: "0xE0f63A424a4439cBE457D80E4f4b51aD25b2c56C",
|
|
5236
5216
|
chain: "ETH",
|
|
5237
5217
|
chainId: "1",
|
|
5238
5218
|
decimals: 8,
|
|
5239
|
-
identifier: "ETH.SPX-
|
|
5219
|
+
identifier: "ETH.SPX-0xE0f63A424a4439cBE457D80E4f4b51aD25b2c56C",
|
|
5240
5220
|
logoURI:
|
|
5241
5221
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.spx-0xe0f63a424a4439cbe457d80e4f4b51ad25b2c56c.png",
|
|
5242
5222
|
ticker: "SPX",
|
|
@@ -5361,6 +5341,16 @@ export const list = {
|
|
|
5361
5341
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.sushi-0x6b3595068778dd592e39a122f4f5a5cf09c90fe2.png",
|
|
5362
5342
|
ticker: "SUSHI",
|
|
5363
5343
|
},
|
|
5344
|
+
{
|
|
5345
|
+
address: "0x0a6E7Ba5042B38349e437ec6Db6214AEC7B35676",
|
|
5346
|
+
chain: "ETH",
|
|
5347
|
+
chainId: "1",
|
|
5348
|
+
decimals: 18,
|
|
5349
|
+
identifier: "ETH.SWELL-0x0a6E7Ba5042B38349e437ec6Db6214AEC7B35676",
|
|
5350
|
+
logoURI:
|
|
5351
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.swell-0x0a6e7ba5042b38349e437ec6db6214aec7b35676.png",
|
|
5352
|
+
ticker: "SWELL",
|
|
5353
|
+
},
|
|
5364
5354
|
{
|
|
5365
5355
|
address: "0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e",
|
|
5366
5356
|
chain: "ETH",
|
|
@@ -5441,6 +5431,16 @@ export const list = {
|
|
|
5441
5431
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.tbtc-0x18084fba666a33d37592fa2633fd49a74dd93a88.png",
|
|
5442
5432
|
ticker: "tBTC",
|
|
5443
5433
|
},
|
|
5434
|
+
{
|
|
5435
|
+
address: "0x9c4a4204b79dd291d6b6571c5be8bbcd0622f050",
|
|
5436
|
+
chain: "ETH",
|
|
5437
|
+
chainId: "1",
|
|
5438
|
+
decimals: 18,
|
|
5439
|
+
identifier: "ETH.TCR-0x9c4a4204b79dd291d6b6571c5be8bbcd0622f050",
|
|
5440
|
+
logoURI:
|
|
5441
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.tcr-0x9c4a4204b79dd291d6b6571c5be8bbcd0622f050.png",
|
|
5442
|
+
ticker: "TCR",
|
|
5443
|
+
},
|
|
5444
5444
|
{
|
|
5445
5445
|
address: "0x485d17A6f1B8780392d53D64751824253011A260",
|
|
5446
5446
|
chain: "ETH",
|
|
@@ -5451,6 +5451,16 @@ export const list = {
|
|
|
5451
5451
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.time-0x485d17a6f1b8780392d53d64751824253011a260.png",
|
|
5452
5452
|
ticker: "TIME",
|
|
5453
5453
|
},
|
|
5454
|
+
{
|
|
5455
|
+
address: "0x667102bd3413bfeaa3dffb48fa8288819e480a88",
|
|
5456
|
+
chain: "ETH",
|
|
5457
|
+
chainId: "1",
|
|
5458
|
+
decimals: 8,
|
|
5459
|
+
identifier: "ETH.TKX-0x667102bd3413bfeaa3dffb48fa8288819e480a88",
|
|
5460
|
+
logoURI:
|
|
5461
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.tkx-0x667102bd3413bfeaa3dffb48fa8288819e480a88.png",
|
|
5462
|
+
ticker: "TKX",
|
|
5463
|
+
},
|
|
5454
5464
|
{
|
|
5455
5465
|
address: "0x888888848B652B3E3a0f34c96E00EEC0F3a23F72",
|
|
5456
5466
|
chain: "ETH",
|
|
@@ -5681,16 +5691,6 @@ export const list = {
|
|
|
5681
5691
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
|
|
5682
5692
|
ticker: "USDT",
|
|
5683
5693
|
},
|
|
5684
|
-
{
|
|
5685
|
-
address: "0x55c08ca52497e2f1534b59e2917bf524d4765257",
|
|
5686
|
-
chain: "ETH",
|
|
5687
|
-
chainId: "1",
|
|
5688
|
-
decimals: 18,
|
|
5689
|
-
identifier: "ETH.UwU-0x55c08ca52497e2f1534b59e2917bf524d4765257",
|
|
5690
|
-
logoURI:
|
|
5691
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.uwu-0x55c08ca52497e2f1534b59e2917bf524d4765257.png",
|
|
5692
|
-
ticker: "UwU",
|
|
5693
|
-
},
|
|
5694
5694
|
{
|
|
5695
5695
|
address: "0x340d2bde5eb28c1eed91b2f790723e3b160613b7",
|
|
5696
5696
|
chain: "ETH",
|
package/src/types.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { list as caviarV1 } from "./tokenLists/caviar_v1";
|
|
2
|
+
import type { list as chainflip } from "./tokenLists/chainflip";
|
|
3
|
+
import type { list as jupiter } from "./tokenLists/jupiter";
|
|
4
|
+
import type { list as kado } from "./tokenLists/kado";
|
|
5
|
+
import type { list as maya } from "./tokenLists/mayachain";
|
|
6
|
+
import type { list as oneInch } from "./tokenLists/oneinch";
|
|
7
|
+
import type { list as openOceanV2 } from "./tokenLists/openocean_v2";
|
|
8
|
+
import type { list as pancakeswap } from "./tokenLists/pancakeswap";
|
|
9
|
+
import type { list as pangolin } from "./tokenLists/pangolin_v1";
|
|
10
|
+
import type { list as sushiswap } from "./tokenLists/sushiswap_v2";
|
|
11
|
+
import type { list as thorchain } from "./tokenLists/thorchain";
|
|
12
|
+
import type { list as traderjoeV2 } from "./tokenLists/traderjoe_v2";
|
|
13
|
+
import type { list as uniswapV2 } from "./tokenLists/uniswap_v2";
|
|
14
|
+
import type { list as uniswapV3 } from "./tokenLists/uniswap_v3";
|
|
15
|
+
|
|
16
|
+
export type TokenList =
|
|
17
|
+
| typeof caviarV1
|
|
18
|
+
| typeof chainflip
|
|
19
|
+
| typeof jupiter
|
|
20
|
+
| typeof kado
|
|
21
|
+
| typeof maya
|
|
22
|
+
| typeof oneInch
|
|
23
|
+
| typeof openOceanV2
|
|
24
|
+
| typeof pancakeswap
|
|
25
|
+
| typeof pangolin
|
|
26
|
+
| typeof sushiswap
|
|
27
|
+
| typeof thorchain
|
|
28
|
+
| typeof traderjoeV2
|
|
29
|
+
| typeof uniswapV2
|
|
30
|
+
| typeof uniswapV3;
|