@swapkit/tokens 2.2.2 → 2.3.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 +15 -14
- package/package.json +1 -1
- package/src/tokenLists/camelot_v3.ts +24 -4
- package/src/tokenLists/caviar_v1.ts +1 -1
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/index.ts +1 -0
- package/src/tokenLists/jupiter.ts +898 -48
- package/src/tokenLists/kado.ts +518 -0
- package/src/tokenLists/mayachain.ts +10 -2
- package/src/tokenLists/oneinch.ts +55 -65
- package/src/tokenLists/pangolin_v1.ts +2 -52
- package/src/tokenLists/sushiswap_v2.ts +12 -132
- package/src/tokenLists/thorchain.ts +12 -2
- package/src/tokenLists/traderjoe_v2.ts +220 -170
- package/src/tokenLists/uniswap_v2.ts +171 -111
- package/src/tokenLists/uniswap_v3.ts +177 -147
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "UNISWAP_V3",
|
|
3
3
|
name: "Uniswap Labs Default",
|
|
4
4
|
tags: {},
|
|
5
|
-
timestamp: "2025-
|
|
5
|
+
timestamp: "2025-02-06T21:52:13.818Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 13,
|
|
8
|
-
minor:
|
|
8
|
+
minor: 5,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: ["uniswap", "default"],
|
|
12
|
-
count:
|
|
12
|
+
count: 596,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF",
|
|
@@ -121,6 +121,16 @@ export const list = {
|
|
|
121
121
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.alpha-0xc9cbf102c73fb77ec14f8b4c8bd88e050a6b2646.png",
|
|
122
122
|
ticker: "ALPHA",
|
|
123
123
|
},
|
|
124
|
+
{
|
|
125
|
+
address: "0x37a645648df29205c6261289983fb04ecd70b4b3",
|
|
126
|
+
chain: "ARB",
|
|
127
|
+
chainId: "42161",
|
|
128
|
+
decimals: 18,
|
|
129
|
+
identifier: "ARB.ANIME-0x37a645648df29205c6261289983fb04ecd70b4b3",
|
|
130
|
+
logoURI:
|
|
131
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.anime-0x37a645648df29205c6261289983fb04ecd70b4b3.png",
|
|
132
|
+
ticker: "ANIME",
|
|
133
|
+
},
|
|
124
134
|
{
|
|
125
135
|
address: "0x1bfc5d35bf0f7B9e15dc24c78b8C02dbC1e95447",
|
|
126
136
|
chain: "ARB",
|
|
@@ -221,26 +231,6 @@ export const list = {
|
|
|
221
231
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.ath-0xc7def82ba77baf30bbbc9b6162dc075b49092fb4.png",
|
|
222
232
|
ticker: "ATH",
|
|
223
233
|
},
|
|
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
|
-
},
|
|
234
|
-
{
|
|
235
|
-
address: "0xa71e2738704e367798baa2755af5a10499634953",
|
|
236
|
-
chain: "ARB",
|
|
237
|
-
chainId: "42161",
|
|
238
|
-
decimals: 18,
|
|
239
|
-
identifier: "ARB.AVRK-0xa71e2738704e367798baa2755af5a10499634953",
|
|
240
|
-
logoURI:
|
|
241
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.avrk-0xa71e2738704e367798baa2755af5a10499634953.png",
|
|
242
|
-
ticker: "AVRK",
|
|
243
|
-
},
|
|
244
234
|
{
|
|
245
235
|
address: "0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f",
|
|
246
236
|
chain: "ARB",
|
|
@@ -311,6 +301,16 @@ export const list = {
|
|
|
311
301
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.bit-0x406c8db506653d882295875f633bec0beb921c2a.png",
|
|
312
302
|
ticker: "BIT",
|
|
313
303
|
},
|
|
304
|
+
{
|
|
305
|
+
address: "0xf7e17BA61973bcDB61f471eFb989E47d13bD565D",
|
|
306
|
+
chain: "ARB",
|
|
307
|
+
chainId: "42161",
|
|
308
|
+
decimals: 8,
|
|
309
|
+
identifier: "ARB.BITCOIN-0xf7e17BA61973bcDB61f471eFb989E47d13bD565D",
|
|
310
|
+
logoURI:
|
|
311
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.bitcoin-0xf7e17ba61973bcdb61f471efb989e47d13bd565d.png",
|
|
312
|
+
ticker: "BITCOIN",
|
|
313
|
+
},
|
|
314
314
|
{
|
|
315
315
|
address: "0xEf171a5BA71348eff16616fd692855c2Fe606EB2",
|
|
316
316
|
chain: "ARB",
|
|
@@ -731,6 +731,16 @@ export const list = {
|
|
|
731
731
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.floki-0xa8c25fdc09763a176353cc6a76882e05b4905fae.png",
|
|
732
732
|
ticker: "FLOKI",
|
|
733
733
|
},
|
|
734
|
+
{
|
|
735
|
+
address: "0x63806C056Fa458c548Fb416B15E358A9D685710A",
|
|
736
|
+
chain: "ARB",
|
|
737
|
+
chainId: "42161",
|
|
738
|
+
decimals: 18,
|
|
739
|
+
identifier: "ARB.FLUX-0x63806C056Fa458c548Fb416B15E358A9D685710A",
|
|
740
|
+
logoURI:
|
|
741
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.flux-0x63806c056fa458c548fb416b15e358a9d685710a.png",
|
|
742
|
+
ticker: "FLUX",
|
|
743
|
+
},
|
|
734
744
|
{
|
|
735
745
|
address: "0x3A1429d50E0cBBc45c997aF600541Fe1cc3D2923",
|
|
736
746
|
chain: "ARB",
|
|
@@ -1011,6 +1021,16 @@ export const list = {
|
|
|
1011
1021
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.jasmy-0x25f05699548d3a0820b99f93c10c8bb573e27083.png",
|
|
1012
1022
|
ticker: "JASMY",
|
|
1013
1023
|
},
|
|
1024
|
+
{
|
|
1025
|
+
address: "0xaa6b1798a97505b36d9c4a3736c2aa48674aeb97",
|
|
1026
|
+
chain: "ARB",
|
|
1027
|
+
chainId: "42161",
|
|
1028
|
+
decimals: 18,
|
|
1029
|
+
identifier: "ARB.JOSS-0xaa6b1798a97505b36d9c4a3736c2aa48674aeb97",
|
|
1030
|
+
logoURI:
|
|
1031
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.joss-0xaa6b1798a97505b36d9c4a3736c2aa48674aeb97.png",
|
|
1032
|
+
ticker: "JOSS",
|
|
1033
|
+
},
|
|
1014
1034
|
{
|
|
1015
1035
|
address: "0xf1264873436a0771e440e2b28072fafcc5eebd01",
|
|
1016
1036
|
chain: "ARB",
|
|
@@ -1021,6 +1041,16 @@ export const list = {
|
|
|
1021
1041
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.kns-0xf1264873436a0771e440e2b28072fafcc5eebd01.png",
|
|
1022
1042
|
ticker: "KNS",
|
|
1023
1043
|
},
|
|
1044
|
+
{
|
|
1045
|
+
address: "0xf75eE6D319741057a82a88Eeff1DbAFAB7307b69",
|
|
1046
|
+
chain: "ARB",
|
|
1047
|
+
chainId: "42161",
|
|
1048
|
+
decimals: 18,
|
|
1049
|
+
identifier: "ARB.KRL-0xf75eE6D319741057a82a88Eeff1DbAFAB7307b69",
|
|
1050
|
+
logoURI:
|
|
1051
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.krl-0xf75ee6d319741057a82a88eeff1dbafab7307b69.png",
|
|
1052
|
+
ticker: "KRL",
|
|
1053
|
+
},
|
|
1024
1054
|
{
|
|
1025
1055
|
address: "0x3A18dcC9745eDcD1Ef33ecB93b0b6eBA5671e7Ca",
|
|
1026
1056
|
chain: "ARB",
|
|
@@ -1081,16 +1111,6 @@ export const list = {
|
|
|
1081
1111
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.lit-0x349fc93da004a63f3b1343361465981330a40b25.png",
|
|
1082
1112
|
ticker: "LIT",
|
|
1083
1113
|
},
|
|
1084
|
-
{
|
|
1085
|
-
address: "0x59062301fb510f4ea2417b67404cb16d31e604ba",
|
|
1086
|
-
chain: "ARB",
|
|
1087
|
-
chainId: "42161",
|
|
1088
|
-
decimals: 18,
|
|
1089
|
-
identifier: "ARB.LOGX-0x59062301fb510f4ea2417b67404cb16d31e604ba",
|
|
1090
|
-
logoURI:
|
|
1091
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.logx-0x59062301fb510f4ea2417b67404cb16d31e604ba.png",
|
|
1092
|
-
ticker: "LOGX",
|
|
1093
|
-
},
|
|
1094
1114
|
{
|
|
1095
1115
|
address: "0x289ba1701C2F088cf0faf8B3705246331cB8A839",
|
|
1096
1116
|
chain: "ARB",
|
|
@@ -1451,16 +1471,6 @@ export const list = {
|
|
|
1451
1471
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.pepe-0x35e6a59f786d9266c7961ea28c7b768b33959cbb.png",
|
|
1452
1472
|
ticker: "PEPE",
|
|
1453
1473
|
},
|
|
1454
|
-
{
|
|
1455
|
-
address: "0x7ddf25cb4861590578f1fb85fcf1c5afd00a01de",
|
|
1456
|
-
chain: "ARB",
|
|
1457
|
-
chainId: "42161",
|
|
1458
|
-
decimals: 18,
|
|
1459
|
-
identifier: "ARB.PEPER-0x7ddf25cb4861590578f1fb85fcf1c5afd00a01de",
|
|
1460
|
-
logoURI:
|
|
1461
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.peper-0x7ddf25cb4861590578f1fb85fcf1c5afd00a01de.png",
|
|
1462
|
-
ticker: "PEPER",
|
|
1463
|
-
},
|
|
1464
1474
|
{
|
|
1465
1475
|
address: "0x753D224bCf9AAFaCD81558c32341416df61D3DAC",
|
|
1466
1476
|
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: "0x4186bfc76e2e237523cbc30fd220fe055156b41f",
|
|
1716
|
-
chain: "ARB",
|
|
1717
|
-
chainId: "42161",
|
|
1718
|
-
decimals: 18,
|
|
1719
|
-
identifier: "ARB.rsETH-0x4186bfc76e2e237523cbc30fd220fe055156b41f",
|
|
1720
|
-
logoURI:
|
|
1721
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.rseth-0x4186bfc76e2e237523cbc30fd220fe055156b41f.png",
|
|
1722
|
-
ticker: "rsETH",
|
|
1723
|
-
},
|
|
1724
1724
|
{
|
|
1725
1725
|
address: "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594",
|
|
1726
1726
|
chain: "ARB",
|
|
@@ -1961,16 +1961,6 @@ export const list = {
|
|
|
1961
1961
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.tbtc-0x7e2a1edee171c5b19e6c54d73752396c0a572594.png",
|
|
1962
1962
|
ticker: "tBTC",
|
|
1963
1963
|
},
|
|
1964
|
-
{
|
|
1965
|
-
address: "0xe85b662fe97e8562f4099d8a1d5a92d4b453bf30",
|
|
1966
|
-
chain: "ARB",
|
|
1967
|
-
chainId: "42161",
|
|
1968
|
-
decimals: 18,
|
|
1969
|
-
identifier: "ARB.THALES-0xe85b662fe97e8562f4099d8a1d5a92d4b453bf30",
|
|
1970
|
-
logoURI:
|
|
1971
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.thales-0xe85b662fe97e8562f4099d8a1d5a92d4b453bf30.png",
|
|
1972
|
-
ticker: "THALES",
|
|
1973
|
-
},
|
|
1974
1964
|
{
|
|
1975
1965
|
address: "0xc47d9753f3b32aa9548a7c3f30b6aec3b2d2798c",
|
|
1976
1966
|
chain: "ARB",
|
|
@@ -2091,6 +2081,26 @@ export const list = {
|
|
|
2091
2081
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdp-0x78df3a6044ce3cb1905500345b967788b699df8f.png",
|
|
2092
2082
|
ticker: "USDP",
|
|
2093
2083
|
},
|
|
2084
|
+
{
|
|
2085
|
+
address: "0x2ea0be86990e8dac0d09e4316bb92086f304622d",
|
|
2086
|
+
chain: "ARB",
|
|
2087
|
+
chainId: "42161",
|
|
2088
|
+
decimals: 18,
|
|
2089
|
+
identifier: "ARB.USDs-0x2ea0be86990e8dac0d09e4316bb92086f304622d",
|
|
2090
|
+
logoURI:
|
|
2091
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.usds-0x2ea0be86990e8dac0d09e4316bb92086f304622d.png",
|
|
2092
|
+
ticker: "USDs",
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
address: "0xd74f5255d557944cf7dd0e45ff521520002d5748",
|
|
2096
|
+
chain: "ARB",
|
|
2097
|
+
chainId: "42161",
|
|
2098
|
+
decimals: 18,
|
|
2099
|
+
identifier: "ARB.USDs-0xd74f5255d557944cf7dd0e45ff521520002d5748",
|
|
2100
|
+
logoURI:
|
|
2101
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.usds-0xd74f5255d557944cf7dd0e45ff521520002d5748.png",
|
|
2102
|
+
ticker: "USDs",
|
|
2103
|
+
},
|
|
2094
2104
|
{
|
|
2095
2105
|
address: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
|
|
2096
2106
|
chain: "ARB",
|
|
@@ -2101,6 +2111,16 @@ export const list = {
|
|
|
2101
2111
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdt-0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9.png",
|
|
2102
2112
|
ticker: "USDT",
|
|
2103
2113
|
},
|
|
2114
|
+
{
|
|
2115
|
+
address: "0x7639AB8599f1b417CbE4ceD492fB30162140AbbB",
|
|
2116
|
+
chain: "ARB",
|
|
2117
|
+
chainId: "42161",
|
|
2118
|
+
decimals: 18,
|
|
2119
|
+
identifier: "ARB.USUAL-0x7639AB8599f1b417CbE4ceD492fB30162140AbbB",
|
|
2120
|
+
logoURI:
|
|
2121
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.usual-0x7639ab8599f1b417cbe4ced492fb30162140abbb.png",
|
|
2122
|
+
ticker: "USUAL",
|
|
2123
|
+
},
|
|
2104
2124
|
{
|
|
2105
2125
|
address: "0x088cd8f5ef3652623c22d48b1605dcfe860cd704",
|
|
2106
2126
|
chain: "ARB",
|
|
@@ -2261,16 +2281,6 @@ export const list = {
|
|
|
2261
2281
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.zrx-0xbd591bd4ddb64b77b5f76eab8f03d02519235ae2.png",
|
|
2262
2282
|
ticker: "ZRX",
|
|
2263
2283
|
},
|
|
2264
|
-
{
|
|
2265
|
-
address: "0xd2d8d78087d0e43bc4804b6f946674b2ee406b80",
|
|
2266
|
-
chain: "ETH",
|
|
2267
|
-
chainId: "1",
|
|
2268
|
-
decimals: 18,
|
|
2269
|
-
identifier: "ETH.✺RUG-0xd2d8d78087d0e43bc4804b6f946674b2ee406b80",
|
|
2270
|
-
logoURI:
|
|
2271
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.✺rug-0xd2d8d78087d0e43bc4804b6f946674b2ee406b80.png",
|
|
2272
|
-
ticker: "✺RUG",
|
|
2273
|
-
},
|
|
2274
2284
|
{
|
|
2275
2285
|
address: "0x111111111117dC0aa78b770fA6A738034120C302",
|
|
2276
2286
|
chain: "ETH",
|
|
@@ -2732,11 +2742,11 @@ export const list = {
|
|
|
2732
2742
|
ticker: "BIGTIME",
|
|
2733
2743
|
},
|
|
2734
2744
|
{
|
|
2735
|
-
address: "
|
|
2745
|
+
address: "0xcb1592591996765Ec0eFc1f92599A19767ee5ffA",
|
|
2736
2746
|
chain: "ETH",
|
|
2737
2747
|
chainId: "1",
|
|
2738
2748
|
decimals: 18,
|
|
2739
|
-
identifier: "ETH.BIO-
|
|
2749
|
+
identifier: "ETH.BIO-0xcb1592591996765Ec0eFc1f92599A19767ee5ffA",
|
|
2740
2750
|
logoURI:
|
|
2741
2751
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.bio-0xcb1592591996765ec0efc1f92599a19767ee5ffa.png",
|
|
2742
2752
|
ticker: "BIO",
|
|
@@ -2752,11 +2762,11 @@ export const list = {
|
|
|
2752
2762
|
ticker: "BIT",
|
|
2753
2763
|
},
|
|
2754
2764
|
{
|
|
2755
|
-
address: "
|
|
2765
|
+
address: "0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9",
|
|
2756
2766
|
chain: "ETH",
|
|
2757
2767
|
chainId: "1",
|
|
2758
2768
|
decimals: 8,
|
|
2759
|
-
identifier: "ETH.BITCOIN-
|
|
2769
|
+
identifier: "ETH.BITCOIN-0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9",
|
|
2760
2770
|
logoURI:
|
|
2761
2771
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.bitcoin-0x72e4f9f808c49a2a61de9c5896298920dc4eeea9.png",
|
|
2762
2772
|
ticker: "BITCOIN",
|
|
@@ -3031,6 +3041,16 @@ export const list = {
|
|
|
3031
3041
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.cqt-0xd417144312dbf50465b1c641d016962017ef6240.png",
|
|
3032
3042
|
ticker: "CQT",
|
|
3033
3043
|
},
|
|
3044
|
+
{
|
|
3045
|
+
address: "0x49d72e3973900a195a155a46441f0c08179fdb64",
|
|
3046
|
+
chain: "ETH",
|
|
3047
|
+
chainId: "1",
|
|
3048
|
+
decimals: 18,
|
|
3049
|
+
identifier: "ETH.CRETH2-0x49d72e3973900a195a155a46441f0c08179fdb64",
|
|
3050
|
+
logoURI:
|
|
3051
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.creth2-0x49d72e3973900a195a155a46441f0c08179fdb64.png",
|
|
3052
|
+
ticker: "CRETH2",
|
|
3053
|
+
},
|
|
3034
3054
|
{
|
|
3035
3055
|
address: "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",
|
|
3036
3056
|
chain: "ETH",
|
|
@@ -3211,6 +3231,16 @@ export const list = {
|
|
|
3211
3231
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.dnt-0x0abdace70d3790235af448c88547603b945604ea.png",
|
|
3212
3232
|
ticker: "DNT",
|
|
3213
3233
|
},
|
|
3234
|
+
{
|
|
3235
|
+
address: "0xfaca6611fca6de09f726b8a0a1448253b6f748e5",
|
|
3236
|
+
chain: "ETH",
|
|
3237
|
+
chainId: "1",
|
|
3238
|
+
decimals: 18,
|
|
3239
|
+
identifier: "ETH.DOLPHIN-0xfaca6611fca6de09f726b8a0a1448253b6f748e5",
|
|
3240
|
+
logoURI:
|
|
3241
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.dolphin-0xfaca6611fca6de09f726b8a0a1448253b6f748e5.png",
|
|
3242
|
+
ticker: "DOLPHIN",
|
|
3243
|
+
},
|
|
3214
3244
|
{
|
|
3215
3245
|
address: "0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b",
|
|
3216
3246
|
chain: "ETH",
|
|
@@ -3401,6 +3431,16 @@ export const list = {
|
|
|
3401
3431
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.eurq-0x8df723295214ea6f21026eeeb4382d475f146f9f.png",
|
|
3402
3432
|
ticker: "EURQ",
|
|
3403
3433
|
},
|
|
3434
|
+
{
|
|
3435
|
+
address: "0x50753CfAf86c094925Bf976f218D043f8791e408",
|
|
3436
|
+
chain: "ETH",
|
|
3437
|
+
chainId: "1",
|
|
3438
|
+
decimals: 6,
|
|
3439
|
+
identifier: "ETH.EURR-0x50753CfAf86c094925Bf976f218D043f8791e408",
|
|
3440
|
+
logoURI:
|
|
3441
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.eurr-0x50753cfaf86c094925bf976f218d043f8791e408.png",
|
|
3442
|
+
ticker: "EURR",
|
|
3443
|
+
},
|
|
3404
3444
|
{
|
|
3405
3445
|
address: "0xc581b735a1688071a1746c968e0798d642ede491",
|
|
3406
3446
|
chain: "ETH",
|
|
@@ -3481,6 +3521,16 @@ export const list = {
|
|
|
3481
3521
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.floki-0xcf0c122c6b73ff809c693db761e7baebe62b6a2e.png",
|
|
3482
3522
|
ticker: "FLOKI",
|
|
3483
3523
|
},
|
|
3524
|
+
{
|
|
3525
|
+
address: "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
|
|
3526
|
+
chain: "ETH",
|
|
3527
|
+
chainId: "1",
|
|
3528
|
+
decimals: 18,
|
|
3529
|
+
identifier: "ETH.FLUX-0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
|
|
3530
|
+
logoURI:
|
|
3531
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.flux-0x720cd16b011b987da3518fbf38c3071d4f0d1495.png",
|
|
3532
|
+
ticker: "FLUX",
|
|
3533
|
+
},
|
|
3484
3534
|
{
|
|
3485
3535
|
address: "0x41545f8b9472D758bB669ed8EaEEEcD7a9C4Ec29",
|
|
3486
3536
|
chain: "ETH",
|
|
@@ -3681,6 +3731,16 @@ export const list = {
|
|
|
3681
3731
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.gohm-0x0ab87046fbb341d058f17cbc4c1133f25a20a52f.png",
|
|
3682
3732
|
ticker: "gOHM",
|
|
3683
3733
|
},
|
|
3734
|
+
{
|
|
3735
|
+
address: "0x1c9b158e71bc274ea5519ca57a73e337cac72b3a",
|
|
3736
|
+
chain: "ETH",
|
|
3737
|
+
chainId: "1",
|
|
3738
|
+
decimals: 18,
|
|
3739
|
+
identifier: "ETH.GrowAI-0x1c9b158e71bc274ea5519ca57a73e337cac72b3a",
|
|
3740
|
+
logoURI:
|
|
3741
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.growai-0x1c9b158e71bc274ea5519ca57a73e337cac72b3a.png",
|
|
3742
|
+
ticker: "GrowAI",
|
|
3743
|
+
},
|
|
3684
3744
|
{
|
|
3685
3745
|
address: "0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
|
|
3686
3746
|
chain: "ETH",
|
|
@@ -3841,16 +3901,6 @@ export const list = {
|
|
|
3841
3901
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.jasmy-0x7420b4b9a0110cdc71fb720908340c03f9bc03ec.png",
|
|
3842
3902
|
ticker: "JASMY",
|
|
3843
3903
|
},
|
|
3844
|
-
{
|
|
3845
|
-
address: "0xa197e8cbbdfb22e9c8ddf310e663f5c113f7085d",
|
|
3846
|
-
chain: "ETH",
|
|
3847
|
-
chainId: "1",
|
|
3848
|
-
decimals: 18,
|
|
3849
|
-
identifier: "ETH.Jingle-0xa197e8cbbdfb22e9c8ddf310e663f5c113f7085d",
|
|
3850
|
-
logoURI:
|
|
3851
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.jingle-0xa197e8cbbdfb22e9c8ddf310e663f5c113f7085d.png",
|
|
3852
|
-
ticker: "Jingle",
|
|
3853
|
-
},
|
|
3854
3904
|
{
|
|
3855
3905
|
address: "0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8",
|
|
3856
3906
|
chain: "ETH",
|
|
@@ -3951,16 +4001,6 @@ export const list = {
|
|
|
3951
4001
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.l3-0x88909d489678dd17aa6d9609f89b0419bf78fd9a.png",
|
|
3952
4002
|
ticker: "L3",
|
|
3953
4003
|
},
|
|
3954
|
-
{
|
|
3955
|
-
address: "0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
3956
|
-
chain: "ETH",
|
|
3957
|
-
chainId: "1",
|
|
3958
|
-
decimals: 8,
|
|
3959
|
-
identifier: "ETH.LBTC-0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
3960
|
-
logoURI:
|
|
3961
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.lbtc-0x8236a87084f8b84306f72007f36f2618a5634494.png",
|
|
3962
|
-
ticker: "LBTC",
|
|
3963
|
-
},
|
|
3964
4004
|
{
|
|
3965
4005
|
address: "0x037A54AaB062628C9Bbae1FDB1583c195585fe41",
|
|
3966
4006
|
chain: "ETH",
|
|
@@ -4501,6 +4541,16 @@ export const list = {
|
|
|
4501
4541
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.orn-0x0258f474786ddfd37abce6df6bbb1dd5dfc4434a.png",
|
|
4502
4542
|
ticker: "ORN",
|
|
4503
4543
|
},
|
|
4544
|
+
{
|
|
4545
|
+
address: "0x2a8e1e676ec238d8a992307b495b45b3feaa5e86",
|
|
4546
|
+
chain: "ETH",
|
|
4547
|
+
chainId: "1",
|
|
4548
|
+
decimals: 18,
|
|
4549
|
+
identifier: "ETH.OUSD-0x2a8e1e676ec238d8a992307b495b45b3feaa5e86",
|
|
4550
|
+
logoURI:
|
|
4551
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ousd-0x2a8e1e676ec238d8a992307b495b45b3feaa5e86.png",
|
|
4552
|
+
ticker: "OUSD",
|
|
4553
|
+
},
|
|
4504
4554
|
{
|
|
4505
4555
|
address: "0x4575f41308EC1483f3d399aa9a2826d74Da13Deb",
|
|
4506
4556
|
chain: "ETH",
|
|
@@ -4761,16 +4811,6 @@ export const list = {
|
|
|
4761
4811
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.qanx-0xaaa9214f675316182eaa21c85f0ca99160cc3aaa.png",
|
|
4762
4812
|
ticker: "QANX",
|
|
4763
4813
|
},
|
|
4764
|
-
{
|
|
4765
|
-
address: "0xbcd4d5ac29e06e4973a1ddcd782cd035d04bc0b7",
|
|
4766
|
-
chain: "ETH",
|
|
4767
|
-
chainId: "1",
|
|
4768
|
-
decimals: 18,
|
|
4769
|
-
identifier: "ETH.QKNTL-0xbcd4d5ac29e06e4973a1ddcd782cd035d04bc0b7",
|
|
4770
|
-
logoURI:
|
|
4771
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.qkntl-0xbcd4d5ac29e06e4973a1ddcd782cd035d04bc0b7.png",
|
|
4772
|
-
ticker: "QKNTL",
|
|
4773
|
-
},
|
|
4774
4814
|
{
|
|
4775
4815
|
address: "0x4a220E6096B25EADb88358cb44068A3248254675",
|
|
4776
4816
|
chain: "ETH",
|
|
@@ -4871,16 +4911,6 @@ export const list = {
|
|
|
4871
4911
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.rbn-0x6123b0049f904d730db3c36a31167d9d4121fa6b.png",
|
|
4872
4912
|
ticker: "RBN",
|
|
4873
4913
|
},
|
|
4874
|
-
{
|
|
4875
|
-
address: "0x84631c0d0081fde56deb72f6de77abbbf6a9f93a",
|
|
4876
|
-
chain: "ETH",
|
|
4877
|
-
chainId: "1",
|
|
4878
|
-
decimals: 18,
|
|
4879
|
-
identifier: "ETH.Re7LRT-0x84631c0d0081fde56deb72f6de77abbbf6a9f93a",
|
|
4880
|
-
logoURI:
|
|
4881
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.re7lrt-0x84631c0d0081fde56deb72f6de77abbbf6a9f93a.png",
|
|
4882
|
-
ticker: "Re7LRT",
|
|
4883
|
-
},
|
|
4884
4914
|
{
|
|
4885
4915
|
address: "0x408e41876cCCDC0F92210600ef50372656052a38",
|
|
4886
4916
|
chain: "ETH",
|
|
@@ -5071,16 +5101,6 @@ export const list = {
|
|
|
5071
5101
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.sena-0x8be3460a480c80728a8c4d7a5d5303c85ba7b3b9.png",
|
|
5072
5102
|
ticker: "sENA",
|
|
5073
5103
|
},
|
|
5074
|
-
{
|
|
5075
|
-
address: "0x243cacb4d5ff6814ad668c3e225246efa886ad5a",
|
|
5076
|
-
chain: "ETH",
|
|
5077
|
-
chainId: "1",
|
|
5078
|
-
decimals: 18,
|
|
5079
|
-
identifier: "ETH.SHI-0x243cacb4d5ff6814ad668c3e225246efa886ad5a",
|
|
5080
|
-
logoURI:
|
|
5081
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.shi-0x243cacb4d5ff6814ad668c3e225246efa886ad5a.png",
|
|
5082
|
-
ticker: "SHI",
|
|
5083
|
-
},
|
|
5084
5104
|
{
|
|
5085
5105
|
address: "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
5086
5106
|
chain: "ETH",
|
|
@@ -5421,16 +5441,6 @@ export const list = {
|
|
|
5421
5441
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.tbtc-0x18084fba666a33d37592fa2633fd49a74dd93a88.png",
|
|
5422
5442
|
ticker: "tBTC",
|
|
5423
5443
|
},
|
|
5424
|
-
{
|
|
5425
|
-
address: "0x9c4a4204b79dd291d6b6571c5be8bbcd0622f050",
|
|
5426
|
-
chain: "ETH",
|
|
5427
|
-
chainId: "1",
|
|
5428
|
-
decimals: 18,
|
|
5429
|
-
identifier: "ETH.TCR-0x9c4a4204b79dd291d6b6571c5be8bbcd0622f050",
|
|
5430
|
-
logoURI:
|
|
5431
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.tcr-0x9c4a4204b79dd291d6b6571c5be8bbcd0622f050.png",
|
|
5432
|
-
ticker: "TCR",
|
|
5433
|
-
},
|
|
5434
5444
|
{
|
|
5435
5445
|
address: "0x485d17A6f1B8780392d53D64751824253011A260",
|
|
5436
5446
|
chain: "ETH",
|
|
@@ -5671,6 +5681,16 @@ export const list = {
|
|
|
5671
5681
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdq-0xc83e27f270cce0a3a3a29521173a83f402c1768b.png",
|
|
5672
5682
|
ticker: "USDQ",
|
|
5673
5683
|
},
|
|
5684
|
+
{
|
|
5685
|
+
address: "0x7B43E3875440B44613DC3bC08E7763e6Da63C8f8",
|
|
5686
|
+
chain: "ETH",
|
|
5687
|
+
chainId: "1",
|
|
5688
|
+
decimals: 6,
|
|
5689
|
+
identifier: "ETH.USDR-0x7B43E3875440B44613DC3bC08E7763e6Da63C8f8",
|
|
5690
|
+
logoURI:
|
|
5691
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdr-0x7b43e3875440b44613dc3bc08e7763e6da63c8f8.png",
|
|
5692
|
+
ticker: "USDR",
|
|
5693
|
+
},
|
|
5674
5694
|
{
|
|
5675
5695
|
address: "0xdC035D45d973E3EC169d2276DDab16f1e407384F",
|
|
5676
5696
|
chain: "ETH",
|
|
@@ -5691,6 +5711,16 @@ export const list = {
|
|
|
5691
5711
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
|
|
5692
5712
|
ticker: "USDT",
|
|
5693
5713
|
},
|
|
5714
|
+
{
|
|
5715
|
+
address: "0xC4441c2BE5d8fA8126822B9929CA0b81Ea0DE38E",
|
|
5716
|
+
chain: "ETH",
|
|
5717
|
+
chainId: "1",
|
|
5718
|
+
decimals: 18,
|
|
5719
|
+
identifier: "ETH.USUAL-0xC4441c2BE5d8fA8126822B9929CA0b81Ea0DE38E",
|
|
5720
|
+
logoURI:
|
|
5721
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.usual-0xc4441c2be5d8fa8126822b9929ca0b81ea0de38e.png",
|
|
5722
|
+
ticker: "USUAL",
|
|
5723
|
+
},
|
|
5694
5724
|
{
|
|
5695
5725
|
address: "0x8DE5B80a0C1B02Fe4976851D030B36122dbb8624",
|
|
5696
5726
|
chain: "ETH",
|
|
@@ -5731,6 +5761,16 @@ export const list = {
|
|
|
5731
5761
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.wampl-0xedb171c18ce90b633db442f2a6f72874093b49ef.png",
|
|
5732
5762
|
ticker: "WAMPL",
|
|
5733
5763
|
},
|
|
5764
|
+
{
|
|
5765
|
+
address: "0x8ccd897ca6160ed76755383b201c1948394328c7",
|
|
5766
|
+
chain: "ETH",
|
|
5767
|
+
chainId: "1",
|
|
5768
|
+
decimals: 9,
|
|
5769
|
+
identifier: "ETH.wBAI-0x8ccd897ca6160ed76755383b201c1948394328c7",
|
|
5770
|
+
logoURI:
|
|
5771
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.wbai-0x8ccd897ca6160ed76755383b201c1948394328c7.png",
|
|
5772
|
+
ticker: "wBAI",
|
|
5773
|
+
},
|
|
5734
5774
|
{
|
|
5735
5775
|
address: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
5736
5776
|
chain: "ETH",
|
|
@@ -5901,16 +5941,6 @@ export const list = {
|
|
|
5901
5941
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ygg-0x25f8087ead173b73d6e8b84329989a8eea16cf73.png",
|
|
5902
5942
|
ticker: "YGG",
|
|
5903
5943
|
},
|
|
5904
|
-
{
|
|
5905
|
-
address: "0x5b52bfb8062ce664d74bbcd4cd6dc7df53fd7233",
|
|
5906
|
-
chain: "ETH",
|
|
5907
|
-
chainId: "1",
|
|
5908
|
-
decimals: 18,
|
|
5909
|
-
identifier: "ETH.ZENIQ-0x5b52bfb8062ce664d74bbcd4cd6dc7df53fd7233",
|
|
5910
|
-
logoURI:
|
|
5911
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.zeniq-0x5b52bfb8062ce664d74bbcd4cd6dc7df53fd7233.png",
|
|
5912
|
-
ticker: "ZENIQ",
|
|
5913
|
-
},
|
|
5914
5944
|
{
|
|
5915
5945
|
address: "0xf091867EC603A6628eD83D274E835539D82e9cc8",
|
|
5916
5946
|
chain: "ETH",
|