@swapkit/tokens 2.2.1 → 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 +14 -14
- package/package.json +1 -1
- package/src/tokenLists/camelot_v3.ts +134 -14
- package/src/tokenLists/caviar_v1.ts +32 -12
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/jupiter.ts +2093 -73
- package/src/tokenLists/kado.ts +1 -1
- package/src/tokenLists/mayachain.ts +1 -1
- package/src/tokenLists/oneinch.ts +97 -677
- package/src/tokenLists/pangolin_v1.ts +2 -52
- package/src/tokenLists/sushiswap_v2.ts +10 -170
- package/src/tokenLists/thorchain.ts +42 -92
- package/src/tokenLists/traderjoe_v2.ts +274 -234
- package/src/tokenLists/uniswap_v2.ts +240 -130
- package/src/tokenLists/uniswap_v3.ts +218 -178
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "ONEINCH",
|
|
3
3
|
name: "ONEINCH",
|
|
4
|
-
timestamp: "2025-
|
|
4
|
+
timestamp: "2025-02-07T19:01:43.735Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: ["oneinch", "1inch", "1inch.exchange", "1inch.exchange v1"],
|
|
11
|
-
count:
|
|
11
|
+
count: 1392,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0xba5ddd1f9d7f570dc94a51479a000e3bce967196",
|
|
@@ -20,6 +20,16 @@ export const list = {
|
|
|
20
20
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.aave-0xba5ddd1f9d7f570dc94a51479a000e3bce967196.png",
|
|
21
21
|
ticker: "AAVE",
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
address: "0x37a645648df29205c6261289983fb04ecd70b4b3",
|
|
25
|
+
chain: "ARB",
|
|
26
|
+
chainId: "42161",
|
|
27
|
+
decimals: 18,
|
|
28
|
+
identifier: "ARB.ANIME-0x37a645648df29205c6261289983fb04ecd70b4b3",
|
|
29
|
+
logoURI:
|
|
30
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.anime-0x37a645648df29205c6261289983fb04ecd70b4b3.png",
|
|
31
|
+
ticker: "ANIME",
|
|
32
|
+
},
|
|
23
33
|
{
|
|
24
34
|
address: "0x912ce59144191c1204e64559fe8253a0e49e6548",
|
|
25
35
|
chain: "ARB",
|
|
@@ -458,16 +468,6 @@ export const list = {
|
|
|
458
468
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.spell-0x3e6648c5a70a150a88bce65f4ad4d506fe15d2af.png",
|
|
459
469
|
ticker: "SPELL",
|
|
460
470
|
},
|
|
461
|
-
{
|
|
462
|
-
address: "0xc19669a405067927865b40ea045a2baabbbe57f5",
|
|
463
|
-
chain: "ARB",
|
|
464
|
-
chainId: "42161",
|
|
465
|
-
decimals: 18,
|
|
466
|
-
identifier: "ARB.STAR-0xc19669a405067927865b40ea045a2baabbbe57f5",
|
|
467
|
-
logoURI:
|
|
468
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.star-0xc19669a405067927865b40ea045a2baabbbe57f5.png",
|
|
469
|
-
ticker: "STAR",
|
|
470
|
-
},
|
|
471
471
|
{
|
|
472
472
|
address: "0x7cfadfd5645b50be87d546f42699d863648251ad",
|
|
473
473
|
chain: "ARB",
|
|
@@ -548,6 +548,16 @@ export const list = {
|
|
|
548
548
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.usde-0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34.png",
|
|
549
549
|
ticker: "USDe",
|
|
550
550
|
},
|
|
551
|
+
{
|
|
552
|
+
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
553
|
+
chain: "ARB",
|
|
554
|
+
chainId: "42161",
|
|
555
|
+
decimals: 18,
|
|
556
|
+
identifier: "ARB.USDM-0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
557
|
+
logoURI:
|
|
558
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdm-0x59d9356e565ab3a36dd77763fc0d87feaf85508c.png",
|
|
559
|
+
ticker: "USDM",
|
|
560
|
+
},
|
|
551
561
|
{
|
|
552
562
|
address: "0xd74f5255d557944cf7dd0e45ff521520002d5748",
|
|
553
563
|
chain: "ARB",
|
|
@@ -568,16 +578,6 @@ export const list = {
|
|
|
568
578
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdt-0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9.png",
|
|
569
579
|
ticker: "USDT",
|
|
570
580
|
},
|
|
571
|
-
{
|
|
572
|
-
address: "0x323665443cef804a3b5206103304bd4872ea4253",
|
|
573
|
-
chain: "ARB",
|
|
574
|
-
chainId: "42161",
|
|
575
|
-
decimals: 6,
|
|
576
|
-
identifier: "ARB.USDV-0x323665443cef804a3b5206103304bd4872ea4253",
|
|
577
|
-
logoURI:
|
|
578
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdv-0x323665443cef804a3b5206103304bd4872ea4253.png",
|
|
579
|
-
ticker: "USDV",
|
|
580
|
-
},
|
|
581
581
|
{
|
|
582
582
|
address: "0xb2f30a7c980f052f02563fb518dcc39e6bf38175",
|
|
583
583
|
chain: "ARB",
|
|
@@ -796,16 +796,6 @@ export const list = {
|
|
|
796
796
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.axial-0xcf8419a615c57511807236751c0af38db4ba3351.png",
|
|
797
797
|
ticker: "AXIAL",
|
|
798
798
|
},
|
|
799
|
-
{
|
|
800
|
-
address: "0x18706c65b12595edb43643214eacdb4f618dd166",
|
|
801
|
-
chain: "AVAX",
|
|
802
|
-
chainId: "43114",
|
|
803
|
-
decimals: 18,
|
|
804
|
-
identifier: "AVAX.BAY-0x18706c65b12595edb43643214eacdb4f618dd166",
|
|
805
|
-
logoURI:
|
|
806
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.bay-0x18706c65b12595edb43643214eacdb4f618dd166.png",
|
|
807
|
-
ticker: "BAY",
|
|
808
|
-
},
|
|
809
799
|
{
|
|
810
800
|
address: "0xb262a485d98d8e19175818d47453e7812ca255a8",
|
|
811
801
|
chain: "AVAX",
|
|
@@ -866,16 +856,6 @@ export const list = {
|
|
|
866
856
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.cly-0xec3492a2508ddf4fdc0cd76f31f340b30d1793e6.png",
|
|
867
857
|
ticker: "CLY",
|
|
868
858
|
},
|
|
869
|
-
{
|
|
870
|
-
address: "0xc3048e19e76cb9a3aa9d77d8c03c29fc906e2437",
|
|
871
|
-
chain: "AVAX",
|
|
872
|
-
chainId: "43114",
|
|
873
|
-
decimals: 18,
|
|
874
|
-
identifier: "AVAX.COMP-0xc3048e19e76cb9a3aa9d77d8c03c29fc906e2437",
|
|
875
|
-
logoURI:
|
|
876
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.comp-0xc3048e19e76cb9a3aa9d77d8c03c29fc906e2437.png",
|
|
877
|
-
ticker: "COMP",
|
|
878
|
-
},
|
|
879
859
|
{
|
|
880
860
|
address: "0x637afeff75ca669ff92e4570b14d6399a658902f",
|
|
881
861
|
chain: "AVAX",
|
|
@@ -1096,6 +1076,16 @@ export const list = {
|
|
|
1096
1076
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.joe-0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd.png",
|
|
1097
1077
|
ticker: "JOE",
|
|
1098
1078
|
},
|
|
1079
|
+
{
|
|
1080
|
+
address: "0xffff003a6bad9b743d658048742935fffe2b6ed7",
|
|
1081
|
+
chain: "AVAX",
|
|
1082
|
+
chainId: "43114",
|
|
1083
|
+
decimals: 18,
|
|
1084
|
+
identifier: "AVAX.KET-0xffff003a6bad9b743d658048742935fffe2b6ed7",
|
|
1085
|
+
logoURI:
|
|
1086
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.ket-0xffff003a6bad9b743d658048742935fffe2b6ed7.png",
|
|
1087
|
+
ticker: "KET",
|
|
1088
|
+
},
|
|
1099
1089
|
{
|
|
1100
1090
|
address: "0xb27c8941a7df8958a1778c0259f76d1f8b711c35",
|
|
1101
1091
|
chain: "AVAX",
|
|
@@ -1166,16 +1156,6 @@ export const list = {
|
|
|
1166
1156
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.nxusd-0xf14f4ce569cb3679e99d5059909e23b07bd2f387.png",
|
|
1167
1157
|
ticker: "NXUSD",
|
|
1168
1158
|
},
|
|
1169
|
-
{
|
|
1170
|
-
address: "0x937e077abaea52d3abf879c9b9d3f2ebd15baa21",
|
|
1171
|
-
chain: "AVAX",
|
|
1172
|
-
chainId: "43114",
|
|
1173
|
-
decimals: 18,
|
|
1174
|
-
identifier: "AVAX.OH-0x937e077abaea52d3abf879c9b9d3f2ebd15baa21",
|
|
1175
|
-
logoURI:
|
|
1176
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.oh-0x937e077abaea52d3abf879c9b9d3f2ebd15baa21.png",
|
|
1177
|
-
ticker: "OH",
|
|
1178
|
-
},
|
|
1179
1159
|
{
|
|
1180
1160
|
address: "0xe896cdeaac9615145c0ca09c8cd5c25bced6384c",
|
|
1181
1161
|
chain: "AVAX",
|
|
@@ -1416,16 +1396,6 @@ export const list = {
|
|
|
1416
1396
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.tusd-0x1c20e891bab6b1727d14da358fae2984ed9b59eb.png",
|
|
1417
1397
|
ticker: "TUSD",
|
|
1418
1398
|
},
|
|
1419
|
-
{
|
|
1420
|
-
address: "0x8ebaf22b6f053dffeaf46f4dd9efa95d89ba8580",
|
|
1421
|
-
chain: "AVAX",
|
|
1422
|
-
chainId: "43114",
|
|
1423
|
-
decimals: 18,
|
|
1424
|
-
identifier: "AVAX.UNI.e-0x8ebaf22b6f053dffeaf46f4dd9efa95d89ba8580",
|
|
1425
|
-
logoURI:
|
|
1426
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.uni.e-0x8ebaf22b6f053dffeaf46f4dd9efa95d89ba8580.png",
|
|
1427
|
-
ticker: "UNI.e",
|
|
1428
|
-
},
|
|
1429
1399
|
{
|
|
1430
1400
|
address: "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e",
|
|
1431
1401
|
chain: "AVAX",
|
|
@@ -1446,6 +1416,16 @@ export const list = {
|
|
|
1446
1416
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdc.e-0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664.png",
|
|
1447
1417
|
ticker: "USDC.e",
|
|
1448
1418
|
},
|
|
1419
|
+
{
|
|
1420
|
+
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
1421
|
+
chain: "AVAX",
|
|
1422
|
+
chainId: "43114",
|
|
1423
|
+
decimals: 18,
|
|
1424
|
+
identifier: "AVAX.USDM-0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
1425
|
+
logoURI:
|
|
1426
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdm-0x59d9356e565ab3a36dd77763fc0d87feaf85508c.png",
|
|
1427
|
+
ticker: "USDM",
|
|
1428
|
+
},
|
|
1449
1429
|
{
|
|
1450
1430
|
address: "0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7",
|
|
1451
1431
|
chain: "AVAX",
|
|
@@ -1677,16 +1657,6 @@ export const list = {
|
|
|
1677
1657
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.aaave-0xffc97d72e13e01096502cb8eb52dee56f74dad7b.png",
|
|
1678
1658
|
ticker: "aAAVE",
|
|
1679
1659
|
},
|
|
1680
|
-
{
|
|
1681
|
-
address: "0xba3d9687cf50fe253cd2e1cfeede1d6787344ed5",
|
|
1682
|
-
chain: "ETH",
|
|
1683
|
-
chainId: "1",
|
|
1684
|
-
decimals: 18,
|
|
1685
|
-
identifier: "ETH.aAAVEv1-0xba3d9687cf50fe253cd2e1cfeede1d6787344ed5",
|
|
1686
|
-
logoURI:
|
|
1687
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.aaavev1-0xba3d9687cf50fe253cd2e1cfeede1d6787344ed5.png",
|
|
1688
|
-
ticker: "aAAVEv1",
|
|
1689
|
-
},
|
|
1690
1660
|
{
|
|
1691
1661
|
address: "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
1692
1662
|
chain: "ETH",
|
|
@@ -1707,16 +1677,6 @@ export const list = {
|
|
|
1707
1677
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.abat-0x05ec93c0365baaeabf7aeffb0972ea7ecdd39cf1.png",
|
|
1708
1678
|
ticker: "aBAT",
|
|
1709
1679
|
},
|
|
1710
|
-
{
|
|
1711
|
-
address: "0xe1ba0fb44ccb0d11b80f92f4f8ed94ca3ff51d00",
|
|
1712
|
-
chain: "ETH",
|
|
1713
|
-
chainId: "1",
|
|
1714
|
-
decimals: 18,
|
|
1715
|
-
identifier: "ETH.aBATv1-0xe1ba0fb44ccb0d11b80f92f4f8ed94ca3ff51d00",
|
|
1716
|
-
logoURI:
|
|
1717
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.abatv1-0xe1ba0fb44ccb0d11b80f92f4f8ed94ca3ff51d00.png",
|
|
1718
|
-
ticker: "aBATv1",
|
|
1719
|
-
},
|
|
1720
1680
|
{
|
|
1721
1681
|
address: "0xb98d4c97425d9908e66e53a6fdf673acca0be986",
|
|
1722
1682
|
chain: "ETH",
|
|
@@ -1737,16 +1697,6 @@ export const list = {
|
|
|
1737
1697
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.abusd-0xa361718326c15715591c299427c62086f69923d9.png",
|
|
1738
1698
|
ticker: "aBUSD",
|
|
1739
1699
|
},
|
|
1740
|
-
{
|
|
1741
|
-
address: "0x6ee0f7bb50a54ab5253da0667b0dc2ee526c30a8",
|
|
1742
|
-
chain: "ETH",
|
|
1743
|
-
chainId: "1",
|
|
1744
|
-
decimals: 18,
|
|
1745
|
-
identifier: "ETH.aBUSDv1-0x6ee0f7bb50a54ab5253da0667b0dc2ee526c30a8",
|
|
1746
|
-
logoURI:
|
|
1747
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.abusdv1-0x6ee0f7bb50a54ab5253da0667b0dc2ee526c30a8.png",
|
|
1748
|
-
ticker: "aBUSDv1",
|
|
1749
|
-
},
|
|
1750
1700
|
{
|
|
1751
1701
|
address: "0x0e8d6b471e332f140e7d9dbb99e5e3822f728da6",
|
|
1752
1702
|
chain: "ETH",
|
|
@@ -1797,16 +1747,6 @@ export const list = {
|
|
|
1797
1747
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.adai-0x028171bca77440897b824ca71d1c56cac55b68a3.png",
|
|
1798
1748
|
ticker: "aDAI",
|
|
1799
1749
|
},
|
|
1800
|
-
{
|
|
1801
|
-
address: "0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d",
|
|
1802
|
-
chain: "ETH",
|
|
1803
|
-
chainId: "1",
|
|
1804
|
-
decimals: 18,
|
|
1805
|
-
identifier: "ETH.aDAIv1-0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d",
|
|
1806
|
-
logoURI:
|
|
1807
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.adaiv1-0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d.png",
|
|
1808
|
-
ticker: "aDAIv1",
|
|
1809
|
-
},
|
|
1810
1750
|
{
|
|
1811
1751
|
address: "0xcfcecfe2bd2fed07a9145222e8a7ad9cf1ccd22a",
|
|
1812
1752
|
chain: "ETH",
|
|
@@ -1837,16 +1777,6 @@ export const list = {
|
|
|
1837
1777
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.aenj-0xac6df26a590f08dcc95d5a4705ae8abbc88509ef.png",
|
|
1838
1778
|
ticker: "aENJ",
|
|
1839
1779
|
},
|
|
1840
|
-
{
|
|
1841
|
-
address: "0x712db54daa836b53ef1ecbb9c6ba3b9efb073f40",
|
|
1842
|
-
chain: "ETH",
|
|
1843
|
-
chainId: "1",
|
|
1844
|
-
decimals: 18,
|
|
1845
|
-
identifier: "ETH.aENJv1-0x712db54daa836b53ef1ecbb9c6ba3b9efb073f40",
|
|
1846
|
-
logoURI:
|
|
1847
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.aenjv1-0x712db54daa836b53ef1ecbb9c6ba3b9efb073f40.png",
|
|
1848
|
-
ticker: "aENJv1",
|
|
1849
|
-
},
|
|
1850
1780
|
{
|
|
1851
1781
|
address: "0x71aef7b30728b9bb371578f36c5a1f1502a5723e",
|
|
1852
1782
|
chain: "ETH",
|
|
@@ -2057,16 +1987,6 @@ export const list = {
|
|
|
2057
1987
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.aethusdt-0x23878914efe38d27c4d67ab83ed1b93a74d4086a.png",
|
|
2058
1988
|
ticker: "aEthUSDT",
|
|
2059
1989
|
},
|
|
2060
|
-
{
|
|
2061
|
-
address: "0x3a3a65aab0dd2a17e3f1947ba16138cd37d08c04",
|
|
2062
|
-
chain: "ETH",
|
|
2063
|
-
chainId: "1",
|
|
2064
|
-
decimals: 18,
|
|
2065
|
-
identifier: "ETH.aETHv1-0x3a3a65aab0dd2a17e3f1947ba16138cd37d08c04",
|
|
2066
|
-
logoURI:
|
|
2067
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.aethv1-0x3a3a65aab0dd2a17e3f1947ba16138cd37d08c04.png",
|
|
2068
|
-
ticker: "aETHv1",
|
|
2069
|
-
},
|
|
2070
1990
|
{
|
|
2071
1991
|
address: "0x5ee5bf7ae06d1be5997a1a72006fe6c607ec6de8",
|
|
2072
1992
|
chain: "ETH",
|
|
@@ -2187,16 +2107,6 @@ export const list = {
|
|
|
2187
2107
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.aknc-0x39c6b3e42d6a679d7d776778fe880bc9487c2eda.png",
|
|
2188
2108
|
ticker: "aKNC",
|
|
2189
2109
|
},
|
|
2190
|
-
{
|
|
2191
|
-
address: "0x9d91be44c06d373a8a226e1f3b146956083803eb",
|
|
2192
|
-
chain: "ETH",
|
|
2193
|
-
chainId: "1",
|
|
2194
|
-
decimals: 18,
|
|
2195
|
-
identifier: "ETH.aKNCv1-0x9d91be44c06d373a8a226e1f3b146956083803eb",
|
|
2196
|
-
logoURI:
|
|
2197
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.akncv1-0x9d91be44c06d373a8a226e1f3b146956083803eb.png",
|
|
2198
|
-
ticker: "aKNCv1",
|
|
2199
|
-
},
|
|
2200
2110
|
{
|
|
2201
2111
|
address: "0x8ab7404063ec4dbcfd4598215992dc3f8ec853d7",
|
|
2202
2112
|
chain: "ETH",
|
|
@@ -2227,16 +2137,6 @@ export const list = {
|
|
|
2227
2137
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ald-0xb26c4b3ca601136daf98593feaeff9e0ca702a8d.png",
|
|
2228
2138
|
ticker: "ALD",
|
|
2229
2139
|
},
|
|
2230
|
-
{
|
|
2231
|
-
address: "0x7d2d3688df45ce7c552e19c27e007673da9204b8",
|
|
2232
|
-
chain: "ETH",
|
|
2233
|
-
chainId: "1",
|
|
2234
|
-
decimals: 18,
|
|
2235
|
-
identifier: "ETH.aLENDv1-0x7d2d3688df45ce7c552e19c27e007673da9204b8",
|
|
2236
|
-
logoURI:
|
|
2237
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.alendv1-0x7d2d3688df45ce7c552e19c27e007673da9204b8.png",
|
|
2238
|
-
ticker: "aLENDv1",
|
|
2239
|
-
},
|
|
2240
2140
|
{
|
|
2241
2141
|
address: "0x27702a26126e0b3702af63ee09ac4d1a084ef628",
|
|
2242
2142
|
chain: "ETH",
|
|
@@ -2287,16 +2187,6 @@ export const list = {
|
|
|
2287
2187
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.alink-0xa06bc25b5805d5f8d82847d191cb4af5a3e873e0.png",
|
|
2288
2188
|
ticker: "aLINK",
|
|
2289
2189
|
},
|
|
2290
|
-
{
|
|
2291
|
-
address: "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84",
|
|
2292
|
-
chain: "ETH",
|
|
2293
|
-
chainId: "1",
|
|
2294
|
-
decimals: 18,
|
|
2295
|
-
identifier: "ETH.aLINKv1-0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84",
|
|
2296
|
-
logoURI:
|
|
2297
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.alinkv1-0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84.png",
|
|
2298
|
-
ticker: "aLINKv1",
|
|
2299
|
-
},
|
|
2300
2190
|
{
|
|
2301
2191
|
address: "0x7ca4408137eb639570f8e647d9bd7b7e8717514a",
|
|
2302
2192
|
chain: "ETH",
|
|
@@ -2347,16 +2237,6 @@ export const list = {
|
|
|
2347
2237
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.amana-0xa685a61171bb30d4072b338c80cb7b2c865c873e.png",
|
|
2348
2238
|
ticker: "aMANA",
|
|
2349
2239
|
},
|
|
2350
|
-
{
|
|
2351
|
-
address: "0x6fce4a401b6b80ace52baaefe4421bd188e76f6f",
|
|
2352
|
-
chain: "ETH",
|
|
2353
|
-
chainId: "1",
|
|
2354
|
-
decimals: 18,
|
|
2355
|
-
identifier: "ETH.aMANAv1-0x6fce4a401b6b80ace52baaefe4421bd188e76f6f",
|
|
2356
|
-
logoURI:
|
|
2357
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.amanav1-0x6fce4a401b6b80ace52baaefe4421bd188e76f6f.png",
|
|
2358
|
-
ticker: "aMANAv1",
|
|
2359
|
-
},
|
|
2360
2240
|
{
|
|
2361
2241
|
address: "0xc713e5e149d5d0715dcd1c156a020976e7e56b88",
|
|
2362
2242
|
chain: "ETH",
|
|
@@ -2367,16 +2247,6 @@ export const list = {
|
|
|
2367
2247
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.amkr-0xc713e5e149d5d0715dcd1c156a020976e7e56b88.png",
|
|
2368
2248
|
ticker: "aMKR",
|
|
2369
2249
|
},
|
|
2370
|
-
{
|
|
2371
|
-
address: "0x7deb5e830be29f91e298ba5ff1356bb7f8146998",
|
|
2372
|
-
chain: "ETH",
|
|
2373
|
-
chainId: "1",
|
|
2374
|
-
decimals: 18,
|
|
2375
|
-
identifier: "ETH.aMKRv1-0x7deb5e830be29f91e298ba5ff1356bb7f8146998",
|
|
2376
|
-
logoURI:
|
|
2377
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.amkrv1-0x7deb5e830be29f91e298ba5ff1356bb7f8146998.png",
|
|
2378
|
-
ticker: "aMKRv1",
|
|
2379
|
-
},
|
|
2380
2250
|
{
|
|
2381
2251
|
address: "0x1a2eb478fa07125c9935a77b3c03a82470801e30",
|
|
2382
2252
|
chain: "ETH",
|
|
@@ -2417,6 +2287,16 @@ export const list = {
|
|
|
2417
2287
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.angle-0x31429d1856ad1377a8a0079410b297e1a9e214c2.png",
|
|
2418
2288
|
ticker: "ANGLE",
|
|
2419
2289
|
},
|
|
2290
|
+
{
|
|
2291
|
+
address: "0x4dc26fc5854e7648a064a4abd590bbe71724c277",
|
|
2292
|
+
chain: "ETH",
|
|
2293
|
+
chainId: "1",
|
|
2294
|
+
decimals: 18,
|
|
2295
|
+
identifier: "ETH.ANIME-0x4dc26fc5854e7648a064a4abd590bbe71724c277",
|
|
2296
|
+
logoURI:
|
|
2297
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.anime-0x4dc26fc5854e7648a064a4abd590bbe71724c277.png",
|
|
2298
|
+
ticker: "ANIME",
|
|
2299
|
+
},
|
|
2420
2300
|
{
|
|
2421
2301
|
address: "0xcd62b1c403fa761baadfc74c525ce2b51780b184",
|
|
2422
2302
|
chain: "ETH",
|
|
@@ -2477,16 +2357,6 @@ export const list = {
|
|
|
2477
2357
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ape-0x4d224452801aced8b2f0aebe155379bb5d594381.png",
|
|
2478
2358
|
ticker: "APE",
|
|
2479
2359
|
},
|
|
2480
|
-
{
|
|
2481
|
-
address: "0x52a8845df664d76c69d2eea607cd793565af42b8",
|
|
2482
|
-
chain: "ETH",
|
|
2483
|
-
chainId: "1",
|
|
2484
|
-
decimals: 18,
|
|
2485
|
-
identifier: "ETH.APEX-0x52a8845df664d76c69d2eea607cd793565af42b8",
|
|
2486
|
-
logoURI:
|
|
2487
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.apex-0x52a8845df664d76c69d2eea607cd793565af42b8.png",
|
|
2488
|
-
ticker: "APEX",
|
|
2489
|
-
},
|
|
2490
2360
|
{
|
|
2491
2361
|
address: "0x0b38210ea11411557c13457d4da7dc6ea731b88a",
|
|
2492
2362
|
chain: "ETH",
|
|
@@ -2607,16 +2477,6 @@ export const list = {
|
|
|
2607
2477
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.aren-0xcc12abe4ff81c9378d670de1b57f8e0dd228d77a.png",
|
|
2608
2478
|
ticker: "aREN",
|
|
2609
2479
|
},
|
|
2610
|
-
{
|
|
2611
|
-
address: "0x69948cc03f478b95283f7dbf1ce764d0fc7ec54c",
|
|
2612
|
-
chain: "ETH",
|
|
2613
|
-
chainId: "1",
|
|
2614
|
-
decimals: 18,
|
|
2615
|
-
identifier: "ETH.aRENv1-0x69948cc03f478b95283f7dbf1ce764d0fc7ec54c",
|
|
2616
|
-
logoURI:
|
|
2617
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.arenv1-0x69948cc03f478b95283f7dbf1ce764d0fc7ec54c.png",
|
|
2618
|
-
ticker: "aRENv1",
|
|
2619
|
-
},
|
|
2620
2480
|
{
|
|
2621
2481
|
address: "0xedf6568618a00c6f0908bf7758a16f76b6e04af9",
|
|
2622
2482
|
chain: "ETH",
|
|
@@ -2687,16 +2547,6 @@ export const list = {
|
|
|
2687
2547
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.asnx-0x35f6b052c598d933d69a4eec4d04c73a191fe6c2.png",
|
|
2688
2548
|
ticker: "aSNX",
|
|
2689
2549
|
},
|
|
2690
|
-
{
|
|
2691
|
-
address: "0x328c4c80bc7aca0834db37e6600a6c49e12da4de",
|
|
2692
|
-
chain: "ETH",
|
|
2693
|
-
chainId: "1",
|
|
2694
|
-
decimals: 18,
|
|
2695
|
-
identifier: "ETH.aSNXv1-0x328c4c80bc7aca0834db37e6600a6c49e12da4de",
|
|
2696
|
-
logoURI:
|
|
2697
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.asnxv1-0x328c4c80bc7aca0834db37e6600a6c49e12da4de.png",
|
|
2698
|
-
ticker: "aSNXv1",
|
|
2699
|
-
},
|
|
2700
2550
|
{
|
|
2701
2551
|
address: "0x27054b13b1b798b345b591a4d22e6562d47ea75a",
|
|
2702
2552
|
chain: "ETH",
|
|
@@ -2737,16 +2587,6 @@ export const list = {
|
|
|
2737
2587
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.asusd-0x6c5024cd4f8a59110119c56f8933403a539555eb.png",
|
|
2738
2588
|
ticker: "aSUSD",
|
|
2739
2589
|
},
|
|
2740
|
-
{
|
|
2741
|
-
address: "0x625ae63000f46200499120b906716420bd059240",
|
|
2742
|
-
chain: "ETH",
|
|
2743
|
-
chainId: "1",
|
|
2744
|
-
decimals: 18,
|
|
2745
|
-
identifier: "ETH.aSUSDv1-0x625ae63000f46200499120b906716420bd059240",
|
|
2746
|
-
logoURI:
|
|
2747
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.asusdv1-0x625ae63000f46200499120b906716420bd059240.png",
|
|
2748
|
-
ticker: "aSUSDv1",
|
|
2749
|
-
},
|
|
2750
2590
|
{
|
|
2751
2591
|
address: "0xbe0ed4138121ecfc5c0e56b40517da27e6c5226b",
|
|
2752
2592
|
chain: "ETH",
|
|
@@ -2767,16 +2607,6 @@ export const list = {
|
|
|
2767
2607
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.atusd-0x101cc05f4a51c0319f570d5e146a8c625198e636.png",
|
|
2768
2608
|
ticker: "aTUSD",
|
|
2769
2609
|
},
|
|
2770
|
-
{
|
|
2771
|
-
address: "0x4da9b813057d04baef4e5800e36083717b4a0341",
|
|
2772
|
-
chain: "ETH",
|
|
2773
|
-
chainId: "1",
|
|
2774
|
-
decimals: 18,
|
|
2775
|
-
identifier: "ETH.aTUSDv1-0x4da9b813057d04baef4e5800e36083717b4a0341",
|
|
2776
|
-
logoURI:
|
|
2777
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.atusdv1-0x4da9b813057d04baef4e5800e36083717b4a0341.png",
|
|
2778
|
-
ticker: "aTUSDv1",
|
|
2779
|
-
},
|
|
2780
2610
|
{
|
|
2781
2611
|
address: "0xa9b1eb5908cfc3cdf91f9b8b3a74108598009096",
|
|
2782
2612
|
chain: "ETH",
|
|
@@ -2807,16 +2637,6 @@ export const list = {
|
|
|
2807
2637
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.auni-0xb9d7cb55f463405cdfbe4e90a6d2df01c2b92bf1.png",
|
|
2808
2638
|
ticker: "aUNI",
|
|
2809
2639
|
},
|
|
2810
|
-
{
|
|
2811
|
-
address: "0xb124541127a0a657f056d9dd06188c4f1b0e5aab",
|
|
2812
|
-
chain: "ETH",
|
|
2813
|
-
chainId: "1",
|
|
2814
|
-
decimals: 18,
|
|
2815
|
-
identifier: "ETH.aUNIv1-0xb124541127a0a657f056d9dd06188c4f1b0e5aab",
|
|
2816
|
-
logoURI:
|
|
2817
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.auniv1-0xb124541127a0a657f056d9dd06188c4f1b0e5aab.png",
|
|
2818
|
-
ticker: "aUNIv1",
|
|
2819
|
-
},
|
|
2820
2640
|
{
|
|
2821
2641
|
address: "0xc0c293ce456ff0ed870add98a0828dd4d2903dbf",
|
|
2822
2642
|
chain: "ETH",
|
|
@@ -2837,16 +2657,6 @@ export const list = {
|
|
|
2837
2657
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.aurora-0xaaaaaa20d9e0e2461697782ef11675f668207961.png",
|
|
2838
2658
|
ticker: "AURORA",
|
|
2839
2659
|
},
|
|
2840
|
-
{
|
|
2841
|
-
address: "0x9ba00d6856a4edf4665bca2c2309936572473b7e",
|
|
2842
|
-
chain: "ETH",
|
|
2843
|
-
chainId: "1",
|
|
2844
|
-
decimals: 6,
|
|
2845
|
-
identifier: "ETH.aUSDC_OLD-0x9ba00d6856a4edf4665bca2c2309936572473b7e",
|
|
2846
|
-
logoURI:
|
|
2847
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ausdc_old-0x9ba00d6856a4edf4665bca2c2309936572473b7e.png",
|
|
2848
|
-
ticker: "aUSDC_OLD",
|
|
2849
|
-
},
|
|
2850
2660
|
{
|
|
2851
2661
|
address: "0xbcca60bb61934080951369a648fb03df4f96263c",
|
|
2852
2662
|
chain: "ETH",
|
|
@@ -2867,16 +2677,6 @@ export const list = {
|
|
|
2867
2677
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ausdt_1-0x3ed3b47dd13ec9a98b44e6204a523e766b225811.png",
|
|
2868
2678
|
ticker: "aUSDT_1",
|
|
2869
2679
|
},
|
|
2870
|
-
{
|
|
2871
|
-
address: "0x71fc860f7d3a592a4a98740e39db31d25db65ae8",
|
|
2872
|
-
chain: "ETH",
|
|
2873
|
-
chainId: "1",
|
|
2874
|
-
decimals: 6,
|
|
2875
|
-
identifier: "ETH.aUSDT-0x71fc860f7d3a592a4a98740e39db31d25db65ae8",
|
|
2876
|
-
logoURI:
|
|
2877
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ausdt-0x71fc860f7d3a592a4a98740e39db31d25db65ae8.png",
|
|
2878
|
-
ticker: "aUSDT",
|
|
2879
|
-
},
|
|
2880
2680
|
{
|
|
2881
2681
|
address: "0xa41f142b6eb2b164f8164cae0716892ce02f311f",
|
|
2882
2682
|
chain: "ETH",
|
|
@@ -2897,16 +2697,6 @@ export const list = {
|
|
|
2897
2697
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.awbtc-0x9ff58f4ffb29fa2266ab25e75e2a8b3503311656.png",
|
|
2898
2698
|
ticker: "aWBTC",
|
|
2899
2699
|
},
|
|
2900
|
-
{
|
|
2901
|
-
address: "0xfc4b8ed459e00e5400be803a9bb3954234fd50e3",
|
|
2902
|
-
chain: "ETH",
|
|
2903
|
-
chainId: "1",
|
|
2904
|
-
decimals: 8,
|
|
2905
|
-
identifier: "ETH.aWBTCv1-0xfc4b8ed459e00e5400be803a9bb3954234fd50e3",
|
|
2906
|
-
logoURI:
|
|
2907
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.awbtcv1-0xfc4b8ed459e00e5400be803a9bb3954234fd50e3.png",
|
|
2908
|
-
ticker: "aWBTCv1",
|
|
2909
|
-
},
|
|
2910
2700
|
{
|
|
2911
2701
|
address: "0x030ba81f1c18d280636f32af80b9aad02cf0854e",
|
|
2912
2702
|
chain: "ETH",
|
|
@@ -2947,16 +2737,6 @@ export const list = {
|
|
|
2947
2737
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ayfi-0x5165d24277cd063f5ac44efd447b27025e888f37.png",
|
|
2948
2738
|
ticker: "aYFI",
|
|
2949
2739
|
},
|
|
2950
|
-
{
|
|
2951
|
-
address: "0x12e51e77daaa58aa0e9247db7510ea4b46f9bead",
|
|
2952
|
-
chain: "ETH",
|
|
2953
|
-
chainId: "1",
|
|
2954
|
-
decimals: 18,
|
|
2955
|
-
identifier: "ETH.aYFIv1-0x12e51e77daaa58aa0e9247db7510ea4b46f9bead",
|
|
2956
|
-
logoURI:
|
|
2957
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ayfiv1-0x12e51e77daaa58aa0e9247db7510ea4b46f9bead.png",
|
|
2958
|
-
ticker: "aYFIv1",
|
|
2959
|
-
},
|
|
2960
2740
|
{
|
|
2961
2741
|
address: "0xdf7ff54aacacbff42dfe29dd6144a69b629f8c9e",
|
|
2962
2742
|
chain: "ETH",
|
|
@@ -2967,16 +2747,6 @@ export const list = {
|
|
|
2967
2747
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.azrx-0xdf7ff54aacacbff42dfe29dd6144a69b629f8c9e.png",
|
|
2968
2748
|
ticker: "aZRX",
|
|
2969
2749
|
},
|
|
2970
|
-
{
|
|
2971
|
-
address: "0x6fb0855c404e09c47c3fbca25f08d4e41f9f062f",
|
|
2972
|
-
chain: "ETH",
|
|
2973
|
-
chainId: "1",
|
|
2974
|
-
decimals: 18,
|
|
2975
|
-
identifier: "ETH.aZRXv1-0x6fb0855c404e09c47c3fbca25f08d4e41f9f062f",
|
|
2976
|
-
logoURI:
|
|
2977
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.azrxv1-0x6fb0855c404e09c47c3fbca25f08d4e41f9f062f.png",
|
|
2978
|
-
ticker: "aZRXv1",
|
|
2979
|
-
},
|
|
2980
2750
|
{
|
|
2981
2751
|
address: "0x9e6be44cc1236eef7e1f197418592d363bedcd5a",
|
|
2982
2752
|
chain: "ETH",
|
|
@@ -3287,16 +3057,6 @@ export const list = {
|
|
|
3287
3057
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.bigtime-0x64bc2ca1be492be7185faa2c8835d9b824c8a194.png",
|
|
3288
3058
|
ticker: "BIGTIME",
|
|
3289
3059
|
},
|
|
3290
|
-
{
|
|
3291
|
-
address: "0x70401dfd142a16dc7031c56e862fc88cb9537ce0",
|
|
3292
|
-
chain: "ETH",
|
|
3293
|
-
chainId: "1",
|
|
3294
|
-
decimals: 18,
|
|
3295
|
-
identifier: "ETH.BIRD-0x70401dfd142a16dc7031c56e862fc88cb9537ce0",
|
|
3296
|
-
logoURI:
|
|
3297
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.bird-0x70401dfd142a16dc7031c56e862fc88cb9537ce0.png",
|
|
3298
|
-
ticker: "BIRD",
|
|
3299
|
-
},
|
|
3300
3060
|
{
|
|
3301
3061
|
address: "0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5",
|
|
3302
3062
|
chain: "ETH",
|
|
@@ -3597,16 +3357,6 @@ export const list = {
|
|
|
3597
3357
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.byte-0xde342a3e269056fc3305f9e315f4c40d917ba521.png",
|
|
3598
3358
|
ticker: "BYTE",
|
|
3599
3359
|
},
|
|
3600
|
-
{
|
|
3601
|
-
address: "0xcadc0acd4b445166f12d2c07eac6e2544fbe2eef",
|
|
3602
|
-
chain: "ETH",
|
|
3603
|
-
chainId: "1",
|
|
3604
|
-
decimals: 18,
|
|
3605
|
-
identifier: "ETH.CADC-0xcadc0acd4b445166f12d2c07eac6e2544fbe2eef",
|
|
3606
|
-
logoURI:
|
|
3607
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.cadc-0xcadc0acd4b445166f12d2c07eac6e2544fbe2eef.png",
|
|
3608
|
-
ticker: "CADC",
|
|
3609
|
-
},
|
|
3610
3360
|
{
|
|
3611
3361
|
address: "0x152649ea73beab28c5b49b26eb48f7ead6d4c898",
|
|
3612
3362
|
chain: "ETH",
|
|
@@ -3767,26 +3517,6 @@ export const list = {
|
|
|
3767
3517
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.chain-0xc4c2614e694cf534d407ee49f8e44d125e4681c4.png",
|
|
3768
3518
|
ticker: "CHAIN",
|
|
3769
3519
|
},
|
|
3770
|
-
{
|
|
3771
|
-
address: "0x7051faed0775f664a0286af4f75ef5ed74e02754",
|
|
3772
|
-
chain: "ETH",
|
|
3773
|
-
chainId: "1",
|
|
3774
|
-
decimals: 18,
|
|
3775
|
-
identifier: "ETH.CHANGE-0x7051faed0775f664a0286af4f75ef5ed74e02754",
|
|
3776
|
-
logoURI:
|
|
3777
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.change-0x7051faed0775f664a0286af4f75ef5ed74e02754.png",
|
|
3778
|
-
ticker: "CHANGE",
|
|
3779
|
-
},
|
|
3780
|
-
{
|
|
3781
|
-
address: "0x1d37986f252d0e349522ea6c3b98cb935495e63e",
|
|
3782
|
-
chain: "ETH",
|
|
3783
|
-
chainId: "1",
|
|
3784
|
-
decimals: 18,
|
|
3785
|
-
identifier: "ETH.CHART-0x1d37986f252d0e349522ea6c3b98cb935495e63e",
|
|
3786
|
-
logoURI:
|
|
3787
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.chart-0x1d37986f252d0e349522ea6c3b98cb935495e63e.png",
|
|
3788
|
-
ticker: "CHART",
|
|
3789
|
-
},
|
|
3790
3520
|
{
|
|
3791
3521
|
address: "0x3506424f91fd33084466f402d5d97f05f8e3b4af",
|
|
3792
3522
|
chain: "ETH",
|
|
@@ -3947,16 +3677,6 @@ export const list = {
|
|
|
3947
3677
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.cpool-0x66761fa41377003622aee3c7675fc7b5c1c2fac5.png",
|
|
3948
3678
|
ticker: "CPOOL",
|
|
3949
3679
|
},
|
|
3950
|
-
{
|
|
3951
|
-
address: "0xd417144312dbf50465b1c641d016962017ef6240",
|
|
3952
|
-
chain: "ETH",
|
|
3953
|
-
chainId: "1",
|
|
3954
|
-
decimals: 18,
|
|
3955
|
-
identifier: "ETH.CQT-0xd417144312dbf50465b1c641d016962017ef6240",
|
|
3956
|
-
logoURI:
|
|
3957
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.cqt-0xd417144312dbf50465b1c641d016962017ef6240.png",
|
|
3958
|
-
ticker: "CQT",
|
|
3959
|
-
},
|
|
3960
3680
|
{
|
|
3961
3681
|
address: "0x92b767185fb3b04f881e3ac8e5b0662a027a1d9f",
|
|
3962
3682
|
chain: "ETH",
|
|
@@ -4527,16 +4247,6 @@ export const list = {
|
|
|
4527
4247
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.dodo-0x43dfc4159d86f3a37a5a4b3d4580b888ad7d4ddd.png",
|
|
4528
4248
|
ticker: "DODO",
|
|
4529
4249
|
},
|
|
4530
|
-
{
|
|
4531
|
-
address: "0xf8e9f10c22840b613cda05a0c5fdb59a4d6cd7ef",
|
|
4532
|
-
chain: "ETH",
|
|
4533
|
-
chainId: "1",
|
|
4534
|
-
decimals: 18,
|
|
4535
|
-
identifier: "ETH.DOE-0xf8e9f10c22840b613cda05a0c5fdb59a4d6cd7ef",
|
|
4536
|
-
logoURI:
|
|
4537
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.doe-0xf8e9f10c22840b613cda05a0c5fdb59a4d6cd7ef.png",
|
|
4538
|
-
ticker: "DOE",
|
|
4539
|
-
},
|
|
4540
4250
|
{
|
|
4541
4251
|
address: "0x1121acc14c63f3c872bfca497d10926a6098aac5",
|
|
4542
4252
|
chain: "ETH",
|
|
@@ -4907,26 +4617,6 @@ export const list = {
|
|
|
4907
4617
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ern-0xbbc2ae13b23d715c30720f079fcd9b4a74093505.png",
|
|
4908
4618
|
ticker: "ERN",
|
|
4909
4619
|
},
|
|
4910
|
-
{
|
|
4911
|
-
address: "0x5218e472cfcfe0b64a064f055b43b4cdc9efd3a6",
|
|
4912
|
-
chain: "ETH",
|
|
4913
|
-
chainId: "1",
|
|
4914
|
-
decimals: 18,
|
|
4915
|
-
identifier: "ETH.eRSDL-0x5218e472cfcfe0b64a064f055b43b4cdc9efd3a6",
|
|
4916
|
-
logoURI:
|
|
4917
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ersdl-0x5218e472cfcfe0b64a064f055b43b4cdc9efd3a6.png",
|
|
4918
|
-
ticker: "eRSDL",
|
|
4919
|
-
},
|
|
4920
|
-
{
|
|
4921
|
-
address: "0x36f3fd68e7325a35eb768f1aedaae9ea0689d723",
|
|
4922
|
-
chain: "ETH",
|
|
4923
|
-
chainId: "1",
|
|
4924
|
-
decimals: 18,
|
|
4925
|
-
identifier: "ETH.ESD-0x36f3fd68e7325a35eb768f1aedaae9ea0689d723",
|
|
4926
|
-
logoURI:
|
|
4927
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.esd-0x36f3fd68e7325a35eb768f1aedaae9ea0689d723.png",
|
|
4928
|
-
ticker: "ESD",
|
|
4929
|
-
},
|
|
4930
4620
|
{
|
|
4931
4621
|
address: "0xfc05987bd2be489accf0f509e44b0145d68240f7",
|
|
4932
4622
|
chain: "ETH",
|
|
@@ -5215,16 +4905,6 @@ export const list = {
|
|
|
5215
4905
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.fnt-0xdc5864ede28bd4405aa04d93e05a0531797d9d59.png",
|
|
5216
4906
|
ticker: "FNT",
|
|
5217
4907
|
},
|
|
5218
|
-
{
|
|
5219
|
-
address: "0x4946fcea7c692606e8908002e55a582af44ac121",
|
|
5220
|
-
chain: "ETH",
|
|
5221
|
-
chainId: "1",
|
|
5222
|
-
decimals: 18,
|
|
5223
|
-
identifier: "ETH.FOAM-0x4946fcea7c692606e8908002e55a582af44ac121",
|
|
5224
|
-
logoURI:
|
|
5225
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.foam-0x4946fcea7c692606e8908002e55a582af44ac121.png",
|
|
5226
|
-
ticker: "FOAM",
|
|
5227
|
-
},
|
|
5228
4908
|
{
|
|
5229
4909
|
address: "0x4c2e59d098df7b6cbae0848d66de2f8a4889b9c3",
|
|
5230
4910
|
chain: "ETH",
|
|
@@ -5675,16 +5355,6 @@ export const list = {
|
|
|
5675
5355
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.gswap-0xaac41ec512808d64625576eddd580e7ea40ef8b2.png",
|
|
5676
5356
|
ticker: "GSWAP",
|
|
5677
5357
|
},
|
|
5678
|
-
{
|
|
5679
|
-
address: "0xe66747a101bff2dba3697199dcce5b743b454759",
|
|
5680
|
-
chain: "ETH",
|
|
5681
|
-
chainId: "1",
|
|
5682
|
-
decimals: 18,
|
|
5683
|
-
identifier: "ETH.GT-0xe66747a101bff2dba3697199dcce5b743b454759",
|
|
5684
|
-
logoURI:
|
|
5685
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.gt-0xe66747a101bff2dba3697199dcce5b743b454759.png",
|
|
5686
|
-
ticker: "GT",
|
|
5687
|
-
},
|
|
5688
5358
|
{
|
|
5689
5359
|
address: "0xde30da39c46104798bb5aa3fe8b9e0e1f348163f",
|
|
5690
5360
|
chain: "ETH",
|
|
@@ -5985,16 +5655,6 @@ export const list = {
|
|
|
5985
5655
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.hy-0x9b53e429b0badd98ef7f01f03702986c516a5715.png",
|
|
5986
5656
|
ticker: "HY",
|
|
5987
5657
|
},
|
|
5988
|
-
{
|
|
5989
|
-
address: "0xe545ed24c262756e1faed4781eebc3ad6c2f34e4",
|
|
5990
|
-
chain: "ETH",
|
|
5991
|
-
chainId: "1",
|
|
5992
|
-
decimals: 18,
|
|
5993
|
-
identifier: "ETH.HYPE-0xe545ed24c262756e1faed4781eebc3ad6c2f34e4",
|
|
5994
|
-
logoURI:
|
|
5995
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.hype-0xe545ed24c262756e1faed4781eebc3ad6c2f34e4.png",
|
|
5996
|
-
ticker: "HYPE",
|
|
5997
|
-
},
|
|
5998
5658
|
{
|
|
5999
5659
|
address: "0xf16e81dce15b08f326220742020379b855b87df9",
|
|
6000
5660
|
chain: "ETH",
|
|
@@ -6125,16 +5785,6 @@ export const list = {
|
|
|
6125
5785
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.inst-0x6f40d4a6237c257fff2db00fa0510deeecd303eb.png",
|
|
6126
5786
|
ticker: "INST",
|
|
6127
5787
|
},
|
|
6128
|
-
{
|
|
6129
|
-
address: "0x544c42fbb96b39b21df61cf322b5edc285ee7429",
|
|
6130
|
-
chain: "ETH",
|
|
6131
|
-
chainId: "1",
|
|
6132
|
-
decimals: 18,
|
|
6133
|
-
identifier: "ETH.INSUR-0x544c42fbb96b39b21df61cf322b5edc285ee7429",
|
|
6134
|
-
logoURI:
|
|
6135
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.insur-0x544c42fbb96b39b21df61cf322b5edc285ee7429.png",
|
|
6136
|
-
ticker: "INSUR",
|
|
6137
|
-
},
|
|
6138
5788
|
{
|
|
6139
5789
|
address: "0xf32aa187d5bc16a2c02a6afb7df1459d0d107574",
|
|
6140
5790
|
chain: "ETH",
|
|
@@ -6615,16 +6265,6 @@ export const list = {
|
|
|
6615
6265
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.looks-0xf4d2888d29d722226fafa5d9b24f9164c092421e.png",
|
|
6616
6266
|
ticker: "LOOKS",
|
|
6617
6267
|
},
|
|
6618
|
-
{
|
|
6619
|
-
address: "0x721a1b990699ee9d90b6327faad0a3e840ae8335",
|
|
6620
|
-
chain: "ETH",
|
|
6621
|
-
chainId: "1",
|
|
6622
|
-
decimals: 18,
|
|
6623
|
-
identifier: "ETH.LOOT-0x721a1b990699ee9d90b6327faad0a3e840ae8335",
|
|
6624
|
-
logoURI:
|
|
6625
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.loot-0x721a1b990699ee9d90b6327faad0a3e840ae8335.png",
|
|
6626
|
-
ticker: "LOOT",
|
|
6627
|
-
},
|
|
6628
6268
|
{
|
|
6629
6269
|
address: "0x6149c26cd2f7b5ccdb32029af817123f6e37df5b",
|
|
6630
6270
|
chain: "ETH",
|
|
@@ -6810,10 +6450,10 @@ export const list = {
|
|
|
6810
6450
|
chain: "ETH",
|
|
6811
6451
|
chainId: "1",
|
|
6812
6452
|
decimals: 18,
|
|
6813
|
-
identifier: "ETH.
|
|
6453
|
+
identifier: "ETH.MASK-0x69af81e73a73b40adf4f3d4223cd9b1ece623074",
|
|
6814
6454
|
logoURI:
|
|
6815
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
6816
|
-
ticker: "
|
|
6455
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.mask-0x69af81e73a73b40adf4f3d4223cd9b1ece623074.png",
|
|
6456
|
+
ticker: "MASK",
|
|
6817
6457
|
},
|
|
6818
6458
|
{
|
|
6819
6459
|
address: "0x06f3c323f0238c72bf35011071f2b5b7f43a054c",
|
|
@@ -7025,16 +6665,6 @@ export const list = {
|
|
|
7025
6665
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.mir-0x09a3ecafa817268f77be1283176b946c4ff2e608.png",
|
|
7026
6666
|
ticker: "MIR",
|
|
7027
6667
|
},
|
|
7028
|
-
{
|
|
7029
|
-
address: "0x4b4d2e899658fb59b1d518b68fe836b100ee8958",
|
|
7030
|
-
chain: "ETH",
|
|
7031
|
-
chainId: "1",
|
|
7032
|
-
decimals: 18,
|
|
7033
|
-
identifier: "ETH.MIS-0x4b4d2e899658fb59b1d518b68fe836b100ee8958",
|
|
7034
|
-
logoURI:
|
|
7035
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.mis-0x4b4d2e899658fb59b1d518b68fe836b100ee8958.png",
|
|
7036
|
-
ticker: "MIS",
|
|
7037
|
-
},
|
|
7038
6668
|
{
|
|
7039
6669
|
address: "0x88acdd2a6425c3faae4bc9650fd7e27e0bebb7ab",
|
|
7040
6670
|
chain: "ETH",
|
|
@@ -7295,16 +6925,6 @@ export const list = {
|
|
|
7295
6925
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.myst-0x4cf89ca06ad997bc732dc876ed2a7f26a9e7f361.png",
|
|
7296
6926
|
ticker: "MYST",
|
|
7297
6927
|
},
|
|
7298
|
-
{
|
|
7299
|
-
address: "0x333a4823466879eef910a04d473505da62142069",
|
|
7300
|
-
chain: "ETH",
|
|
7301
|
-
chainId: "1",
|
|
7302
|
-
decimals: 18,
|
|
7303
|
-
identifier: "ETH.NATION-0x333a4823466879eef910a04d473505da62142069",
|
|
7304
|
-
logoURI:
|
|
7305
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.nation-0x333a4823466879eef910a04d473505da62142069.png",
|
|
7306
|
-
ticker: "NATION",
|
|
7307
|
-
},
|
|
7308
6928
|
{
|
|
7309
6929
|
address: "0xdb5c3c46e28b53a39c255aa39a411dd64e5fed9c",
|
|
7310
6930
|
chain: "ETH",
|
|
@@ -7415,16 +7035,6 @@ export const list = {
|
|
|
7415
7035
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.nfy-0x1cbb83ebcd552d5ebf8131ef8c9cd9d9bab342bc.png",
|
|
7416
7036
|
ticker: "NFY",
|
|
7417
7037
|
},
|
|
7418
|
-
{
|
|
7419
|
-
address: "0x7c8155909cd385f120a56ef90728dd50f9ccbe52",
|
|
7420
|
-
chain: "ETH",
|
|
7421
|
-
chainId: "1",
|
|
7422
|
-
decimals: 15,
|
|
7423
|
-
identifier: "ETH.NII-0x7c8155909cd385f120a56ef90728dd50f9ccbe52",
|
|
7424
|
-
logoURI:
|
|
7425
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.nii-0x7c8155909cd385f120a56ef90728dd50f9ccbe52.png",
|
|
7426
|
-
ticker: "NII",
|
|
7427
|
-
},
|
|
7428
7038
|
{
|
|
7429
7039
|
address: "0xc813ea5e3b48bebeedb796ab42a30c5599b01740",
|
|
7430
7040
|
chain: "ETH",
|
|
@@ -7545,16 +7155,6 @@ export const list = {
|
|
|
7545
7155
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.nux-0x89bd2e7e388fab44ae88bef4e1ad12b4f1e0911c.png",
|
|
7546
7156
|
ticker: "NUX",
|
|
7547
7157
|
},
|
|
7548
|
-
{
|
|
7549
|
-
address: "0xee9801669c6138e84bd50deb500827b776777d28",
|
|
7550
|
-
chain: "ETH",
|
|
7551
|
-
chainId: "1",
|
|
7552
|
-
decimals: 18,
|
|
7553
|
-
identifier: "ETH.O3-0xee9801669c6138e84bd50deb500827b776777d28",
|
|
7554
|
-
logoURI:
|
|
7555
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.o3-0xee9801669c6138e84bd50deb500827b776777d28.png",
|
|
7556
|
-
ticker: "O3",
|
|
7557
|
-
},
|
|
7558
7158
|
{
|
|
7559
7159
|
address: "0x2f109021afe75b949429fe30523ee7c0d5b27207",
|
|
7560
7160
|
chain: "ETH",
|
|
@@ -7575,16 +7175,6 @@ export const list = {
|
|
|
7575
7175
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ocean-0x967da4048cd07ab37855c090aaf366e4ce1b9f48.png",
|
|
7576
7176
|
ticker: "OCEAN",
|
|
7577
7177
|
},
|
|
7578
|
-
{
|
|
7579
|
-
address: "0xf5cfbc74057c610c8ef151a439252680ac68c6dc",
|
|
7580
|
-
chain: "ETH",
|
|
7581
|
-
chainId: "1",
|
|
7582
|
-
decimals: 18,
|
|
7583
|
-
identifier: "ETH.OCT-0xf5cfbc74057c610c8ef151a439252680ac68c6dc",
|
|
7584
|
-
logoURI:
|
|
7585
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.oct-0xf5cfbc74057c610c8ef151a439252680ac68c6dc.png",
|
|
7586
|
-
ticker: "OCT",
|
|
7587
|
-
},
|
|
7588
7178
|
{
|
|
7589
7179
|
address: "0x7240ac91f01233baaf8b064248e80feaa5912ba3",
|
|
7590
7180
|
chain: "ETH",
|
|
@@ -7625,16 +7215,6 @@ export const list = {
|
|
|
7625
7215
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ogn-0x8207c1ffc5b6804f6024322ccf34f29c3541ae26.png",
|
|
7626
7216
|
ticker: "OGN",
|
|
7627
7217
|
},
|
|
7628
|
-
{
|
|
7629
|
-
address: "0x9c354503c38481a7a7a51629142963f98ecc12d0",
|
|
7630
|
-
chain: "ETH",
|
|
7631
|
-
chainId: "1",
|
|
7632
|
-
decimals: 18,
|
|
7633
|
-
identifier: "ETH.OGV-0x9c354503c38481a7a7a51629142963f98ecc12d0",
|
|
7634
|
-
logoURI:
|
|
7635
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ogv-0x9c354503c38481a7a7a51629142963f98ecc12d0.png",
|
|
7636
|
-
ticker: "OGV",
|
|
7637
|
-
},
|
|
7638
7218
|
{
|
|
7639
7219
|
address: "0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5",
|
|
7640
7220
|
chain: "ETH",
|
|
@@ -7865,6 +7445,16 @@ export const list = {
|
|
|
7865
7445
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ox-0xba0dda8762c24da9487f5fa026a9b64b695a07ea.png",
|
|
7866
7446
|
ticker: "OX",
|
|
7867
7447
|
},
|
|
7448
|
+
{
|
|
7449
|
+
address: "0x4c1746a800d224393fe2470c70a35717ed4ea5f1",
|
|
7450
|
+
chain: "ETH",
|
|
7451
|
+
chainId: "1",
|
|
7452
|
+
decimals: 18,
|
|
7453
|
+
identifier: "ETH.P-0x4c1746a800d224393fe2470c70a35717ed4ea5f1",
|
|
7454
|
+
logoURI:
|
|
7455
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.p-0x4c1746a800d224393fe2470c70a35717ed4ea5f1.png",
|
|
7456
|
+
ticker: "P",
|
|
7457
|
+
},
|
|
7868
7458
|
{
|
|
7869
7459
|
address: "0xea7cc765ebc94c4805e3bff28d7e4ae48d06468a",
|
|
7870
7460
|
chain: "ETH",
|
|
@@ -8305,16 +7895,6 @@ export const list = {
|
|
|
8305
7895
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.psp-0xcafe001067cdef266afb7eb5a286dcfd277f3de5.png",
|
|
8306
7896
|
ticker: "PSP",
|
|
8307
7897
|
},
|
|
8308
|
-
{
|
|
8309
|
-
address: "0xc57d533c50bc22247d49a368880fb49a1caa39f7",
|
|
8310
|
-
chain: "ETH",
|
|
8311
|
-
chainId: "1",
|
|
8312
|
-
decimals: 18,
|
|
8313
|
-
identifier: "ETH.PTF-0xc57d533c50bc22247d49a368880fb49a1caa39f7",
|
|
8314
|
-
logoURI:
|
|
8315
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ptf-0xc57d533c50bc22247d49a368880fb49a1caa39f7.png",
|
|
8316
|
-
ticker: "PTF",
|
|
8317
|
-
},
|
|
8318
7898
|
{
|
|
8319
7899
|
address: "0xd9a442856c234a39a81a089c06451ebaa4306a72",
|
|
8320
7900
|
chain: "ETH",
|
|
@@ -8395,26 +7975,6 @@ export const list = {
|
|
|
8395
7975
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.quad-0xab2a7b5876d707e0126b3a75ef7781c77c8877ee.png",
|
|
8396
7976
|
ticker: "QUAD",
|
|
8397
7977
|
},
|
|
8398
|
-
{
|
|
8399
|
-
address: "0xba8a621b4a54e61c442f5ec623687e2a942225ef",
|
|
8400
|
-
chain: "ETH",
|
|
8401
|
-
chainId: "1",
|
|
8402
|
-
decimals: 18,
|
|
8403
|
-
identifier: "ETH.QUARTZ-0xba8a621b4a54e61c442f5ec623687e2a942225ef",
|
|
8404
|
-
logoURI:
|
|
8405
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.quartz-0xba8a621b4a54e61c442f5ec623687e2a942225ef.png",
|
|
8406
|
-
ticker: "QUARTZ",
|
|
8407
|
-
},
|
|
8408
|
-
{
|
|
8409
|
-
address: "0x12bb890508c125661e03b09ec06e404bc9289040",
|
|
8410
|
-
chain: "ETH",
|
|
8411
|
-
chainId: "1",
|
|
8412
|
-
decimals: 18,
|
|
8413
|
-
identifier: "ETH.RACA-0x12bb890508c125661e03b09ec06e404bc9289040",
|
|
8414
|
-
logoURI:
|
|
8415
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.raca-0x12bb890508c125661e03b09ec06e404bc9289040.png",
|
|
8416
|
-
ticker: "RACA",
|
|
8417
|
-
},
|
|
8418
7978
|
{
|
|
8419
7979
|
address: "0x31c8eacbffdd875c74b94b077895bd78cf1e64a3",
|
|
8420
7980
|
chain: "ETH",
|
|
@@ -12104,16 +11664,6 @@ export const list = {
|
|
|
12104
11664
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.rss3-0xc98d64da73a6616c42117b582e832812e7b8d57f.png",
|
|
12105
11665
|
ticker: "RSS3",
|
|
12106
11666
|
},
|
|
12107
|
-
{
|
|
12108
|
-
address: "0x196f4727526ea7fb1e17b2071b3d8eaa38486988",
|
|
12109
|
-
chain: "ETH",
|
|
12110
|
-
chainId: "1",
|
|
12111
|
-
decimals: 18,
|
|
12112
|
-
identifier: "ETH.RSV-0x196f4727526ea7fb1e17b2071b3d8eaa38486988",
|
|
12113
|
-
logoURI:
|
|
12114
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.rsv-0x196f4727526ea7fb1e17b2071b3d8eaa38486988.png",
|
|
12115
|
-
ticker: "RSV",
|
|
12116
|
-
},
|
|
12117
11667
|
{
|
|
12118
11668
|
address: "0xfae103dc9cf190ed75350761e95403b7b8afa6c0",
|
|
12119
11669
|
chain: "ETH",
|
|
@@ -12134,16 +11684,6 @@ export const list = {
|
|
|
12134
11684
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.rune-0x3155ba85d5f96b2d030a4966af206230e46849cb.png",
|
|
12135
11685
|
ticker: "RUNE",
|
|
12136
11686
|
},
|
|
12137
|
-
{
|
|
12138
|
-
address: "0xdc8af07a7861bedd104b8093ae3e9376fc8596d2",
|
|
12139
|
-
chain: "ETH",
|
|
12140
|
-
chainId: "1",
|
|
12141
|
-
decimals: 18,
|
|
12142
|
-
identifier: "ETH.RVF-0xdc8af07a7861bedd104b8093ae3e9376fc8596d2",
|
|
12143
|
-
logoURI:
|
|
12144
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.rvf-0xdc8af07a7861bedd104b8093ae3e9376fc8596d2.png",
|
|
12145
|
-
ticker: "RVF",
|
|
12146
|
-
},
|
|
12147
11687
|
{
|
|
12148
11688
|
address: "0x120a3879da835a5af037bb2d1456bebd6b54d4ba",
|
|
12149
11689
|
chain: "ETH",
|
|
@@ -12174,16 +11714,6 @@ export const list = {
|
|
|
12174
11714
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.safe-0x5afe3855358e112b5647b952709e6165e1c1eeee.png",
|
|
12175
11715
|
ticker: "SAFE",
|
|
12176
11716
|
},
|
|
12177
|
-
{
|
|
12178
|
-
address: "0xb504035a11e672e12a099f32b1672b9c4a78b22f",
|
|
12179
|
-
chain: "ETH",
|
|
12180
|
-
chainId: "1",
|
|
12181
|
-
decimals: 18,
|
|
12182
|
-
identifier: "ETH.SAFEREUM-0xb504035a11e672e12a099f32b1672b9c4a78b22f",
|
|
12183
|
-
logoURI:
|
|
12184
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.safereum-0xb504035a11e672e12a099f32b1672b9c4a78b22f.png",
|
|
12185
|
-
ticker: "SAFEREUM",
|
|
12186
|
-
},
|
|
12187
11717
|
{
|
|
12188
11718
|
address: "0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359",
|
|
12189
11719
|
chain: "ETH",
|
|
@@ -12254,16 +11784,6 @@ export const list = {
|
|
|
12254
11784
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.savm-0x15e6e0d4ebeac120f9a97e71faa6a0235b85ed12.png",
|
|
12255
11785
|
ticker: "SAVM",
|
|
12256
11786
|
},
|
|
12257
|
-
{
|
|
12258
|
-
address: "0x1fbd3df007eb8a7477a1eab2c63483dcc24effd6",
|
|
12259
|
-
chain: "ETH",
|
|
12260
|
-
chainId: "1",
|
|
12261
|
-
decimals: 18,
|
|
12262
|
-
identifier: "ETH.SCA-0x1fbd3df007eb8a7477a1eab2c63483dcc24effd6",
|
|
12263
|
-
logoURI:
|
|
12264
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.sca-0x1fbd3df007eb8a7477a1eab2c63483dcc24effd6.png",
|
|
12265
|
-
ticker: "SCA",
|
|
12266
|
-
},
|
|
12267
11787
|
{
|
|
12268
11788
|
address: "0x0655977feb2f289a4ab78af67bab0d17aab84367",
|
|
12269
11789
|
chain: "ETH",
|
|
@@ -12814,16 +12334,6 @@ export const list = {
|
|
|
12814
12334
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.stbz-0xb987d48ed8f2c468d52d6405624eadba5e76d723.png",
|
|
12815
12335
|
ticker: "STBZ",
|
|
12816
12336
|
},
|
|
12817
|
-
{
|
|
12818
|
-
address: "0x15b543e986b8c34074dfc9901136d9355a537e7e",
|
|
12819
|
-
chain: "ETH",
|
|
12820
|
-
chainId: "1",
|
|
12821
|
-
decimals: 18,
|
|
12822
|
-
identifier: "ETH.STC-0x15b543e986b8c34074dfc9901136d9355a537e7e",
|
|
12823
|
-
logoURI:
|
|
12824
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.stc-0x15b543e986b8c34074dfc9901136d9355a537e7e.png",
|
|
12825
|
-
ticker: "STC",
|
|
12826
|
-
},
|
|
12827
12337
|
{
|
|
12828
12338
|
address: "0x50026ad58b338cf3eccc2b422deb8faa725f377f",
|
|
12829
12339
|
chain: "ETH",
|
|
@@ -12974,16 +12484,6 @@ export const list = {
|
|
|
12974
12484
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.sushi-0x6b3595068778dd592e39a122f4f5a5cf09c90fe2.png",
|
|
12975
12485
|
ticker: "SUSHI",
|
|
12976
12486
|
},
|
|
12977
|
-
{
|
|
12978
|
-
address: "0x87edffde3e14c7a66c9b9724747a1c5696b742e6",
|
|
12979
|
-
chain: "ETH",
|
|
12980
|
-
chainId: "1",
|
|
12981
|
-
decimals: 18,
|
|
12982
|
-
identifier: "ETH.SWAG-0x87edffde3e14c7a66c9b9724747a1c5696b742e6",
|
|
12983
|
-
logoURI:
|
|
12984
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.swag-0x87edffde3e14c7a66c9b9724747a1c5696b742e6.png",
|
|
12985
|
-
ticker: "SWAG",
|
|
12986
|
-
},
|
|
12987
12487
|
{
|
|
12988
12488
|
address: "0xcc4304a31d09258b0029ea7fe63d032f52e44efe",
|
|
12989
12489
|
chain: "ETH",
|
|
@@ -13384,16 +12884,6 @@ export const list = {
|
|
|
13384
12884
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ubt-0x8400d94a5cb0fa0d041a3788e395285d61c9ee5e.png",
|
|
13385
12885
|
ticker: "UBT",
|
|
13386
12886
|
},
|
|
13387
|
-
{
|
|
13388
|
-
address: "0x90de74265a416e1393a450752175aed98fe11517",
|
|
13389
|
-
chain: "ETH",
|
|
13390
|
-
chainId: "1",
|
|
13391
|
-
decimals: 18,
|
|
13392
|
-
identifier: "ETH.UDT-0x90de74265a416e1393a450752175aed98fe11517",
|
|
13393
|
-
logoURI:
|
|
13394
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.udt-0x90de74265a416e1393a450752175aed98fe11517.png",
|
|
13395
|
-
ticker: "UDT",
|
|
13396
|
-
},
|
|
13397
12887
|
{
|
|
13398
12888
|
address: "0x249e38ea4102d0cf8264d3701f1a0e39c4f2dc3b",
|
|
13399
12889
|
chain: "ETH",
|
|
@@ -13574,6 +13064,26 @@ export const list = {
|
|
|
13574
13064
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.urus-0xc6dddb5bc6e61e0841c54f3e723ae1f3a807260b.png",
|
|
13575
13065
|
ticker: "URUS",
|
|
13576
13066
|
},
|
|
13067
|
+
{
|
|
13068
|
+
address: "0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5",
|
|
13069
|
+
chain: "ETH",
|
|
13070
|
+
chainId: "1",
|
|
13071
|
+
decimals: 18,
|
|
13072
|
+
identifier: "ETH.USD0-0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5",
|
|
13073
|
+
logoURI:
|
|
13074
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.usd0-0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5.png",
|
|
13075
|
+
ticker: "USD0",
|
|
13076
|
+
},
|
|
13077
|
+
{
|
|
13078
|
+
address: "0x35d8949372d46b7a3d5a56006ae77b215fc69bc0",
|
|
13079
|
+
chain: "ETH",
|
|
13080
|
+
chainId: "1",
|
|
13081
|
+
decimals: 18,
|
|
13082
|
+
identifier: "ETH.USD0++-0x35d8949372d46b7a3d5a56006ae77b215fc69bc0",
|
|
13083
|
+
logoURI:
|
|
13084
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.usd0++-0x35d8949372d46b7a3d5a56006ae77b215fc69bc0.png",
|
|
13085
|
+
ticker: "USD0++",
|
|
13086
|
+
},
|
|
13577
13087
|
{
|
|
13578
13088
|
address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
13579
13089
|
chain: "ETH",
|
|
@@ -13605,34 +13115,24 @@ export const list = {
|
|
|
13605
13115
|
ticker: "USDe",
|
|
13606
13116
|
},
|
|
13607
13117
|
{
|
|
13608
|
-
address: "
|
|
13609
|
-
chain: "ETH",
|
|
13610
|
-
chainId: "1",
|
|
13611
|
-
decimals: 18,
|
|
13612
|
-
identifier: "ETH.USDFL-0x2b4200a8d373d484993c37d63ee14aee0096cd12",
|
|
13613
|
-
logoURI:
|
|
13614
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdfl-0x2b4200a8d373d484993c37d63ee14aee0096cd12.png",
|
|
13615
|
-
ticker: "USDFL",
|
|
13616
|
-
},
|
|
13617
|
-
{
|
|
13618
|
-
address: "0x1c48f86ae57291f7686349f12601910bd8d470bb",
|
|
13118
|
+
address: "0xbdc7c08592ee4aa51d06c27ee23d5087d65adbcd",
|
|
13619
13119
|
chain: "ETH",
|
|
13620
13120
|
chainId: "1",
|
|
13621
13121
|
decimals: 18,
|
|
13622
|
-
identifier: "ETH.
|
|
13122
|
+
identifier: "ETH.USDL-0xbdc7c08592ee4aa51d06c27ee23d5087d65adbcd",
|
|
13623
13123
|
logoURI:
|
|
13624
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
13625
|
-
ticker: "
|
|
13124
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdl-0xbdc7c08592ee4aa51d06c27ee23d5087d65adbcd.png",
|
|
13125
|
+
ticker: "USDL",
|
|
13626
13126
|
},
|
|
13627
13127
|
{
|
|
13628
|
-
address: "
|
|
13128
|
+
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
13629
13129
|
chain: "ETH",
|
|
13630
13130
|
chainId: "1",
|
|
13631
13131
|
decimals: 18,
|
|
13632
|
-
identifier: "ETH.
|
|
13132
|
+
identifier: "ETH.USDM-0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
13633
13133
|
logoURI:
|
|
13634
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
13635
|
-
ticker: "
|
|
13134
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdm-0x59d9356e565ab3a36dd77763fc0d87feaf85508c.png",
|
|
13135
|
+
ticker: "USDM",
|
|
13636
13136
|
},
|
|
13637
13137
|
{
|
|
13638
13138
|
address: "0x674c6ad92fd080e4004b2312b45f796a192d27a0",
|
|
@@ -13754,26 +13254,6 @@ export const list = {
|
|
|
13754
13254
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.vee-0x340d2bde5eb28c1eed91b2f790723e3b160613b7.png",
|
|
13755
13255
|
ticker: "VEE",
|
|
13756
13256
|
},
|
|
13757
|
-
{
|
|
13758
|
-
address: "0xcb84d72e61e383767c4dfeb2d8ff7f4fb89abc6e",
|
|
13759
|
-
chain: "ETH",
|
|
13760
|
-
chainId: "1",
|
|
13761
|
-
decimals: 18,
|
|
13762
|
-
identifier: "ETH.VEGA-0xcb84d72e61e383767c4dfeb2d8ff7f4fb89abc6e",
|
|
13763
|
-
logoURI:
|
|
13764
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.vega-0xcb84d72e61e383767c4dfeb2d8ff7f4fb89abc6e.png",
|
|
13765
|
-
ticker: "VEGA",
|
|
13766
|
-
},
|
|
13767
|
-
{
|
|
13768
|
-
address: "0xcfeb09c3c5f0f78ad72166d55f9e6e9a60e96eec",
|
|
13769
|
-
chain: "ETH",
|
|
13770
|
-
chainId: "1",
|
|
13771
|
-
decimals: 18,
|
|
13772
|
-
identifier: "ETH.VEMP-0xcfeb09c3c5f0f78ad72166d55f9e6e9a60e96eec",
|
|
13773
|
-
logoURI:
|
|
13774
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.vemp-0xcfeb09c3c5f0f78ad72166d55f9e6e9a60e96eec.png",
|
|
13775
|
-
ticker: "VEMP",
|
|
13776
|
-
},
|
|
13777
13257
|
{
|
|
13778
13258
|
address: "0x249ca82617ec3dfb2589c4c17ab7ec9765350a18",
|
|
13779
13259
|
chain: "ETH",
|
|
@@ -13784,16 +13264,6 @@ export const list = {
|
|
|
13784
13264
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.verse-0x249ca82617ec3dfb2589c4c17ab7ec9765350a18.png",
|
|
13785
13265
|
ticker: "VERSE",
|
|
13786
13266
|
},
|
|
13787
|
-
{
|
|
13788
|
-
address: "0xc3d088842dcf02c13699f936bb83dfbbc6f721ab",
|
|
13789
|
-
chain: "ETH",
|
|
13790
|
-
chainId: "1",
|
|
13791
|
-
decimals: 18,
|
|
13792
|
-
identifier: "ETH.vETH-0xc3d088842dcf02c13699f936bb83dfbbc6f721ab",
|
|
13793
|
-
logoURI:
|
|
13794
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.veth-0xc3d088842dcf02c13699f936bb83dfbbc6f721ab.png",
|
|
13795
|
-
ticker: "vETH",
|
|
13796
|
-
},
|
|
13797
13267
|
{
|
|
13798
13268
|
address: "0x3d3d35bb9bec23b06ca00fe472b50e7a4c692c30",
|
|
13799
13269
|
chain: "ETH",
|
|
@@ -14244,16 +13714,6 @@ export const list = {
|
|
|
14244
13714
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.x2y2-0x1e4ede388cbc9f4b5c79681b7f94d36a11abebc9.png",
|
|
14245
13715
|
ticker: "X2Y2",
|
|
14246
13716
|
},
|
|
14247
|
-
{
|
|
14248
|
-
address: "0x7105e64bf67eca3ae9b123f0e5ca2b83b2ef2da0",
|
|
14249
|
-
chain: "ETH",
|
|
14250
|
-
chainId: "1",
|
|
14251
|
-
decimals: 18,
|
|
14252
|
-
identifier: "ETH.X7DAO-0x7105e64bf67eca3ae9b123f0e5ca2b83b2ef2da0",
|
|
14253
|
-
logoURI:
|
|
14254
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.x7dao-0x7105e64bf67eca3ae9b123f0e5ca2b83b2ef2da0.png",
|
|
14255
|
-
ticker: "X7DAO",
|
|
14256
|
-
},
|
|
14257
13717
|
{
|
|
14258
13718
|
address: "0x70008f18fc58928dce982b0a69c2c21ff80dca54",
|
|
14259
13719
|
chain: "ETH",
|
|
@@ -14305,14 +13765,14 @@ export const list = {
|
|
|
14305
13765
|
ticker: "XCAD",
|
|
14306
13766
|
},
|
|
14307
13767
|
{
|
|
14308
|
-
address: "
|
|
13768
|
+
address: "0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
|
|
14309
13769
|
chain: "ETH",
|
|
14310
13770
|
chainId: "1",
|
|
14311
13771
|
decimals: 18,
|
|
14312
|
-
identifier: "ETH.
|
|
13772
|
+
identifier: "ETH.XCN-0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
|
|
14313
13773
|
logoURI:
|
|
14314
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
14315
|
-
ticker: "
|
|
13774
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.xcn-0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18.png",
|
|
13775
|
+
ticker: "XCN",
|
|
14316
13776
|
},
|
|
14317
13777
|
{
|
|
14318
13778
|
address: "0x72b886d09c117654ab7da13a14d603001de0b777",
|
|
@@ -14324,16 +13784,6 @@ export const list = {
|
|
|
14324
13784
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.xdefi-0x72b886d09c117654ab7da13a14d603001de0b777.png",
|
|
14325
13785
|
ticker: "XDEFI",
|
|
14326
13786
|
},
|
|
14327
|
-
{
|
|
14328
|
-
address: "0xee573a945b01b788b9287ce062a0cfc15be9fd86",
|
|
14329
|
-
chain: "ETH",
|
|
14330
|
-
chainId: "1",
|
|
14331
|
-
decimals: 18,
|
|
14332
|
-
identifier: "ETH.XED-0xee573a945b01b788b9287ce062a0cfc15be9fd86",
|
|
14333
|
-
logoURI:
|
|
14334
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.xed-0xee573a945b01b788b9287ce062a0cfc15be9fd86.png",
|
|
14335
|
-
ticker: "XED",
|
|
14336
|
-
},
|
|
14337
13787
|
{
|
|
14338
13788
|
address: "0x06450dee7fd2fb8e39061434babcfc05599a6fb8",
|
|
14339
13789
|
chain: "ETH",
|
|
@@ -14454,16 +13904,6 @@ export const list = {
|
|
|
14454
13904
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.xsushi-0x8798249c2e607446efb7ad49ec89dd1865ff4272.png",
|
|
14455
13905
|
ticker: "xSUSHI",
|
|
14456
13906
|
},
|
|
14457
|
-
{
|
|
14458
|
-
address: "0x7f3edcdd180dbe4819bd98fee8929b5cedb3adeb",
|
|
14459
|
-
chain: "ETH",
|
|
14460
|
-
chainId: "1",
|
|
14461
|
-
decimals: 18,
|
|
14462
|
-
identifier: "ETH.XTK-0x7f3edcdd180dbe4819bd98fee8929b5cedb3adeb",
|
|
14463
|
-
logoURI:
|
|
14464
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.xtk-0x7f3edcdd180dbe4819bd98fee8929b5cedb3adeb.png",
|
|
14465
|
-
ticker: "XTK",
|
|
14466
|
-
},
|
|
14467
13907
|
{
|
|
14468
13908
|
address: "0x55296f69f40ea6d20e478533c15a6b08b654e758",
|
|
14469
13909
|
chain: "ETH",
|
|
@@ -14474,16 +13914,6 @@ export const list = {
|
|
|
14474
13914
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.xyo-0x55296f69f40ea6d20e478533c15a6b08b654e758.png",
|
|
14475
13915
|
ticker: "XYO",
|
|
14476
13916
|
},
|
|
14477
|
-
{
|
|
14478
|
-
address: "0x618679df9efcd19694bb1daa8d00718eacfa2883",
|
|
14479
|
-
chain: "ETH",
|
|
14480
|
-
chainId: "1",
|
|
14481
|
-
decimals: 18,
|
|
14482
|
-
identifier: "ETH.XYZ-0x618679df9efcd19694bb1daa8d00718eacfa2883",
|
|
14483
|
-
logoURI:
|
|
14484
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.xyz-0x618679df9efcd19694bb1daa8d00718eacfa2883.png",
|
|
14485
|
-
ticker: "XYZ",
|
|
14486
|
-
},
|
|
14487
13917
|
{
|
|
14488
13918
|
address: "0x48f07301e9e29c3c38a80ae8d9ae771f224f1054",
|
|
14489
13919
|
chain: "ETH",
|
|
@@ -14794,15 +14224,5 @@ export const list = {
|
|
|
14794
14224
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.zusd-0x76417e660df3e5c90c0361674c192da152a806e4.png",
|
|
14795
14225
|
ticker: "zUSD",
|
|
14796
14226
|
},
|
|
14797
|
-
{
|
|
14798
|
-
address: "0xc91a71a1ffa3d8b22ba615ba1b9c01b2bbbf55ad",
|
|
14799
|
-
chain: "ETH",
|
|
14800
|
-
chainId: "1",
|
|
14801
|
-
decimals: 18,
|
|
14802
|
-
identifier: "ETH.ZZ-0xc91a71a1ffa3d8b22ba615ba1b9c01b2bbbf55ad",
|
|
14803
|
-
logoURI:
|
|
14804
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.zz-0xc91a71a1ffa3d8b22ba615ba1b9c01b2bbbf55ad.png",
|
|
14805
|
-
ticker: "ZZ",
|
|
14806
|
-
},
|
|
14807
14227
|
],
|
|
14808
14228
|
} as const;
|