@swapkit/tokens 1.8.1 → 1.8.3
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 +12 -12
- package/package.json +1 -2
- package/src/tokenLists/caviar_v1.ts +22 -2
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/mayachain.ts +22 -10
- package/src/tokenLists/oneinch.ts +42 -12
- package/src/tokenLists/pangolin_v1.ts +21 -21
- package/src/tokenLists/sushiswap_v2.ts +21 -21
- package/src/tokenLists/thorchain.ts +2 -12
- package/src/tokenLists/traderjoe_v2.ts +66 -266
- package/src/tokenLists/uniswap_v2.ts +998 -8
- package/src/tokenLists/uniswap_v3.ts +1429 -29
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "UNISWAP_V2",
|
|
3
3
|
name: "Uniswap Labs Default",
|
|
4
4
|
tags: {},
|
|
5
|
-
timestamp: "2024-
|
|
5
|
+
timestamp: "2024-10-10T21:31:42.560Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 12,
|
|
8
|
-
minor:
|
|
8
|
+
minor: 22,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: ["uniswap", "default"],
|
|
12
|
-
count:
|
|
12
|
+
count: 534,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF",
|
|
@@ -151,6 +151,16 @@ export const list = {
|
|
|
151
151
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.arb-0x912ce59144191c1204e64559fe8253a0e49e6548.png",
|
|
152
152
|
ticker: "ARB",
|
|
153
153
|
},
|
|
154
|
+
{
|
|
155
|
+
address: "0xbdca2e08bc10dc500d82736d2da423cac4e98af8",
|
|
156
|
+
chain: "ARB",
|
|
157
|
+
chainId: "42161",
|
|
158
|
+
decimals: 18,
|
|
159
|
+
identifier: "ARB.ARC-0xbdca2e08bc10dc500d82736d2da423cac4e98af8",
|
|
160
|
+
logoURI:
|
|
161
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.arc-0xbdca2e08bc10dc500d82736d2da423cac4e98af8.png",
|
|
162
|
+
ticker: "ARC",
|
|
163
|
+
},
|
|
154
164
|
{
|
|
155
165
|
address: "0xDac5094B7D59647626444a4F905060FCda4E656E",
|
|
156
166
|
chain: "ARB",
|
|
@@ -261,6 +271,16 @@ export const list = {
|
|
|
261
271
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.bnt-0x7a24159672b83ed1b89467c9d6a99556ba06d073.png",
|
|
262
272
|
ticker: "BNT",
|
|
263
273
|
},
|
|
274
|
+
{
|
|
275
|
+
address: "0x60460971a3d79ef265dfafa393ffbce97d91e8b8",
|
|
276
|
+
chain: "ARB",
|
|
277
|
+
chainId: "42161",
|
|
278
|
+
decimals: 18,
|
|
279
|
+
identifier: "ARB.BO-0x60460971a3d79ef265dfafa393ffbce97d91e8b8",
|
|
280
|
+
logoURI:
|
|
281
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.bo-0x60460971a3d79ef265dfafa393ffbce97d91e8b8.png",
|
|
282
|
+
ticker: "BO",
|
|
283
|
+
},
|
|
264
284
|
{
|
|
265
285
|
address: "0x0D81E50bC677fa67341c44D7eaA9228DEE64A4e1",
|
|
266
286
|
chain: "ARB",
|
|
@@ -291,6 +311,16 @@ export const list = {
|
|
|
291
311
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.cbeth-0x1debd73e752beaf79865fd6446b0c970eae7732f.png",
|
|
292
312
|
ticker: "cbETH",
|
|
293
313
|
},
|
|
314
|
+
{
|
|
315
|
+
address: "0x292ae05365e480b6e7fdd85135cdb0a1739a0593",
|
|
316
|
+
chain: "ARB",
|
|
317
|
+
chainId: "42161",
|
|
318
|
+
decimals: 18,
|
|
319
|
+
identifier: "ARB.CDS-0x292ae05365e480b6e7fdd85135cdb0a1739a0593",
|
|
320
|
+
logoURI:
|
|
321
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.cds-0x292ae05365e480b6e7fdd85135cdb0a1739a0593.png",
|
|
322
|
+
ticker: "CDS",
|
|
323
|
+
},
|
|
294
324
|
{
|
|
295
325
|
address: "0x4E51aC49bC5e2d87e0EF713E9e5AB2D71EF4F336",
|
|
296
326
|
chain: "ARB",
|
|
@@ -331,6 +361,16 @@ export const list = {
|
|
|
331
361
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.coti-0x6fe14d3cc2f7bddffba5cdb3bbe7467dd81ea101.png",
|
|
332
362
|
ticker: "COTI",
|
|
333
363
|
},
|
|
364
|
+
{
|
|
365
|
+
address: "0xcb8b5CD20BdCaea9a010aC1F8d835824F5C87A04",
|
|
366
|
+
chain: "ARB",
|
|
367
|
+
chainId: "42161",
|
|
368
|
+
decimals: 18,
|
|
369
|
+
identifier: "ARB.COW-0xcb8b5CD20BdCaea9a010aC1F8d835824F5C87A04",
|
|
370
|
+
logoURI:
|
|
371
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.cow-0xcb8b5cd20bdcaea9a010ac1f8d835824f5c87a04.png",
|
|
372
|
+
ticker: "COW",
|
|
373
|
+
},
|
|
334
374
|
{
|
|
335
375
|
address: "0x69b937dB799a9BECC9E8A6F0a5d36eA3657273bf",
|
|
336
376
|
chain: "ARB",
|
|
@@ -421,6 +461,16 @@ export const list = {
|
|
|
421
461
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.dext-0x3be7cb2e9413ef8f42b4a202a0114eb59b64e227.png",
|
|
422
462
|
ticker: "DEXT",
|
|
423
463
|
},
|
|
464
|
+
{
|
|
465
|
+
address: "0x9cce9ae579142e372a8959285e3a5a2e211904f7",
|
|
466
|
+
chain: "ARB",
|
|
467
|
+
chainId: "42161",
|
|
468
|
+
decimals: 18,
|
|
469
|
+
identifier: "ARB.DGW-0x9cce9ae579142e372a8959285e3a5a2e211904f7",
|
|
470
|
+
logoURI:
|
|
471
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.dgw-0x9cce9ae579142e372a8959285e3a5a2e211904f7.png",
|
|
472
|
+
ticker: "DGW",
|
|
473
|
+
},
|
|
424
474
|
{
|
|
425
475
|
address: "0xca642467C6Ebe58c13cB4A7091317f34E17ac05e",
|
|
426
476
|
chain: "ARB",
|
|
@@ -431,6 +481,16 @@ export const list = {
|
|
|
431
481
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.dia-0xca642467c6ebe58c13cb4a7091317f34e17ac05e.png",
|
|
432
482
|
ticker: "DIA",
|
|
433
483
|
},
|
|
484
|
+
{
|
|
485
|
+
address: "0x9b69a41a5a66ad5105ca3b7057782cb84bbb1b96",
|
|
486
|
+
chain: "ARB",
|
|
487
|
+
chainId: "42161",
|
|
488
|
+
decimals: 18,
|
|
489
|
+
identifier: "ARB.DISN-0x9b69a41a5a66ad5105ca3b7057782cb84bbb1b96",
|
|
490
|
+
logoURI:
|
|
491
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.disn-0x9b69a41a5a66ad5105ca3b7057782cb84bbb1b96.png",
|
|
492
|
+
ticker: "DISN",
|
|
493
|
+
},
|
|
434
494
|
{
|
|
435
495
|
address: "0xE3696a02b2C9557639E29d829E9C45EFa49aD47A",
|
|
436
496
|
chain: "ARB",
|
|
@@ -461,6 +521,16 @@ export const list = {
|
|
|
461
521
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.dydx-0x51863cb90ce5d6da9663106f292fa27c8cc90c5a.png",
|
|
462
522
|
ticker: "DYDX",
|
|
463
523
|
},
|
|
524
|
+
{
|
|
525
|
+
address: "0x606C3e5075e5555e79Aa15F1E9FACB776F96C248",
|
|
526
|
+
chain: "ARB",
|
|
527
|
+
chainId: "42161",
|
|
528
|
+
decimals: 18,
|
|
529
|
+
identifier: "ARB.EIGEN-0x606C3e5075e5555e79Aa15F1E9FACB776F96C248",
|
|
530
|
+
logoURI:
|
|
531
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.eigen-0x606c3e5075e5555e79aa15f1e9facb776f96c248.png",
|
|
532
|
+
ticker: "EIGEN",
|
|
533
|
+
},
|
|
464
534
|
{
|
|
465
535
|
address: "0x3e4Cff6E50F37F731284A92d44AE943e17077fD4",
|
|
466
536
|
chain: "ARB",
|
|
@@ -471,6 +541,16 @@ export const list = {
|
|
|
471
541
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.elon-0x3e4cff6e50f37f731284a92d44ae943e17077fd4.png",
|
|
472
542
|
ticker: "ELON",
|
|
473
543
|
},
|
|
544
|
+
{
|
|
545
|
+
address: "0xdfb8be6f8c87f74295a87de951974362cedcfa30",
|
|
546
|
+
chain: "ARB",
|
|
547
|
+
chainId: "42161",
|
|
548
|
+
decimals: 18,
|
|
549
|
+
identifier: "ARB.EMC-0xdfb8be6f8c87f74295a87de951974362cedcfa30",
|
|
550
|
+
logoURI:
|
|
551
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.emc-0xdfb8be6f8c87f74295a87de951974362cedcfa30.png",
|
|
552
|
+
ticker: "EMC",
|
|
553
|
+
},
|
|
474
554
|
{
|
|
475
555
|
address: "0xdf8F0c63D9335A0AbD89F9F752d293A98EA977d8",
|
|
476
556
|
chain: "ARB",
|
|
@@ -701,6 +781,16 @@ export const list = {
|
|
|
701
781
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.high-0xd12eeb0142d4efe7af82e4f29e5af382615bceea.png",
|
|
702
782
|
ticker: "HIGH",
|
|
703
783
|
},
|
|
784
|
+
{
|
|
785
|
+
address: "0x83d6c8c06ac276465e4c92e7ac8c23740f435140",
|
|
786
|
+
chain: "ARB",
|
|
787
|
+
chainId: "42161",
|
|
788
|
+
decimals: 18,
|
|
789
|
+
identifier: "ARB.HMX-0x83d6c8c06ac276465e4c92e7ac8c23740f435140",
|
|
790
|
+
logoURI:
|
|
791
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.hmx-0x83d6c8c06ac276465e4c92e7ac8c23740f435140.png",
|
|
792
|
+
ticker: "HMX",
|
|
793
|
+
},
|
|
704
794
|
{
|
|
705
795
|
address: "0x177F394A3eD18FAa85c1462Ae626438a70294EF7",
|
|
706
796
|
chain: "ARB",
|
|
@@ -1151,6 +1241,16 @@ export const list = {
|
|
|
1151
1241
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.qnt-0xc7557c73e0eca2e1bf7348bb6874aee63c7eff85.png",
|
|
1152
1242
|
ticker: "QNT",
|
|
1153
1243
|
},
|
|
1244
|
+
{
|
|
1245
|
+
address: "0x763a716dd74a79d037e57f993fe3047271879bc1",
|
|
1246
|
+
chain: "ARB",
|
|
1247
|
+
chainId: "42161",
|
|
1248
|
+
decimals: 18,
|
|
1249
|
+
identifier: "ARB.QODA-0x763a716dd74a79d037e57f993fe3047271879bc1",
|
|
1250
|
+
logoURI:
|
|
1251
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.qoda-0x763a716dd74a79d037e57f993fe3047271879bc1.png",
|
|
1252
|
+
ticker: "QODA",
|
|
1253
|
+
},
|
|
1154
1254
|
{
|
|
1155
1255
|
address: "0xaeF5bbcbFa438519a5ea80B4c7181B4E78d419f2",
|
|
1156
1256
|
chain: "ARB",
|
|
@@ -1531,6 +1631,16 @@ export const list = {
|
|
|
1531
1631
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.woo-0xcafcd85d8ca7ad1e1c6f82f651fa15e33aefd07b.png",
|
|
1532
1632
|
ticker: "WOO",
|
|
1533
1633
|
},
|
|
1634
|
+
{
|
|
1635
|
+
address: "0xc11158c5da9db1d553ed28f0c2ba1cbedd42cfcb",
|
|
1636
|
+
chain: "ARB",
|
|
1637
|
+
chainId: "42161",
|
|
1638
|
+
decimals: 18,
|
|
1639
|
+
identifier: "ARB.wPAW-0xc11158c5da9db1d553ed28f0c2ba1cbedd42cfcb",
|
|
1640
|
+
logoURI:
|
|
1641
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.wpaw-0xc11158c5da9db1d553ed28f0c2ba1cbedd42cfcb.png",
|
|
1642
|
+
ticker: "wPAW",
|
|
1643
|
+
},
|
|
1534
1644
|
{
|
|
1535
1645
|
address: "0x58BbC087e36Db40a84b22c1B93a042294deEAFEd",
|
|
1536
1646
|
chain: "ARB",
|
|
@@ -1591,6 +1701,26 @@ export const list = {
|
|
|
1591
1701
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.zrx-0xbd591bd4ddb64b77b5f76eab8f03d02519235ae2.png",
|
|
1592
1702
|
ticker: "ZRX",
|
|
1593
1703
|
},
|
|
1704
|
+
{
|
|
1705
|
+
address: "0x14fee680690900ba0cccfc76ad70fd1b95d10e16",
|
|
1706
|
+
chain: "ETH",
|
|
1707
|
+
chainId: "1",
|
|
1708
|
+
decimals: 9,
|
|
1709
|
+
identifier: "ETH.$PAAL-0x14fee680690900ba0cccfc76ad70fd1b95d10e16",
|
|
1710
|
+
logoURI:
|
|
1711
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.$paal-0x14fee680690900ba0cccfc76ad70fd1b95d10e16.png",
|
|
1712
|
+
ticker: "$PAAL",
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
address: "0x5a3e6a77ba2f983ec0d371ea3b475f8bc0811ad5",
|
|
1716
|
+
chain: "ETH",
|
|
1717
|
+
chainId: "1",
|
|
1718
|
+
decimals: 9,
|
|
1719
|
+
identifier: "ETH.0x0-0x5a3e6a77ba2f983ec0d371ea3b475f8bc0811ad5",
|
|
1720
|
+
logoURI:
|
|
1721
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.0x0-0x5a3e6a77ba2f983ec0d371ea3b475f8bc0811ad5.png",
|
|
1722
|
+
ticker: "0x0",
|
|
1723
|
+
},
|
|
1594
1724
|
{
|
|
1595
1725
|
address: "0x111111111117dC0aa78b770fA6A738034120C302",
|
|
1596
1726
|
chain: "ETH",
|
|
@@ -1601,6 +1731,16 @@ export const list = {
|
|
|
1601
1731
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.1inch-0x111111111117dc0aa78b770fa6a738034120c302.png",
|
|
1602
1732
|
ticker: "1INCH",
|
|
1603
1733
|
},
|
|
1734
|
+
{
|
|
1735
|
+
address: "0x2de1218c31a04e1040fc5501b89e3a58793b3ddf",
|
|
1736
|
+
chain: "ETH",
|
|
1737
|
+
chainId: "1",
|
|
1738
|
+
decimals: 18,
|
|
1739
|
+
identifier: "ETH.3AC-0x2de1218c31a04e1040fc5501b89e3a58793b3ddf",
|
|
1740
|
+
logoURI:
|
|
1741
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.3ac-0x2de1218c31a04e1040fc5501b89e3a58793b3ddf.png",
|
|
1742
|
+
ticker: "3AC",
|
|
1743
|
+
},
|
|
1604
1744
|
{
|
|
1605
1745
|
address: "0x3E5A19c91266aD8cE2477B91585d1856B84062dF",
|
|
1606
1746
|
chain: "ETH",
|
|
@@ -1781,6 +1921,26 @@ export const list = {
|
|
|
1781
1921
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.amp-0xff20817765cb7f73d4bde2e66e067e58d11095c2.png",
|
|
1782
1922
|
ticker: "AMP",
|
|
1783
1923
|
},
|
|
1924
|
+
{
|
|
1925
|
+
address: "0xd46ba6d942050d489dbd938a2c909a5d5039a161",
|
|
1926
|
+
chain: "ETH",
|
|
1927
|
+
chainId: "1",
|
|
1928
|
+
decimals: 9,
|
|
1929
|
+
identifier: "ETH.AMPL-0xd46ba6d942050d489dbd938a2c909a5d5039a161",
|
|
1930
|
+
logoURI:
|
|
1931
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ampl-0xd46ba6d942050d489dbd938a2c909a5d5039a161.png",
|
|
1932
|
+
ticker: "AMPL",
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
address: "0x68bbed6a47194eff1cf514b50ea91895597fc91e",
|
|
1936
|
+
chain: "ETH",
|
|
1937
|
+
chainId: "1",
|
|
1938
|
+
decimals: 18,
|
|
1939
|
+
identifier: "ETH.ANDY-0x68bbed6a47194eff1cf514b50ea91895597fc91e",
|
|
1940
|
+
logoURI:
|
|
1941
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.andy-0x68bbed6a47194eff1cf514b50ea91895597fc91e.png",
|
|
1942
|
+
ticker: "ANDY",
|
|
1943
|
+
},
|
|
1784
1944
|
{
|
|
1785
1945
|
address: "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",
|
|
1786
1946
|
chain: "ETH",
|
|
@@ -1821,6 +1981,16 @@ export const list = {
|
|
|
1821
1981
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.api3-0x0b38210ea11411557c13457d4da7dc6ea731b88a.png",
|
|
1822
1982
|
ticker: "API3",
|
|
1823
1983
|
},
|
|
1984
|
+
{
|
|
1985
|
+
address: "0x594daad7d77592a2b97b725a7ad59d7e188b5bfa",
|
|
1986
|
+
chain: "ETH",
|
|
1987
|
+
chainId: "1",
|
|
1988
|
+
decimals: 18,
|
|
1989
|
+
identifier: "ETH.APU-0x594daad7d77592a2b97b725a7ad59d7e188b5bfa",
|
|
1990
|
+
logoURI:
|
|
1991
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.apu-0x594daad7d77592a2b97b725a7ad59d7e188b5bfa.png",
|
|
1992
|
+
ticker: "APU",
|
|
1993
|
+
},
|
|
1824
1994
|
{
|
|
1825
1995
|
address: "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
|
|
1826
1996
|
chain: "ETH",
|
|
@@ -1961,6 +2131,16 @@ export const list = {
|
|
|
1961
2131
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bal-0xba100000625a3754423978a60c9317c58a424e3d.png",
|
|
1962
2132
|
ticker: "BAL",
|
|
1963
2133
|
},
|
|
2134
|
+
{
|
|
2135
|
+
address: "0x38e68a37e401f7271568cecaac63c6b1e19130b4",
|
|
2136
|
+
chain: "ETH",
|
|
2137
|
+
chainId: "1",
|
|
2138
|
+
decimals: 18,
|
|
2139
|
+
identifier: "ETH.BANANA-0x38e68a37e401f7271568cecaac63c6b1e19130b4",
|
|
2140
|
+
logoURI:
|
|
2141
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.banana-0x38e68a37e401f7271568cecaac63c6b1e19130b4.png",
|
|
2142
|
+
ticker: "BANANA",
|
|
2143
|
+
},
|
|
1964
2144
|
{
|
|
1965
2145
|
address: "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
|
|
1966
2146
|
chain: "ETH",
|
|
@@ -1971,6 +2151,16 @@ export const list = {
|
|
|
1971
2151
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.band-0xba11d00c5f74255f56a5e366f4f77f5a186d7f55.png",
|
|
1972
2152
|
ticker: "BAND",
|
|
1973
2153
|
},
|
|
2154
|
+
{
|
|
2155
|
+
address: "0x44971abf0251958492fee97da3e5c5ada88b9185",
|
|
2156
|
+
chain: "ETH",
|
|
2157
|
+
chainId: "1",
|
|
2158
|
+
decimals: 18,
|
|
2159
|
+
identifier: "ETH.basedAI-0x44971abf0251958492fee97da3e5c5ada88b9185",
|
|
2160
|
+
logoURI:
|
|
2161
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.basedai-0x44971abf0251958492fee97da3e5c5ada88b9185.png",
|
|
2162
|
+
ticker: "basedAI",
|
|
2163
|
+
},
|
|
1974
2164
|
{
|
|
1975
2165
|
address: "0x0D8775F648430679A709E98d2b0Cb6250d2887EF",
|
|
1976
2166
|
chain: "ETH",
|
|
@@ -2021,6 +2211,16 @@ export const list = {
|
|
|
2021
2211
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bit-0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5.png",
|
|
2022
2212
|
ticker: "BIT",
|
|
2023
2213
|
},
|
|
2214
|
+
{
|
|
2215
|
+
address: "0x72e4f9f808c49a2a61de9c5896298920dc4eeea9",
|
|
2216
|
+
chain: "ETH",
|
|
2217
|
+
chainId: "1",
|
|
2218
|
+
decimals: 8,
|
|
2219
|
+
identifier: "ETH.BITCOIN-0x72e4f9f808c49a2a61de9c5896298920dc4eeea9",
|
|
2220
|
+
logoURI:
|
|
2221
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bitcoin-0x72e4f9f808c49a2a61de9c5896298920dc4eeea9.png",
|
|
2222
|
+
ticker: "BITCOIN",
|
|
2223
|
+
},
|
|
2024
2224
|
{
|
|
2025
2225
|
address: "0x5283D291DBCF85356A21bA090E6db59121208b44",
|
|
2026
2226
|
chain: "ETH",
|
|
@@ -2051,6 +2251,16 @@ export const list = {
|
|
|
2051
2251
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bnt-0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c.png",
|
|
2052
2252
|
ticker: "BNT",
|
|
2053
2253
|
},
|
|
2254
|
+
{
|
|
2255
|
+
address: "0x7d8146cf21e8d7cbe46054e01588207b51198729",
|
|
2256
|
+
chain: "ETH",
|
|
2257
|
+
chainId: "1",
|
|
2258
|
+
decimals: 18,
|
|
2259
|
+
identifier: "ETH.BOB-0x7d8146cf21e8d7cbe46054e01588207b51198729",
|
|
2260
|
+
logoURI:
|
|
2261
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bob-0x7d8146cf21e8d7cbe46054e01588207b51198729.png",
|
|
2262
|
+
ticker: "BOB",
|
|
2263
|
+
},
|
|
2054
2264
|
{
|
|
2055
2265
|
address: "0x42bBFa2e77757C645eeaAd1655E0911a7553Efbc",
|
|
2056
2266
|
chain: "ETH",
|
|
@@ -2061,6 +2271,16 @@ export const list = {
|
|
|
2061
2271
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.boba-0x42bbfa2e77757c645eeaad1655e0911a7553efbc.png",
|
|
2062
2272
|
ticker: "BOBA",
|
|
2063
2273
|
},
|
|
2274
|
+
{
|
|
2275
|
+
address: "0xb90b2a35c65dbc466b04240097ca756ad2005295",
|
|
2276
|
+
chain: "ETH",
|
|
2277
|
+
chainId: "1",
|
|
2278
|
+
decimals: 18,
|
|
2279
|
+
identifier: "ETH.BOBO-0xb90b2a35c65dbc466b04240097ca756ad2005295",
|
|
2280
|
+
logoURI:
|
|
2281
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bobo-0xb90b2a35c65dbc466b04240097ca756ad2005295.png",
|
|
2282
|
+
ticker: "BOBO",
|
|
2283
|
+
},
|
|
2064
2284
|
{
|
|
2065
2285
|
address: "0x0391D2021f89DC339F60Fff84546EA23E337750f",
|
|
2066
2286
|
chain: "ETH",
|
|
@@ -2071,6 +2291,26 @@ export const list = {
|
|
|
2071
2291
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bond-0x0391d2021f89dc339f60fff84546ea23e337750f.png",
|
|
2072
2292
|
ticker: "BOND",
|
|
2073
2293
|
},
|
|
2294
|
+
{
|
|
2295
|
+
address: "0x9dfad1b7102d46b1b197b90095b5c4e9f5845bba",
|
|
2296
|
+
chain: "ETH",
|
|
2297
|
+
chainId: "1",
|
|
2298
|
+
decimals: 18,
|
|
2299
|
+
identifier: "ETH.BOTTO-0x9dfad1b7102d46b1b197b90095b5c4e9f5845bba",
|
|
2300
|
+
logoURI:
|
|
2301
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.botto-0x9dfad1b7102d46b1b197b90095b5c4e9f5845bba.png",
|
|
2302
|
+
ticker: "BOTTO",
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
address: "0x509a38b7a1cc0dcd83aa9d06214663d9ec7c7f4a",
|
|
2306
|
+
chain: "ETH",
|
|
2307
|
+
chainId: "1",
|
|
2308
|
+
decimals: 18,
|
|
2309
|
+
identifier: "ETH.BST-0x509a38b7a1cc0dcd83aa9d06214663d9ec7c7f4a",
|
|
2310
|
+
logoURI:
|
|
2311
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bst-0x509a38b7a1cc0dcd83aa9d06214663d9ec7c7f4a.png",
|
|
2312
|
+
ticker: "BST",
|
|
2313
|
+
},
|
|
2074
2314
|
{
|
|
2075
2315
|
address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
|
|
2076
2316
|
chain: "ETH",
|
|
@@ -2101,6 +2341,36 @@ export const list = {
|
|
|
2101
2341
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.c98-0xae12c5930881c53715b369cec7606b70d8eb229f.png",
|
|
2102
2342
|
ticker: "C98",
|
|
2103
2343
|
},
|
|
2344
|
+
{
|
|
2345
|
+
address: "0xbddc20ed7978b7d59ef190962f441cd18c14e19f",
|
|
2346
|
+
chain: "ETH",
|
|
2347
|
+
chainId: "1",
|
|
2348
|
+
decimals: 18,
|
|
2349
|
+
identifier: "ETH.CAGA-0xbddc20ed7978b7d59ef190962f441cd18c14e19f",
|
|
2350
|
+
logoURI:
|
|
2351
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.caga-0xbddc20ed7978b7d59ef190962f441cd18c14e19f.png",
|
|
2352
|
+
ticker: "CAGA",
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
address: "0xf3b9569f82b18aef890de263b84189bd33ebe452",
|
|
2356
|
+
chain: "ETH",
|
|
2357
|
+
chainId: "1",
|
|
2358
|
+
decimals: 18,
|
|
2359
|
+
identifier: "ETH.CAW-0xf3b9569f82b18aef890de263b84189bd33ebe452",
|
|
2360
|
+
logoURI:
|
|
2361
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.caw-0xf3b9569f82b18aef890de263b84189bd33ebe452.png",
|
|
2362
|
+
ticker: "CAW",
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
address: "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
|
|
2366
|
+
chain: "ETH",
|
|
2367
|
+
chainId: "1",
|
|
2368
|
+
decimals: 8,
|
|
2369
|
+
identifier: "ETH.cbBTC-0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
|
|
2370
|
+
logoURI:
|
|
2371
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.cbbtc-0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf.png",
|
|
2372
|
+
ticker: "cbBTC",
|
|
2373
|
+
},
|
|
2104
2374
|
{
|
|
2105
2375
|
address: "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",
|
|
2106
2376
|
chain: "ETH",
|
|
@@ -2191,6 +2461,16 @@ export const list = {
|
|
|
2191
2461
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.coval-0x3d658390460295fb963f54dc0899cfb1c30776df.png",
|
|
2192
2462
|
ticker: "COVAL",
|
|
2193
2463
|
},
|
|
2464
|
+
{
|
|
2465
|
+
address: "0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB",
|
|
2466
|
+
chain: "ETH",
|
|
2467
|
+
chainId: "1",
|
|
2468
|
+
decimals: 18,
|
|
2469
|
+
identifier: "ETH.COW-0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB",
|
|
2470
|
+
logoURI:
|
|
2471
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.cow-0xdef1ca1fb7fbcdc777520aa7f396b4e015f497ab.png",
|
|
2472
|
+
ticker: "COW",
|
|
2473
|
+
},
|
|
2194
2474
|
{
|
|
2195
2475
|
address: "0x66761Fa41377003622aEE3c7675Fc7b5c1C2FaC5",
|
|
2196
2476
|
chain: "ETH",
|
|
@@ -2211,6 +2491,16 @@ export const list = {
|
|
|
2211
2491
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.cqt-0xd417144312dbf50465b1c641d016962017ef6240.png",
|
|
2212
2492
|
ticker: "CQT",
|
|
2213
2493
|
},
|
|
2494
|
+
{
|
|
2495
|
+
address: "0x3f66ae0c8e9fb57f661af4ba8c8445d36ec5d7f7",
|
|
2496
|
+
chain: "ETH",
|
|
2497
|
+
chainId: "1",
|
|
2498
|
+
decimals: 18,
|
|
2499
|
+
identifier: "ETH.CRAI-0x3f66ae0c8e9fb57f661af4ba8c8445d36ec5d7f7",
|
|
2500
|
+
logoURI:
|
|
2501
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.crai-0x3f66ae0c8e9fb57f661af4ba8c8445d36ec5d7f7.png",
|
|
2502
|
+
ticker: "CRAI",
|
|
2503
|
+
},
|
|
2214
2504
|
{
|
|
2215
2505
|
address: "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",
|
|
2216
2506
|
chain: "ETH",
|
|
@@ -2271,6 +2561,16 @@ export const list = {
|
|
|
2271
2561
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.cube-0xdf801468a808a32656d2ed2d2d80b72a129739f4.png",
|
|
2272
2562
|
ticker: "CUBE",
|
|
2273
2563
|
},
|
|
2564
|
+
{
|
|
2565
|
+
address: "0xf0f9d895aca5c8678f706fb8216fa22957685a13",
|
|
2566
|
+
chain: "ETH",
|
|
2567
|
+
chainId: "1",
|
|
2568
|
+
decimals: 18,
|
|
2569
|
+
identifier: "ETH.CULT-0xf0f9d895aca5c8678f706fb8216fa22957685a13",
|
|
2570
|
+
logoURI:
|
|
2571
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.cult-0xf0f9d895aca5c8678f706fb8216fa22957685a13.png",
|
|
2572
|
+
ticker: "CULT",
|
|
2573
|
+
},
|
|
2274
2574
|
{
|
|
2275
2575
|
address: "0x41e5560054824eA6B0732E656E3Ad64E20e94E45",
|
|
2276
2576
|
chain: "ETH",
|
|
@@ -2341,6 +2641,16 @@ export const list = {
|
|
|
2341
2641
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dent-0x3597bfd533a99c9aa083587b074434e61eb0a258.png",
|
|
2342
2642
|
ticker: "DENT",
|
|
2343
2643
|
},
|
|
2644
|
+
{
|
|
2645
|
+
address: "0xd379700999f4805ce80aa32db46a94df64561108",
|
|
2646
|
+
chain: "ETH",
|
|
2647
|
+
chainId: "1",
|
|
2648
|
+
decimals: 18,
|
|
2649
|
+
identifier: "ETH.DETS-0xd379700999f4805ce80aa32db46a94df64561108",
|
|
2650
|
+
logoURI:
|
|
2651
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dets-0xd379700999f4805ce80aa32db46a94df64561108.png",
|
|
2652
|
+
ticker: "DETS",
|
|
2653
|
+
},
|
|
2344
2654
|
{
|
|
2345
2655
|
address: "0xfB7B4564402E5500dB5bB6d63Ae671302777C75a",
|
|
2346
2656
|
chain: "ETH",
|
|
@@ -2361,6 +2671,26 @@ export const list = {
|
|
|
2361
2671
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dia-0x84ca8bc7997272c7cfb4d0cd3d55cd942b3c9419.png",
|
|
2362
2672
|
ticker: "DIA",
|
|
2363
2673
|
},
|
|
2674
|
+
{
|
|
2675
|
+
address: "0x89b69f2d1adffa9a253d40840b6baa7fc903d697",
|
|
2676
|
+
chain: "ETH",
|
|
2677
|
+
chainId: "1",
|
|
2678
|
+
decimals: 9,
|
|
2679
|
+
identifier: "ETH.Dione-0x89b69f2d1adffa9a253d40840b6baa7fc903d697",
|
|
2680
|
+
logoURI:
|
|
2681
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dione-0x89b69f2d1adffa9a253d40840b6baa7fc903d697.png",
|
|
2682
|
+
ticker: "Dione",
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
address: "0x5d269fac3b2e0552b0f34cdc253bdb427682a4b9",
|
|
2686
|
+
chain: "ETH",
|
|
2687
|
+
chainId: "1",
|
|
2688
|
+
decimals: 9,
|
|
2689
|
+
identifier: "ETH.DJ15-0x5d269fac3b2e0552b0f34cdc253bdb427682a4b9",
|
|
2690
|
+
logoURI:
|
|
2691
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dj15-0x5d269fac3b2e0552b0f34cdc253bdb427682a4b9.png",
|
|
2692
|
+
ticker: "DJ15",
|
|
2693
|
+
},
|
|
2364
2694
|
{
|
|
2365
2695
|
address: "0x0AbdAce70D3790235af448C88547603b945604ea",
|
|
2366
2696
|
chain: "ETH",
|
|
@@ -2371,6 +2701,16 @@ export const list = {
|
|
|
2371
2701
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dnt-0x0abdace70d3790235af448c88547603b945604ea.png",
|
|
2372
2702
|
ticker: "DNT",
|
|
2373
2703
|
},
|
|
2704
|
+
{
|
|
2705
|
+
address: "0x4206931337dc273a630d328da6441786bfad668f",
|
|
2706
|
+
chain: "ETH",
|
|
2707
|
+
chainId: "1",
|
|
2708
|
+
decimals: 8,
|
|
2709
|
+
identifier: "ETH.DOGE-0x4206931337dc273a630d328da6441786bfad668f",
|
|
2710
|
+
logoURI:
|
|
2711
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.doge-0x4206931337dc273a630d328da6441786bfad668f.png",
|
|
2712
|
+
ticker: "DOGE",
|
|
2713
|
+
},
|
|
2374
2714
|
{
|
|
2375
2715
|
address: "0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b",
|
|
2376
2716
|
chain: "ETH",
|
|
@@ -2391,6 +2731,16 @@ export const list = {
|
|
|
2391
2731
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.drep-0x3ab6ed69ef663bd986ee59205ccad8a20f98b4c2.png",
|
|
2392
2732
|
ticker: "DREP",
|
|
2393
2733
|
},
|
|
2734
|
+
{
|
|
2735
|
+
address: "0xf94e7d0710709388bce3161c32b4eea56d3f91cc",
|
|
2736
|
+
chain: "ETH",
|
|
2737
|
+
chainId: "1",
|
|
2738
|
+
decimals: 18,
|
|
2739
|
+
identifier: "ETH.DSync-0xf94e7d0710709388bce3161c32b4eea56d3f91cc",
|
|
2740
|
+
logoURI:
|
|
2741
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dsync-0xf94e7d0710709388bce3161c32b4eea56d3f91cc.png",
|
|
2742
|
+
ticker: "DSync",
|
|
2743
|
+
},
|
|
2394
2744
|
{
|
|
2395
2745
|
address: "0x92D6C1e31e14520e676a687F0a93788B716BEff5",
|
|
2396
2746
|
chain: "ETH",
|
|
@@ -2411,6 +2761,16 @@ export const list = {
|
|
|
2411
2761
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dyp-0x961c8c0b1aad0c0b10a51fef6a867e3091bcef17.png",
|
|
2412
2762
|
ticker: "DYP",
|
|
2413
2763
|
},
|
|
2764
|
+
{
|
|
2765
|
+
address: "0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83",
|
|
2766
|
+
chain: "ETH",
|
|
2767
|
+
chainId: "1",
|
|
2768
|
+
decimals: 18,
|
|
2769
|
+
identifier: "ETH.EIGEN-0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83",
|
|
2770
|
+
logoURI:
|
|
2771
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eigen-0xec53bf9167f50cdeb3ae105f56099aaab9061f83.png",
|
|
2772
|
+
ticker: "EIGEN",
|
|
2773
|
+
},
|
|
2414
2774
|
{
|
|
2415
2775
|
address: "0xe6fd75ff38Adca4B97FBCD938c86b98772431867",
|
|
2416
2776
|
chain: "ETH",
|
|
@@ -2511,6 +2871,16 @@ export const list = {
|
|
|
2511
2871
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.farm-0xa0246c9032bc3a600820415ae600c6388619a14d.png",
|
|
2512
2872
|
ticker: "FARM",
|
|
2513
2873
|
},
|
|
2874
|
+
{
|
|
2875
|
+
address: "0x956f47f50a910163d8bf957cf5846d573e7f87ca",
|
|
2876
|
+
chain: "ETH",
|
|
2877
|
+
chainId: "1",
|
|
2878
|
+
decimals: 18,
|
|
2879
|
+
identifier: "ETH.FEI-0x956f47f50a910163d8bf957cf5846d573e7f87ca",
|
|
2880
|
+
logoURI:
|
|
2881
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.fei-0x956f47f50a910163d8bf957cf5846d573e7f87ca.png",
|
|
2882
|
+
ticker: "FEI",
|
|
2883
|
+
},
|
|
2514
2884
|
{
|
|
2515
2885
|
address: "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",
|
|
2516
2886
|
chain: "ETH",
|
|
@@ -2531,6 +2901,16 @@ export const list = {
|
|
|
2531
2901
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.fis-0xef3a930e1ffffacd2fc13434ac81bd278b0ecc8d.png",
|
|
2532
2902
|
ticker: "FIS",
|
|
2533
2903
|
},
|
|
2904
|
+
{
|
|
2905
|
+
address: "0x69457a1c9ec492419344da01daf0df0e0369d5d0",
|
|
2906
|
+
chain: "ETH",
|
|
2907
|
+
chainId: "1",
|
|
2908
|
+
decimals: 18,
|
|
2909
|
+
identifier: "ETH.FJO-0x69457a1c9ec492419344da01daf0df0e0369d5d0",
|
|
2910
|
+
logoURI:
|
|
2911
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.fjo-0x69457a1c9ec492419344da01daf0df0e0369d5d0.png",
|
|
2912
|
+
ticker: "FJO",
|
|
2913
|
+
},
|
|
2534
2914
|
{
|
|
2535
2915
|
address: "0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E",
|
|
2536
2916
|
chain: "ETH",
|
|
@@ -2641,6 +3021,16 @@ export const list = {
|
|
|
2641
3021
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.gala-0xd1d2eb1b1e90b638588728b4130137d262c87cae.png",
|
|
2642
3022
|
ticker: "GALA",
|
|
2643
3023
|
},
|
|
3024
|
+
{
|
|
3025
|
+
address: "0xf017d3690346eb8234b85f74cee5e15821fee1f4",
|
|
3026
|
+
chain: "ETH",
|
|
3027
|
+
chainId: "1",
|
|
3028
|
+
decimals: 18,
|
|
3029
|
+
identifier: "ETH.GEKKO-0xf017d3690346eb8234b85f74cee5e15821fee1f4",
|
|
3030
|
+
logoURI:
|
|
3031
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.gekko-0xf017d3690346eb8234b85f74cee5e15821fee1f4.png",
|
|
3032
|
+
ticker: "GEKKO",
|
|
3033
|
+
},
|
|
2644
3034
|
{
|
|
2645
3035
|
address: "0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b",
|
|
2646
3036
|
chain: "ETH",
|
|
@@ -2691,6 +3081,36 @@ export const list = {
|
|
|
2691
3081
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.gods-0xccc8cb5229b0ac8069c51fd58367fd1e622afd97.png",
|
|
2692
3082
|
ticker: "GODS",
|
|
2693
3083
|
},
|
|
3084
|
+
{
|
|
3085
|
+
address: "0xec4a1c7a4e9fdc7cc621b548a931c92bc08a679a",
|
|
3086
|
+
chain: "ETH",
|
|
3087
|
+
chainId: "1",
|
|
3088
|
+
decimals: 10,
|
|
3089
|
+
identifier: "ETH.GOJ-0xec4a1c7a4e9fdc7cc621b548a931c92bc08a679a",
|
|
3090
|
+
logoURI:
|
|
3091
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.goj-0xec4a1c7a4e9fdc7cc621b548a931c92bc08a679a.png",
|
|
3092
|
+
ticker: "GOJ",
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
address: "0x1258d60b224c0c5cd888d37bbf31aa5fcfb7e870",
|
|
3096
|
+
chain: "ETH",
|
|
3097
|
+
chainId: "1",
|
|
3098
|
+
decimals: 18,
|
|
3099
|
+
identifier: "ETH.GPU-0x1258d60b224c0c5cd888d37bbf31aa5fcfb7e870",
|
|
3100
|
+
logoURI:
|
|
3101
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.gpu-0x1258d60b224c0c5cd888d37bbf31aa5fcfb7e870.png",
|
|
3102
|
+
ticker: "GPU",
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
address: "0x8390a1da07e376ef7add4be859ba74fb83aa02d5",
|
|
3106
|
+
chain: "ETH",
|
|
3107
|
+
chainId: "1",
|
|
3108
|
+
decimals: 9,
|
|
3109
|
+
identifier: "ETH.GROK-0x8390a1da07e376ef7add4be859ba74fb83aa02d5",
|
|
3110
|
+
logoURI:
|
|
3111
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.grok-0x8390a1da07e376ef7add4be859ba74fb83aa02d5.png",
|
|
3112
|
+
ticker: "GROK",
|
|
3113
|
+
},
|
|
2694
3114
|
{
|
|
2695
3115
|
address: "0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
|
|
2696
3116
|
chain: "ETH",
|
|
@@ -2732,14 +3152,44 @@ export const list = {
|
|
|
2732
3152
|
ticker: "GYEN",
|
|
2733
3153
|
},
|
|
2734
3154
|
{
|
|
2735
|
-
address: "
|
|
3155
|
+
address: "0x72e5390edb7727e3d4e3436451dadaff675dbcc0",
|
|
2736
3156
|
chain: "ETH",
|
|
2737
3157
|
chainId: "1",
|
|
2738
|
-
decimals:
|
|
2739
|
-
identifier: "ETH.
|
|
3158
|
+
decimals: 12,
|
|
3159
|
+
identifier: "ETH.HANU-0x72e5390edb7727e3d4e3436451dadaff675dbcc0",
|
|
2740
3160
|
logoURI:
|
|
2741
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.
|
|
2742
|
-
ticker: "
|
|
3161
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.hanu-0x72e5390edb7727e3d4e3436451dadaff675dbcc0.png",
|
|
3162
|
+
ticker: "HANU",
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
address: "0x292fcdd1b104de5a00250febba9bc6a5092a0076",
|
|
3166
|
+
chain: "ETH",
|
|
3167
|
+
chainId: "1",
|
|
3168
|
+
decimals: 18,
|
|
3169
|
+
identifier: "ETH.HashAI-0x292fcdd1b104de5a00250febba9bc6a5092a0076",
|
|
3170
|
+
logoURI:
|
|
3171
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.hashai-0x292fcdd1b104de5a00250febba9bc6a5092a0076.png",
|
|
3172
|
+
ticker: "HashAI",
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
address: "0xeef9f339514298c6a857efcfc1a762af84438dee",
|
|
3176
|
+
chain: "ETH",
|
|
3177
|
+
chainId: "1",
|
|
3178
|
+
decimals: 18,
|
|
3179
|
+
identifier: "ETH.HEZ-0xeef9f339514298c6a857efcfc1a762af84438dee",
|
|
3180
|
+
logoURI:
|
|
3181
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.hez-0xeef9f339514298c6a857efcfc1a762af84438dee.png",
|
|
3182
|
+
ticker: "HEZ",
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
address: "0xb3999F658C0391d94A37f7FF328F3feC942BcADC",
|
|
3186
|
+
chain: "ETH",
|
|
3187
|
+
chainId: "1",
|
|
3188
|
+
decimals: 18,
|
|
3189
|
+
identifier: "ETH.HFT-0xb3999F658C0391d94A37f7FF328F3feC942BcADC",
|
|
3190
|
+
logoURI:
|
|
3191
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.hft-0xb3999f658c0391d94a37f7ff328f3fec942bcadc.png",
|
|
3192
|
+
ticker: "HFT",
|
|
2743
3193
|
},
|
|
2744
3194
|
{
|
|
2745
3195
|
address: "0x71Ab77b7dbB4fa7e017BC15090b2163221420282",
|
|
@@ -2751,6 +3201,16 @@ export const list = {
|
|
|
2751
3201
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.high-0x71ab77b7dbb4fa7e017bc15090b2163221420282.png",
|
|
2752
3202
|
ticker: "HIGH",
|
|
2753
3203
|
},
|
|
3204
|
+
{
|
|
3205
|
+
address: "0x6e79b51959cf968d87826592f46f819f92466615",
|
|
3206
|
+
chain: "ETH",
|
|
3207
|
+
chainId: "1",
|
|
3208
|
+
decimals: 9,
|
|
3209
|
+
identifier: "ETH.HOPPY-0x6e79b51959cf968d87826592f46f819f92466615",
|
|
3210
|
+
logoURI:
|
|
3211
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.hoppy-0x6e79b51959cf968d87826592f46f819f92466615.png",
|
|
3212
|
+
ticker: "HOPPY",
|
|
3213
|
+
},
|
|
2754
3214
|
{
|
|
2755
3215
|
address: "0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA",
|
|
2756
3216
|
chain: "ETH",
|
|
@@ -2851,6 +3311,26 @@ export const list = {
|
|
|
2851
3311
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.jasmy-0x7420b4b9a0110cdc71fb720908340c03f9bc03ec.png",
|
|
2852
3312
|
ticker: "JASMY",
|
|
2853
3313
|
},
|
|
3314
|
+
{
|
|
3315
|
+
address: "0xba386a4ca26b85fd057ab1ef86e3dc7bdeb5ce70",
|
|
3316
|
+
chain: "ETH",
|
|
3317
|
+
chainId: "1",
|
|
3318
|
+
decimals: 18,
|
|
3319
|
+
identifier: "ETH.JESUS-0xba386a4ca26b85fd057ab1ef86e3dc7bdeb5ce70",
|
|
3320
|
+
logoURI:
|
|
3321
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.jesus-0xba386a4ca26b85fd057ab1ef86e3dc7bdeb5ce70.png",
|
|
3322
|
+
ticker: "JESUS",
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
address: "0x76e222b07c53d28b89b0bac18602810fc22b49a8",
|
|
3326
|
+
chain: "ETH",
|
|
3327
|
+
chainId: "1",
|
|
3328
|
+
decimals: 18,
|
|
3329
|
+
identifier: "ETH.JOE-0x76e222b07c53d28b89b0bac18602810fc22b49a8",
|
|
3330
|
+
logoURI:
|
|
3331
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.joe-0x76e222b07c53d28b89b0bac18602810fc22b49a8.png",
|
|
3332
|
+
ticker: "JOE",
|
|
3333
|
+
},
|
|
2854
3334
|
{
|
|
2855
3335
|
address: "0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8",
|
|
2856
3336
|
chain: "ETH",
|
|
@@ -2891,6 +3371,16 @@ export const list = {
|
|
|
2891
3371
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.knc-0xdd974d5c2e2928dea5f71b9825b8b646686bd200.png",
|
|
2892
3372
|
ticker: "KNC",
|
|
2893
3373
|
},
|
|
3374
|
+
{
|
|
3375
|
+
address: "0x5e9f7e92e742f73b990dca63c88325ed24666e84",
|
|
3376
|
+
chain: "ETH",
|
|
3377
|
+
chainId: "1",
|
|
3378
|
+
decimals: 18,
|
|
3379
|
+
identifier: "ETH.KOO-0x5e9f7e92e742f73b990dca63c88325ed24666e84",
|
|
3380
|
+
logoURI:
|
|
3381
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.koo-0x5e9f7e92e742f73b990dca63c88325ed24666e84.png",
|
|
3382
|
+
ticker: "KOO",
|
|
3383
|
+
},
|
|
2894
3384
|
{
|
|
2895
3385
|
address: "0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44",
|
|
2896
3386
|
chain: "ETH",
|
|
@@ -2931,6 +3421,16 @@ export const list = {
|
|
|
2931
3421
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.l3-0x88909d489678dd17aa6d9609f89b0419bf78fd9a.png",
|
|
2932
3422
|
ticker: "L3",
|
|
2933
3423
|
},
|
|
3424
|
+
{
|
|
3425
|
+
address: "0x12970e6868f88f6557b76120662c1b3e50a646bf",
|
|
3426
|
+
chain: "ETH",
|
|
3427
|
+
chainId: "1",
|
|
3428
|
+
decimals: 18,
|
|
3429
|
+
identifier: "ETH.LADYS-0x12970e6868f88f6557b76120662c1b3e50a646bf",
|
|
3430
|
+
logoURI:
|
|
3431
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ladys-0x12970e6868f88f6557b76120662c1b3e50a646bf.png",
|
|
3432
|
+
ticker: "LADYS",
|
|
3433
|
+
},
|
|
2934
3434
|
{
|
|
2935
3435
|
address: "0x037A54AaB062628C9Bbae1FDB1583c195585fe41",
|
|
2936
3436
|
chain: "ETH",
|
|
@@ -2951,6 +3451,16 @@ export const list = {
|
|
|
2951
3451
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ldo-0x5a98fcbea516cf06857215779fd812ca3bef1b32.png",
|
|
2952
3452
|
ticker: "LDO",
|
|
2953
3453
|
},
|
|
3454
|
+
{
|
|
3455
|
+
address: "0xb620be8a1949aa9532e6a3510132864ef9bc3f82",
|
|
3456
|
+
chain: "ETH",
|
|
3457
|
+
chainId: "1",
|
|
3458
|
+
decimals: 18,
|
|
3459
|
+
identifier: "ETH.LFT-0xb620be8a1949aa9532e6a3510132864ef9bc3f82",
|
|
3460
|
+
logoURI:
|
|
3461
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lft-0xb620be8a1949aa9532e6a3510132864ef9bc3f82.png",
|
|
3462
|
+
ticker: "LFT",
|
|
3463
|
+
},
|
|
2954
3464
|
{
|
|
2955
3465
|
address: "0x514910771AF9Ca656af840dff83E8264EcF986CA",
|
|
2956
3466
|
chain: "ETH",
|
|
@@ -2971,6 +3481,16 @@ export const list = {
|
|
|
2971
3481
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lit-0xb59490ab09a0f526cc7305822ac65f2ab12f9723.png",
|
|
2972
3482
|
ticker: "LIT",
|
|
2973
3483
|
},
|
|
3484
|
+
{
|
|
3485
|
+
address: "0xd4f4d0a10bcae123bb6655e8fe93a30d01eebd04",
|
|
3486
|
+
chain: "ETH",
|
|
3487
|
+
chainId: "1",
|
|
3488
|
+
decimals: 18,
|
|
3489
|
+
identifier: "ETH.LNQ-0xd4f4d0a10bcae123bb6655e8fe93a30d01eebd04",
|
|
3490
|
+
logoURI:
|
|
3491
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lnq-0xd4f4d0a10bcae123bb6655e8fe93a30d01eebd04.png",
|
|
3492
|
+
ticker: "LNQ",
|
|
3493
|
+
},
|
|
2974
3494
|
{
|
|
2975
3495
|
address: "0x61E90A50137E1F645c9eF4a0d3A4f01477738406",
|
|
2976
3496
|
chain: "ETH",
|
|
@@ -2981,6 +3501,16 @@ export const list = {
|
|
|
2981
3501
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.loka-0x61e90a50137e1f645c9ef4a0d3a4f01477738406.png",
|
|
2982
3502
|
ticker: "LOKA",
|
|
2983
3503
|
},
|
|
3504
|
+
{
|
|
3505
|
+
address: "0x0000000000095413afc295d19edeb1ad7b71c952",
|
|
3506
|
+
chain: "ETH",
|
|
3507
|
+
chainId: "1",
|
|
3508
|
+
decimals: 18,
|
|
3509
|
+
identifier: "ETH.LON-0x0000000000095413afc295d19edeb1ad7b71c952",
|
|
3510
|
+
logoURI:
|
|
3511
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lon-0x0000000000095413afc295d19edeb1ad7b71c952.png",
|
|
3512
|
+
ticker: "LON",
|
|
3513
|
+
},
|
|
2984
3514
|
{
|
|
2985
3515
|
address: "0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0",
|
|
2986
3516
|
chain: "ETH",
|
|
@@ -3041,6 +3571,26 @@ export const list = {
|
|
|
3041
3571
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lusd-0x5f98805a4e8be255a32880fdec7f6728c6568ba0.png",
|
|
3042
3572
|
ticker: "LUSD",
|
|
3043
3573
|
},
|
|
3574
|
+
{
|
|
3575
|
+
address: "0x965d79f1a1016b574a62986e13ca8ab04dfdd15c",
|
|
3576
|
+
chain: "ETH",
|
|
3577
|
+
chainId: "1",
|
|
3578
|
+
decimals: 18,
|
|
3579
|
+
identifier: "ETH.M2-0x965d79f1a1016b574a62986e13ca8ab04dfdd15c",
|
|
3580
|
+
logoURI:
|
|
3581
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.m2-0x965d79f1a1016b574a62986e13ca8ab04dfdd15c.png",
|
|
3582
|
+
ticker: "M2",
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
address: "0xd29da236dd4aac627346e1bba06a619e8c22d7c5",
|
|
3586
|
+
chain: "ETH",
|
|
3587
|
+
chainId: "1",
|
|
3588
|
+
decimals: 9,
|
|
3589
|
+
identifier: "ETH.MAGA-0xd29da236dd4aac627346e1bba06a619e8c22d7c5",
|
|
3590
|
+
logoURI:
|
|
3591
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.maga-0xd29da236dd4aac627346e1bba06a619e8c22d7c5.png",
|
|
3592
|
+
ticker: "MAGA",
|
|
3593
|
+
},
|
|
3044
3594
|
{
|
|
3045
3595
|
address: "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",
|
|
3046
3596
|
chain: "ETH",
|
|
@@ -3111,6 +3661,16 @@ export const list = {
|
|
|
3111
3661
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mdt-0x814e0908b12a99fecf5bc101bb5d0b8b5cdf7d26.png",
|
|
3112
3662
|
ticker: "MDT",
|
|
3113
3663
|
},
|
|
3664
|
+
{
|
|
3665
|
+
address: "0xddaf27167929cd045a7d97d09a4fa1046ece3d89",
|
|
3666
|
+
chain: "ETH",
|
|
3667
|
+
chainId: "1",
|
|
3668
|
+
decimals: 18,
|
|
3669
|
+
identifier: "ETH.MELLSTROY-0xddaf27167929cd045a7d97d09a4fa1046ece3d89",
|
|
3670
|
+
logoURI:
|
|
3671
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mellstroy-0xddaf27167929cd045a7d97d09a4fa1046ece3d89.png",
|
|
3672
|
+
ticker: "MELLSTROY",
|
|
3673
|
+
},
|
|
3114
3674
|
{
|
|
3115
3675
|
address: "0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74",
|
|
3116
3676
|
chain: "ETH",
|
|
@@ -3131,6 +3691,16 @@ export const list = {
|
|
|
3131
3691
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.metis-0x9e32b13ce7f2e80a01932b42553652e053d6ed8e.png",
|
|
3132
3692
|
ticker: "METIS",
|
|
3133
3693
|
},
|
|
3694
|
+
{
|
|
3695
|
+
address: "0x8d52061af43c52204c717d0610ea8f52f955ce0b",
|
|
3696
|
+
chain: "ETH",
|
|
3697
|
+
chainId: "1",
|
|
3698
|
+
decimals: 10,
|
|
3699
|
+
identifier: "ETH.MIA-0x8d52061af43c52204c717d0610ea8f52f955ce0b",
|
|
3700
|
+
logoURI:
|
|
3701
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mia-0x8d52061af43c52204c717d0610ea8f52f955ce0b.png",
|
|
3702
|
+
ticker: "MIA",
|
|
3703
|
+
},
|
|
3134
3704
|
{
|
|
3135
3705
|
address: "0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3",
|
|
3136
3706
|
chain: "ETH",
|
|
@@ -3171,6 +3741,16 @@ export const list = {
|
|
|
3171
3741
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mln-0xec67005c4e498ec7f55e092bd1d35cbc47c91892.png",
|
|
3172
3742
|
ticker: "MLN",
|
|
3173
3743
|
},
|
|
3744
|
+
{
|
|
3745
|
+
address: "0xf944e35f95e819e752f3ccb5faf40957d311e8c5",
|
|
3746
|
+
chain: "ETH",
|
|
3747
|
+
chainId: "1",
|
|
3748
|
+
decimals: 18,
|
|
3749
|
+
identifier: "ETH.MOCA-0xf944e35f95e819e752f3ccb5faf40957d311e8c5",
|
|
3750
|
+
logoURI:
|
|
3751
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.moca-0xf944e35f95e819e752f3ccb5faf40957d311e8c5.png",
|
|
3752
|
+
ticker: "MOCA",
|
|
3753
|
+
},
|
|
3174
3754
|
{
|
|
3175
3755
|
address: "0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a",
|
|
3176
3756
|
chain: "ETH",
|
|
@@ -3271,6 +3851,26 @@ export const list = {
|
|
|
3271
3851
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.nct-0x9e46a38f5daabe8683e10793b06749eef7d733d1.png",
|
|
3272
3852
|
ticker: "NCT",
|
|
3273
3853
|
},
|
|
3854
|
+
{
|
|
3855
|
+
address: "0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",
|
|
3856
|
+
chain: "ETH",
|
|
3857
|
+
chainId: "1",
|
|
3858
|
+
decimals: 9,
|
|
3859
|
+
identifier: "ETH.Neiro-0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",
|
|
3860
|
+
logoURI:
|
|
3861
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.neiro-0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee.png",
|
|
3862
|
+
ticker: "Neiro",
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
address: "0xee2a03aa6dacf51c18679c516ad5283d8e7c2637",
|
|
3866
|
+
chain: "ETH",
|
|
3867
|
+
chainId: "1",
|
|
3868
|
+
decimals: 9,
|
|
3869
|
+
identifier: "ETH.NEIRO-0xee2a03aa6dacf51c18679c516ad5283d8e7c2637",
|
|
3870
|
+
logoURI:
|
|
3871
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.neiro-0xee2a03aa6dacf51c18679c516ad5283d8e7c2637.png",
|
|
3872
|
+
ticker: "NEIRO",
|
|
3873
|
+
},
|
|
3274
3874
|
{
|
|
3275
3875
|
address: "0x04abEdA201850aC0124161F037Efd70c74ddC74C",
|
|
3276
3876
|
chain: "ETH",
|
|
@@ -3281,6 +3881,16 @@ export const list = {
|
|
|
3281
3881
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.nest-0x04abeda201850ac0124161f037efd70c74ddc74c.png",
|
|
3282
3882
|
ticker: "NEST",
|
|
3283
3883
|
},
|
|
3884
|
+
{
|
|
3885
|
+
address: "0x32b053f2cba79f80ada5078cb6b305da92bde6e1",
|
|
3886
|
+
chain: "ETH",
|
|
3887
|
+
chainId: "1",
|
|
3888
|
+
decimals: 18,
|
|
3889
|
+
identifier: "ETH.NEURAL-0x32b053f2cba79f80ada5078cb6b305da92bde6e1",
|
|
3890
|
+
logoURI:
|
|
3891
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.neural-0x32b053f2cba79f80ada5078cb6b305da92bde6e1.png",
|
|
3892
|
+
ticker: "NEURAL",
|
|
3893
|
+
},
|
|
3284
3894
|
{
|
|
3285
3895
|
address: "0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb",
|
|
3286
3896
|
chain: "ETH",
|
|
@@ -3301,6 +3911,26 @@ export const list = {
|
|
|
3301
3911
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.nmr-0x1776e1f26f98b1a5df9cd347953a26dd3cb46671.png",
|
|
3302
3912
|
ticker: "NMR",
|
|
3303
3913
|
},
|
|
3914
|
+
{
|
|
3915
|
+
address: "0x03aa6298f1370642642415edc0db8b957783e8d6",
|
|
3916
|
+
chain: "ETH",
|
|
3917
|
+
chainId: "1",
|
|
3918
|
+
decimals: 18,
|
|
3919
|
+
identifier: "ETH.NMT-0x03aa6298f1370642642415edc0db8b957783e8d6",
|
|
3920
|
+
logoURI:
|
|
3921
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.nmt-0x03aa6298f1370642642415edc0db8b957783e8d6.png",
|
|
3922
|
+
ticker: "NMT",
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
address: "0x8ed97a637a790be1feff5e888d43629dc05408f6",
|
|
3926
|
+
chain: "ETH",
|
|
3927
|
+
chainId: "1",
|
|
3928
|
+
decimals: 18,
|
|
3929
|
+
identifier: "ETH.NPC-0x8ed97a637a790be1feff5e888d43629dc05408f6",
|
|
3930
|
+
logoURI:
|
|
3931
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.npc-0x8ed97a637a790be1feff5e888d43629dc05408f6.png",
|
|
3932
|
+
ticker: "NPC",
|
|
3933
|
+
},
|
|
3304
3934
|
{
|
|
3305
3935
|
address: "0x4fE83213D56308330EC302a8BD641f1d0113A4Cc",
|
|
3306
3936
|
chain: "ETH",
|
|
@@ -3331,6 +3961,26 @@ export const list = {
|
|
|
3331
3961
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ogn-0x8207c1ffc5b6804f6024322ccf34f29c3541ae26.png",
|
|
3332
3962
|
ticker: "OGN",
|
|
3333
3963
|
},
|
|
3964
|
+
{
|
|
3965
|
+
address: "0x0001a500a6b18995b03f44bb040a5ffc28e45cb0",
|
|
3966
|
+
chain: "ETH",
|
|
3967
|
+
chainId: "1",
|
|
3968
|
+
decimals: 18,
|
|
3969
|
+
identifier: "ETH.OLAS-0x0001a500a6b18995b03f44bb040a5ffc28e45cb0",
|
|
3970
|
+
logoURI:
|
|
3971
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.olas-0x0001a500a6b18995b03f44bb040a5ffc28e45cb0.png",
|
|
3972
|
+
ticker: "OLAS",
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
address: "0x3593d125a4f7849a1b059e64f4517a86dd60c95d",
|
|
3976
|
+
chain: "ETH",
|
|
3977
|
+
chainId: "1",
|
|
3978
|
+
decimals: 18,
|
|
3979
|
+
identifier: "ETH.OM-0x3593d125a4f7849a1b059e64f4517a86dd60c95d",
|
|
3980
|
+
logoURI:
|
|
3981
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.om-0x3593d125a4f7849a1b059e64f4517a86dd60c95d.png",
|
|
3982
|
+
ticker: "OM",
|
|
3983
|
+
},
|
|
3334
3984
|
{
|
|
3335
3985
|
address: "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
|
|
3336
3986
|
chain: "ETH",
|
|
@@ -3381,6 +4031,16 @@ export const list = {
|
|
|
3381
4031
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.orn-0x0258f474786ddfd37abce6df6bbb1dd5dfc4434a.png",
|
|
3382
4032
|
ticker: "ORN",
|
|
3383
4033
|
},
|
|
4034
|
+
{
|
|
4035
|
+
address: "0xa21af1050f7b26e0cff45ee51548254c41ed6b5c",
|
|
4036
|
+
chain: "ETH",
|
|
4037
|
+
chainId: "1",
|
|
4038
|
+
decimals: 18,
|
|
4039
|
+
identifier: "ETH.OSAK-0xa21af1050f7b26e0cff45ee51548254c41ed6b5c",
|
|
4040
|
+
logoURI:
|
|
4041
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.osak-0xa21af1050f7b26e0cff45ee51548254c41ed6b5c.png",
|
|
4042
|
+
ticker: "OSAK",
|
|
4043
|
+
},
|
|
3384
4044
|
{
|
|
3385
4045
|
address: "0x4575f41308EC1483f3d399aa9a2826d74Da13Deb",
|
|
3386
4046
|
chain: "ETH",
|
|
@@ -3421,6 +4081,16 @@ export const list = {
|
|
|
3421
4081
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.pda-0x0d3cbed3f69ee050668adf3d9ea57241cba33a2b.png",
|
|
3422
4082
|
ticker: "PDA",
|
|
3423
4083
|
},
|
|
4084
|
+
{
|
|
4085
|
+
address: "0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790",
|
|
4086
|
+
chain: "ETH",
|
|
4087
|
+
chainId: "1",
|
|
4088
|
+
decimals: 18,
|
|
4089
|
+
identifier: "ETH.PEIPEI-0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790",
|
|
4090
|
+
logoURI:
|
|
4091
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.peipei-0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790.png",
|
|
4092
|
+
ticker: "PEIPEI",
|
|
4093
|
+
},
|
|
3424
4094
|
{
|
|
3425
4095
|
address: "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
3426
4096
|
chain: "ETH",
|
|
@@ -3431,6 +4101,16 @@ export const list = {
|
|
|
3431
4101
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.pepe-0x6982508145454ce325ddbe47a25d4ec3d2311933.png",
|
|
3432
4102
|
ticker: "PEPE",
|
|
3433
4103
|
},
|
|
4104
|
+
{
|
|
4105
|
+
address: "0xa9e8acf069c58aec8825542845fd754e41a9489a",
|
|
4106
|
+
chain: "ETH",
|
|
4107
|
+
chainId: "1",
|
|
4108
|
+
decimals: 18,
|
|
4109
|
+
identifier: "ETH.pepecoin-0xa9e8acf069c58aec8825542845fd754e41a9489a",
|
|
4110
|
+
logoURI:
|
|
4111
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.pepecoin-0xa9e8acf069c58aec8825542845fd754e41a9489a.png",
|
|
4112
|
+
ticker: "pepecoin",
|
|
4113
|
+
},
|
|
3434
4114
|
{
|
|
3435
4115
|
address: "0xbC396689893D065F41bc2C6EcbeE5e0085233447",
|
|
3436
4116
|
chain: "ETH",
|
|
@@ -3441,6 +4121,16 @@ export const list = {
|
|
|
3441
4121
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.perp-0xbc396689893d065f41bc2c6ecbee5e0085233447.png",
|
|
3442
4122
|
ticker: "PERP",
|
|
3443
4123
|
},
|
|
4124
|
+
{
|
|
4125
|
+
address: "0xc328a59e7321747aebbc49fd28d1b32c1af8d3b2",
|
|
4126
|
+
chain: "ETH",
|
|
4127
|
+
chainId: "1",
|
|
4128
|
+
decimals: 18,
|
|
4129
|
+
identifier: "ETH.PHIL-0xc328a59e7321747aebbc49fd28d1b32c1af8d3b2",
|
|
4130
|
+
logoURI:
|
|
4131
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.phil-0xc328a59e7321747aebbc49fd28d1b32c1af8d3b2.png",
|
|
4132
|
+
ticker: "PHIL",
|
|
4133
|
+
},
|
|
3444
4134
|
{
|
|
3445
4135
|
address: "0x7613C48E0cd50E42dD9Bf0f6c235063145f6f8DC",
|
|
3446
4136
|
chain: "ETH",
|
|
@@ -3461,6 +4151,16 @@ export const list = {
|
|
|
3461
4151
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.plu-0xd8912c10681d8b21fd3742244f44658dba12264e.png",
|
|
3462
4152
|
ticker: "PLU",
|
|
3463
4153
|
},
|
|
4154
|
+
{
|
|
4155
|
+
address: "0x93ed3fbe21207ec2e8f2d3c3de6e058cb73bc04d",
|
|
4156
|
+
chain: "ETH",
|
|
4157
|
+
chainId: "1",
|
|
4158
|
+
decimals: 18,
|
|
4159
|
+
identifier: "ETH.PNK-0x93ed3fbe21207ec2e8f2d3c3de6e058cb73bc04d",
|
|
4160
|
+
logoURI:
|
|
4161
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.pnk-0x93ed3fbe21207ec2e8f2d3c3de6e058cb73bc04d.png",
|
|
4162
|
+
ticker: "PNK",
|
|
4163
|
+
},
|
|
3464
4164
|
{
|
|
3465
4165
|
address: "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
|
|
3466
4166
|
chain: "ETH",
|
|
@@ -3741,6 +4441,16 @@ export const list = {
|
|
|
3741
4441
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.rgt-0xd291e7a03283640fdc51b121ac401383a46cc623.png",
|
|
3742
4442
|
ticker: "RGT",
|
|
3743
4443
|
},
|
|
4444
|
+
{
|
|
4445
|
+
address: "0x1df2099f6abbf0b05c12a61835137d84f10daa96",
|
|
4446
|
+
chain: "ETH",
|
|
4447
|
+
chainId: "1",
|
|
4448
|
+
decimals: 18,
|
|
4449
|
+
identifier: "ETH.RK:ETH-0x1df2099f6abbf0b05c12a61835137d84f10daa96",
|
|
4450
|
+
logoURI:
|
|
4451
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.rk:eth-0x1df2099f6abbf0b05c12a61835137d84f10daa96.png",
|
|
4452
|
+
ticker: "RK:ETH",
|
|
4453
|
+
},
|
|
3744
4454
|
{
|
|
3745
4455
|
address: "0x607F4C5BB672230e8672085532f7e901544a7375",
|
|
3746
4456
|
chain: "ETH",
|
|
@@ -3781,6 +4491,16 @@ export const list = {
|
|
|
3781
4491
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.rook-0xfa5047c9c78b8877af97bdcb85db743fd7313d4a.png",
|
|
3782
4492
|
ticker: "ROOK",
|
|
3783
4493
|
},
|
|
4494
|
+
{
|
|
4495
|
+
address: "0xcb5f72d37685c3d5ad0bb5f982443bc8fcdf570e",
|
|
4496
|
+
chain: "ETH",
|
|
4497
|
+
chainId: "1",
|
|
4498
|
+
decimals: 18,
|
|
4499
|
+
identifier: "ETH.ROOT-0xcb5f72d37685c3d5ad0bb5f982443bc8fcdf570e",
|
|
4500
|
+
logoURI:
|
|
4501
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.root-0xcb5f72d37685c3d5ad0bb5f982443bc8fcdf570e.png",
|
|
4502
|
+
ticker: "ROOT",
|
|
4503
|
+
},
|
|
3784
4504
|
{
|
|
3785
4505
|
address: "0x5aFE3855358E112B5647B952709E6165e1c1eEEe",
|
|
3786
4506
|
chain: "ETH",
|
|
@@ -3811,6 +4531,16 @@ export const list = {
|
|
|
3811
4531
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.sd-0x30d20208d987713f46dfd34ef128bb16c404d10f.png",
|
|
3812
4532
|
ticker: "SD",
|
|
3813
4533
|
},
|
|
4534
|
+
{
|
|
4535
|
+
address: "0x560363bda52bc6a44ca6c8c9b4a5fadbda32fa60",
|
|
4536
|
+
chain: "ETH",
|
|
4537
|
+
chainId: "1",
|
|
4538
|
+
decimals: 18,
|
|
4539
|
+
identifier: "ETH.SFUND-0x560363bda52bc6a44ca6c8c9b4a5fadbda32fa60",
|
|
4540
|
+
logoURI:
|
|
4541
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.sfund-0x560363bda52bc6a44ca6c8c9b4a5fadbda32fa60.png",
|
|
4542
|
+
ticker: "SFUND",
|
|
4543
|
+
},
|
|
3814
4544
|
{
|
|
3815
4545
|
address: "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
3816
4546
|
chain: "ETH",
|
|
@@ -3821,6 +4551,16 @@ export const list = {
|
|
|
3821
4551
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.shib-0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce.png",
|
|
3822
4552
|
ticker: "SHIB",
|
|
3823
4553
|
},
|
|
4554
|
+
{
|
|
4555
|
+
address: "0x6adb2e268de2aa1abf6578e4a8119b960e02928f",
|
|
4556
|
+
chain: "ETH",
|
|
4557
|
+
chainId: "1",
|
|
4558
|
+
decimals: 9,
|
|
4559
|
+
identifier: "ETH.ShibDoge-0x6adb2e268de2aa1abf6578e4a8119b960e02928f",
|
|
4560
|
+
logoURI:
|
|
4561
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.shibdoge-0x6adb2e268de2aa1abf6578e4a8119b960e02928f.png",
|
|
4562
|
+
ticker: "ShibDoge",
|
|
4563
|
+
},
|
|
3824
4564
|
{
|
|
3825
4565
|
address: "0x7C84e62859D0715eb77d1b1C4154Ecd6aBB21BEC",
|
|
3826
4566
|
chain: "ETH",
|
|
@@ -3841,6 +4581,16 @@ export const list = {
|
|
|
3841
4581
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.skl-0x00c83aecc790e8a4453e5dd3b0b4b3680501a7a7.png",
|
|
3842
4582
|
ticker: "SKL",
|
|
3843
4583
|
},
|
|
4584
|
+
{
|
|
4585
|
+
address: "0x56072C95FAA701256059aa122697B133aDEd9279",
|
|
4586
|
+
chain: "ETH",
|
|
4587
|
+
chainId: "1",
|
|
4588
|
+
decimals: 18,
|
|
4589
|
+
identifier: "ETH.SKY-0x56072C95FAA701256059aa122697B133aDEd9279",
|
|
4590
|
+
logoURI:
|
|
4591
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.sky-0x56072c95faa701256059aa122697b133aded9279.png",
|
|
4592
|
+
ticker: "SKY",
|
|
4593
|
+
},
|
|
3844
4594
|
{
|
|
3845
4595
|
address: "0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25",
|
|
3846
4596
|
chain: "ETH",
|
|
@@ -3901,6 +4651,46 @@ export const list = {
|
|
|
3901
4651
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.spell-0x090185f2135308bad17527004364ebcc2d37e5f6.png",
|
|
3902
4652
|
ticker: "SPELL",
|
|
3903
4653
|
},
|
|
4654
|
+
{
|
|
4655
|
+
address: "0xe0f63a424a4439cbe457d80e4f4b51ad25b2c56c",
|
|
4656
|
+
chain: "ETH",
|
|
4657
|
+
chainId: "1",
|
|
4658
|
+
decimals: 8,
|
|
4659
|
+
identifier: "ETH.SPX-0xe0f63a424a4439cbe457d80e4f4b51ad25b2c56c",
|
|
4660
|
+
logoURI:
|
|
4661
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.spx-0xe0f63a424a4439cbe457d80e4f4b51ad25b2c56c.png",
|
|
4662
|
+
ticker: "SPX",
|
|
4663
|
+
},
|
|
4664
|
+
{
|
|
4665
|
+
address: "0xb72e76ccf005313868db7b48070901a44629da98",
|
|
4666
|
+
chain: "ETH",
|
|
4667
|
+
chainId: "1",
|
|
4668
|
+
decimals: 9,
|
|
4669
|
+
identifier: "ETH.SQGROW-0xb72e76ccf005313868db7b48070901a44629da98",
|
|
4670
|
+
logoURI:
|
|
4671
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.sqgrow-0xb72e76ccf005313868db7b48070901a44629da98.png",
|
|
4672
|
+
ticker: "SQGROW",
|
|
4673
|
+
},
|
|
4674
|
+
{
|
|
4675
|
+
address: "0x8e6cd950ad6ba651f6dd608dc70e5886b1aa6b24",
|
|
4676
|
+
chain: "ETH",
|
|
4677
|
+
chainId: "1",
|
|
4678
|
+
decimals: 18,
|
|
4679
|
+
identifier: "ETH.STARL-0x8e6cd950ad6ba651f6dd608dc70e5886b1aa6b24",
|
|
4680
|
+
logoURI:
|
|
4681
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.starl-0x8e6cd950ad6ba651f6dd608dc70e5886b1aa6b24.png",
|
|
4682
|
+
ticker: "STARL",
|
|
4683
|
+
},
|
|
4684
|
+
{
|
|
4685
|
+
address: "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
|
|
4686
|
+
chain: "ETH",
|
|
4687
|
+
chainId: "1",
|
|
4688
|
+
decimals: 18,
|
|
4689
|
+
identifier: "ETH.stETH-0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
|
|
4690
|
+
logoURI:
|
|
4691
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.steth-0xae7ab96520de3a18e5e111b5eaab095312d7fe84.png",
|
|
4692
|
+
ticker: "stETH",
|
|
4693
|
+
},
|
|
3904
4694
|
{
|
|
3905
4695
|
address: "0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6",
|
|
3906
4696
|
chain: "ETH",
|
|
@@ -3981,6 +4771,16 @@ export const list = {
|
|
|
3981
4771
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.sushi-0x6b3595068778dd592e39a122f4f5a5cf09c90fe2.png",
|
|
3982
4772
|
ticker: "SUSHI",
|
|
3983
4773
|
},
|
|
4774
|
+
{
|
|
4775
|
+
address: "0xba21ef4c9f433ede00badefcc2754b8e74bd538a",
|
|
4776
|
+
chain: "ETH",
|
|
4777
|
+
chainId: "1",
|
|
4778
|
+
decimals: 18,
|
|
4779
|
+
identifier: "ETH.SWFL-0xba21ef4c9f433ede00badefcc2754b8e74bd538a",
|
|
4780
|
+
logoURI:
|
|
4781
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.swfl-0xba21ef4c9f433ede00badefcc2754b8e74bd538a.png",
|
|
4782
|
+
ticker: "SWFL",
|
|
4783
|
+
},
|
|
3984
4784
|
{
|
|
3985
4785
|
address: "0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e",
|
|
3986
4786
|
chain: "ETH",
|
|
@@ -4041,6 +4841,16 @@ export const list = {
|
|
|
4041
4841
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tbtc-0x18084fba666a33d37592fa2633fd49a74dd93a88.png",
|
|
4042
4842
|
ticker: "tBTC",
|
|
4043
4843
|
},
|
|
4844
|
+
{
|
|
4845
|
+
address: "0x16a3543fa6b32cac3b0a755f64a729e84f89a75c",
|
|
4846
|
+
chain: "ETH",
|
|
4847
|
+
chainId: "1",
|
|
4848
|
+
decimals: 18,
|
|
4849
|
+
identifier: "ETH.TENSOR-0x16a3543fa6b32cac3b0a755f64a729e84f89a75c",
|
|
4850
|
+
logoURI:
|
|
4851
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tensor-0x16a3543fa6b32cac3b0a755f64a729e84f89a75c.png",
|
|
4852
|
+
ticker: "TENSOR",
|
|
4853
|
+
},
|
|
4044
4854
|
{
|
|
4045
4855
|
address: "0x485d17A6f1B8780392d53D64751824253011A260",
|
|
4046
4856
|
chain: "ETH",
|
|
@@ -4071,6 +4881,16 @@ export const list = {
|
|
|
4071
4881
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.toke-0x2e9d63788249371f1dfc918a52f8d799f4a38c94.png",
|
|
4072
4882
|
ticker: "TOKE",
|
|
4073
4883
|
},
|
|
4884
|
+
{
|
|
4885
|
+
address: "0x4507cef57c46789ef8d1a19ea45f4216bae2b528",
|
|
4886
|
+
chain: "ETH",
|
|
4887
|
+
chainId: "1",
|
|
4888
|
+
decimals: 9,
|
|
4889
|
+
identifier: "ETH.TOKEN-0x4507cef57c46789ef8d1a19ea45f4216bae2b528",
|
|
4890
|
+
logoURI:
|
|
4891
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.token-0x4507cef57c46789ef8d1a19ea45f4216bae2b528.png",
|
|
4892
|
+
ticker: "TOKEN",
|
|
4893
|
+
},
|
|
4074
4894
|
{
|
|
4075
4895
|
address: "0x2Ab6Bb8408ca3199B8Fa6C92d5b455F820Af03c4",
|
|
4076
4896
|
chain: "ETH",
|
|
@@ -4081,6 +4901,16 @@ export const list = {
|
|
|
4081
4901
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tone-0x2ab6bb8408ca3199b8fa6c92d5b455f820af03c4.png",
|
|
4082
4902
|
ticker: "TONE",
|
|
4083
4903
|
},
|
|
4904
|
+
{
|
|
4905
|
+
address: "0xccccb68e1a848cbdb5b60a974e07aae143ed40c3",
|
|
4906
|
+
chain: "ETH",
|
|
4907
|
+
chainId: "1",
|
|
4908
|
+
decimals: 18,
|
|
4909
|
+
identifier: "ETH.TOPIA-0xccccb68e1a848cbdb5b60a974e07aae143ed40c3",
|
|
4910
|
+
logoURI:
|
|
4911
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.topia-0xccccb68e1a848cbdb5b60a974e07aae143ed40c3.png",
|
|
4912
|
+
ticker: "TOPIA",
|
|
4913
|
+
},
|
|
4084
4914
|
{
|
|
4085
4915
|
address: "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",
|
|
4086
4916
|
chain: "ETH",
|
|
@@ -4111,6 +4941,16 @@ export const list = {
|
|
|
4111
4941
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tribe-0xc7283b66eb1eb5fb86327f08e1b5816b0720212b.png",
|
|
4112
4942
|
ticker: "TRIBE",
|
|
4113
4943
|
},
|
|
4944
|
+
{
|
|
4945
|
+
address: "0xf8ebf4849f1fa4faf0dff2106a173d3a6cb2eb3a",
|
|
4946
|
+
chain: "ETH",
|
|
4947
|
+
chainId: "1",
|
|
4948
|
+
decimals: 18,
|
|
4949
|
+
identifier: "ETH.TROLL-0xf8ebf4849f1fa4faf0dff2106a173d3a6cb2eb3a",
|
|
4950
|
+
logoURI:
|
|
4951
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.troll-0xf8ebf4849f1fa4faf0dff2106a173d3a6cb2eb3a.png",
|
|
4952
|
+
ticker: "TROLL",
|
|
4953
|
+
},
|
|
4114
4954
|
{
|
|
4115
4955
|
address: "0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784",
|
|
4116
4956
|
chain: "ETH",
|
|
@@ -4121,6 +4961,16 @@ export const list = {
|
|
|
4121
4961
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tru-0x4c19596f5aaff459fa38b0f7ed92f11ae6543784.png",
|
|
4122
4962
|
ticker: "TRU",
|
|
4123
4963
|
},
|
|
4964
|
+
{
|
|
4965
|
+
address: "0x576e2bed8f7b46d34016198911cdf9886f78bea7",
|
|
4966
|
+
chain: "ETH",
|
|
4967
|
+
chainId: "1",
|
|
4968
|
+
decimals: 9,
|
|
4969
|
+
identifier: "ETH.TRUMP-0x576e2bed8f7b46d34016198911cdf9886f78bea7",
|
|
4970
|
+
logoURI:
|
|
4971
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.trump-0x576e2bed8f7b46d34016198911cdf9886f78bea7.png",
|
|
4972
|
+
ticker: "TRUMP",
|
|
4973
|
+
},
|
|
4124
4974
|
{
|
|
4125
4975
|
address: "0xA35923162C49cF95e6BF26623385eb431ad920D3",
|
|
4126
4976
|
chain: "ETH",
|
|
@@ -4141,6 +4991,16 @@ export const list = {
|
|
|
4141
4991
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tvk-0xd084b83c305dafd76ae3e1b4e1f1fe2ecccb3988.png",
|
|
4142
4992
|
ticker: "TVK",
|
|
4143
4993
|
},
|
|
4994
|
+
{
|
|
4995
|
+
address: "0x249e38ea4102d0cf8264d3701f1a0e39c4f2dc3b",
|
|
4996
|
+
chain: "ETH",
|
|
4997
|
+
chainId: "1",
|
|
4998
|
+
decimals: 18,
|
|
4999
|
+
identifier: "ETH.UFO-0x249e38ea4102d0cf8264d3701f1a0e39c4f2dc3b",
|
|
5000
|
+
logoURI:
|
|
5001
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ufo-0x249e38ea4102d0cf8264d3701f1a0e39c4f2dc3b.png",
|
|
5002
|
+
ticker: "UFO",
|
|
5003
|
+
},
|
|
4144
5004
|
{
|
|
4145
5005
|
address: "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",
|
|
4146
5006
|
chain: "ETH",
|
|
@@ -4171,6 +5031,16 @@ export const list = {
|
|
|
4171
5031
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.uni-0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png",
|
|
4172
5032
|
ticker: "UNI",
|
|
4173
5033
|
},
|
|
5034
|
+
{
|
|
5035
|
+
address: "0xf819d9cb1c2a819fd991781a822de3ca8607c3c9",
|
|
5036
|
+
chain: "ETH",
|
|
5037
|
+
chainId: "1",
|
|
5038
|
+
decimals: 18,
|
|
5039
|
+
identifier: "ETH.UNIBOT-0xf819d9cb1c2a819fd991781a822de3ca8607c3c9",
|
|
5040
|
+
logoURI:
|
|
5041
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.unibot-0xf819d9cb1c2a819fd991781a822de3ca8607c3c9.png",
|
|
5042
|
+
ticker: "UNIBOT",
|
|
5043
|
+
},
|
|
4174
5044
|
{
|
|
4175
5045
|
address: "0x70D2b7C19352bB76e4409858FF5746e500f2B67c",
|
|
4176
5046
|
chain: "ETH",
|
|
@@ -4201,6 +5071,16 @@ export const list = {
|
|
|
4201
5071
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdp-0x8e870d67f660d95d5be530380d0ec0bd388289e1.png",
|
|
4202
5072
|
ticker: "USDP",
|
|
4203
5073
|
},
|
|
5074
|
+
{
|
|
5075
|
+
address: "0xdC035D45d973E3EC169d2276DDab16f1e407384F",
|
|
5076
|
+
chain: "ETH",
|
|
5077
|
+
chainId: "1",
|
|
5078
|
+
decimals: 18,
|
|
5079
|
+
identifier: "ETH.USDS-0xdC035D45d973E3EC169d2276DDab16f1e407384F",
|
|
5080
|
+
logoURI:
|
|
5081
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usds-0xdc035d45d973e3ec169d2276ddab16f1e407384f.png",
|
|
5082
|
+
ticker: "USDS",
|
|
5083
|
+
},
|
|
4204
5084
|
{
|
|
4205
5085
|
address: "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
4206
5086
|
chain: "ETH",
|
|
@@ -4221,6 +5101,36 @@ export const list = {
|
|
|
4221
5101
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.vgx-0x3c4b6e6e1ea3d4863700d7f76b36b7f3d3f13e3d.png",
|
|
4222
5102
|
ticker: "VGX",
|
|
4223
5103
|
},
|
|
5104
|
+
{
|
|
5105
|
+
address: "0x7f792db54b0e580cdc755178443f0430cf799aca",
|
|
5106
|
+
chain: "ETH",
|
|
5107
|
+
chainId: "1",
|
|
5108
|
+
decimals: 9,
|
|
5109
|
+
identifier: "ETH.VOLT-0x7f792db54b0e580cdc755178443f0430cf799aca",
|
|
5110
|
+
logoURI:
|
|
5111
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.volt-0x7f792db54b0e580cdc755178443f0430cf799aca.png",
|
|
5112
|
+
ticker: "VOLT",
|
|
5113
|
+
},
|
|
5114
|
+
{
|
|
5115
|
+
address: "0x1bbf25e71ec48b84d773809b4ba55b6f4be946fb",
|
|
5116
|
+
chain: "ETH",
|
|
5117
|
+
chainId: "1",
|
|
5118
|
+
decimals: 18,
|
|
5119
|
+
identifier: "ETH.VOW-0x1bbf25e71ec48b84d773809b4ba55b6f4be946fb",
|
|
5120
|
+
logoURI:
|
|
5121
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.vow-0x1bbf25e71ec48b84d773809b4ba55b6f4be946fb.png",
|
|
5122
|
+
ticker: "VOW",
|
|
5123
|
+
},
|
|
5124
|
+
{
|
|
5125
|
+
address: "0x0fc6c0465c9739d4a42daca22eb3b2cb0eb9937a",
|
|
5126
|
+
chain: "ETH",
|
|
5127
|
+
chainId: "1",
|
|
5128
|
+
decimals: 18,
|
|
5129
|
+
identifier: "ETH.vUSD-0x0fc6c0465c9739d4a42daca22eb3b2cb0eb9937a",
|
|
5130
|
+
logoURI:
|
|
5131
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.vusd-0x0fc6c0465c9739d4a42daca22eb3b2cb0eb9937a.png",
|
|
5132
|
+
ticker: "vUSD",
|
|
5133
|
+
},
|
|
4224
5134
|
{
|
|
4225
5135
|
address: "0xEDB171C18cE90B633DB442f2A6F72874093b49Ef",
|
|
4226
5136
|
chain: "ETH",
|
|
@@ -4251,6 +5161,16 @@ export const list = {
|
|
|
4251
5161
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wcfg-0xc221b7e65ffc80de234bbb6667abdd46593d34f0.png",
|
|
4252
5162
|
ticker: "WCFG",
|
|
4253
5163
|
},
|
|
5164
|
+
{
|
|
5165
|
+
address: "0x35a532d376ffd9a705d0bb319532837337a398e7",
|
|
5166
|
+
chain: "ETH",
|
|
5167
|
+
chainId: "1",
|
|
5168
|
+
decimals: 18,
|
|
5169
|
+
identifier: "ETH.WDOGE-0x35a532d376ffd9a705d0bb319532837337a398e7",
|
|
5170
|
+
logoURI:
|
|
5171
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wdoge-0x35a532d376ffd9a705d0bb319532837337a398e7.png",
|
|
5172
|
+
ticker: "WDOGE",
|
|
5173
|
+
},
|
|
4254
5174
|
{
|
|
4255
5175
|
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
4256
5176
|
chain: "ETH",
|
|
@@ -4261,6 +5181,36 @@ export const list = {
|
|
|
4261
5181
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.weth-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2.png",
|
|
4262
5182
|
ticker: "WETH",
|
|
4263
5183
|
},
|
|
5184
|
+
{
|
|
5185
|
+
address: "0x2a3bff78b79a009976eea096a51a948a3dc00e34",
|
|
5186
|
+
chain: "ETH",
|
|
5187
|
+
chainId: "1",
|
|
5188
|
+
decimals: 18,
|
|
5189
|
+
identifier: "ETH.WILD-0x2a3bff78b79a009976eea096a51a948a3dc00e34",
|
|
5190
|
+
logoURI:
|
|
5191
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wild-0x2a3bff78b79a009976eea096a51a948a3dc00e34.png",
|
|
5192
|
+
ticker: "WILD",
|
|
5193
|
+
},
|
|
5194
|
+
{
|
|
5195
|
+
address: "0x66a0f676479cee1d7373f3dc2e2952778bff5bd6",
|
|
5196
|
+
chain: "ETH",
|
|
5197
|
+
chainId: "1",
|
|
5198
|
+
decimals: 18,
|
|
5199
|
+
identifier: "ETH.WISE-0x66a0f676479cee1d7373f3dc2e2952778bff5bd6",
|
|
5200
|
+
logoURI:
|
|
5201
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wise-0x66a0f676479cee1d7373f3dc2e2952778bff5bd6.png",
|
|
5202
|
+
ticker: "WISE",
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
address: "0x5026f006b85729a8b14553fae6af249ad16c9aab",
|
|
5206
|
+
chain: "ETH",
|
|
5207
|
+
chainId: "1",
|
|
5208
|
+
decimals: 18,
|
|
5209
|
+
identifier: "ETH.WOJAK-0x5026f006b85729a8b14553fae6af249ad16c9aab",
|
|
5210
|
+
logoURI:
|
|
5211
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wojak-0x5026f006b85729a8b14553fae6af249ad16c9aab.png",
|
|
5212
|
+
ticker: "WOJAK",
|
|
5213
|
+
},
|
|
4264
5214
|
{
|
|
4265
5215
|
address: "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
|
|
4266
5216
|
chain: "ETH",
|
|
@@ -4271,6 +5221,16 @@ export const list = {
|
|
|
4271
5221
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.woo-0x4691937a7508860f876c9c0a2a617e7d9e945d4b.png",
|
|
4272
5222
|
ticker: "WOO",
|
|
4273
5223
|
},
|
|
5224
|
+
{
|
|
5225
|
+
address: "0xd075e95423c5c4ba1e122cae0f4cdfa19b82881b",
|
|
5226
|
+
chain: "ETH",
|
|
5227
|
+
chainId: "1",
|
|
5228
|
+
decimals: 18,
|
|
5229
|
+
identifier: "ETH.wPE-0xd075e95423c5c4ba1e122cae0f4cdfa19b82881b",
|
|
5230
|
+
logoURI:
|
|
5231
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wpe-0xd075e95423c5c4ba1e122cae0f4cdfa19b82881b.png",
|
|
5232
|
+
ticker: "wPE",
|
|
5233
|
+
},
|
|
4274
5234
|
{
|
|
4275
5235
|
address: "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
|
|
4276
5236
|
chain: "ETH",
|
|
@@ -4281,6 +5241,16 @@ export const list = {
|
|
|
4281
5241
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.xcn-0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18.png",
|
|
4282
5242
|
ticker: "XCN",
|
|
4283
5243
|
},
|
|
5244
|
+
{
|
|
5245
|
+
address: "0x5befbb272290dd5b8521d4a938f6c4757742c430",
|
|
5246
|
+
chain: "ETH",
|
|
5247
|
+
chainId: "1",
|
|
5248
|
+
decimals: 18,
|
|
5249
|
+
identifier: "ETH.XFI-0x5befbb272290dd5b8521d4a938f6c4757742c430",
|
|
5250
|
+
logoURI:
|
|
5251
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.xfi-0x5befbb272290dd5b8521d4a938f6c4757742c430.png",
|
|
5252
|
+
ticker: "XFI",
|
|
5253
|
+
},
|
|
4284
5254
|
{
|
|
4285
5255
|
address: "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
|
|
4286
5256
|
chain: "ETH",
|
|
@@ -4291,6 +5261,16 @@ export const list = {
|
|
|
4291
5261
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.xsgd-0x70e8de73ce538da2beed35d14187f6959a8eca96.png",
|
|
4292
5262
|
ticker: "XSGD",
|
|
4293
5263
|
},
|
|
5264
|
+
{
|
|
5265
|
+
address: "0x11e003e9ecc5a2320e8b11098acd550b928b6df2",
|
|
5266
|
+
chain: "ETH",
|
|
5267
|
+
chainId: "1",
|
|
5268
|
+
decimals: 7,
|
|
5269
|
+
identifier: "ETH.XXi-0x11e003e9ecc5a2320e8b11098acd550b928b6df2",
|
|
5270
|
+
logoURI:
|
|
5271
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.xxi-0x11e003e9ecc5a2320e8b11098acd550b928b6df2.png",
|
|
5272
|
+
ticker: "XXi",
|
|
5273
|
+
},
|
|
4294
5274
|
{
|
|
4295
5275
|
address: "0x55296f69f40Ea6d20E478533C15A6B08B654E758",
|
|
4296
5276
|
chain: "ETH",
|
|
@@ -4361,6 +5341,16 @@ export const list = {
|
|
|
4361
5341
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.zrx-0xe41d2489571d322189246dafa5ebde1f4699f498.png",
|
|
4362
5342
|
ticker: "ZRX",
|
|
4363
5343
|
},
|
|
5344
|
+
{
|
|
5345
|
+
address: "0x58cb30368ceb2d194740b144eab4c2da8a917dcb",
|
|
5346
|
+
chain: "ETH",
|
|
5347
|
+
chainId: "1",
|
|
5348
|
+
decimals: 18,
|
|
5349
|
+
identifier: "ETH.ZYN-0x58cb30368ceb2d194740b144eab4c2da8a917dcb",
|
|
5350
|
+
logoURI:
|
|
5351
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.zyn-0x58cb30368ceb2d194740b144eab4c2da8a917dcb.png",
|
|
5352
|
+
ticker: "ZYN",
|
|
5353
|
+
},
|
|
4364
5354
|
],
|
|
4365
5355
|
logoURI: "ipfs://QmNa8mQkrNKp1WEEeGjFezDmDeodkWRevGFN8JCV7b4Xir",
|
|
4366
5356
|
} as const;
|