@swapkit/tokens 2.5.0 → 2.5.1
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 +13 -13
- package/package.json +1 -1
- package/src/tokenLists/caviar_v1.ts +1 -1
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/mayachain.ts +2 -2
- package/src/tokenLists/oneinch.ts +75 -5
- package/src/tokenLists/pancakeswap.ts +193 -13
- package/src/tokenLists/pangolin_v1.ts +12 -2
- package/src/tokenLists/sushiswap_v2.ts +52 -12
- package/src/tokenLists/thorchain.ts +18 -2
- package/src/tokenLists/traderjoe_v2.ts +70 -160
- package/src/tokenLists/uniswap_v2.ts +588 -168
- package/src/tokenLists/uniswap_v3.ts +781 -820
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "UNISWAP_V3",
|
|
3
3
|
name: "UNISWAP_V3",
|
|
4
|
-
timestamp: "2025-
|
|
4
|
+
timestamp: "2025-05-06T12:05:21.305Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: [],
|
|
11
|
-
count:
|
|
11
|
+
count: 1877,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF",
|
|
@@ -30,6 +30,16 @@ export const list = {
|
|
|
30
30
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.aave-0xba5ddd1f9d7f570dc94a51479a000e3bce967196.png",
|
|
31
31
|
ticker: "AAVE",
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
address: "0xda4447ec10429257598d7f457bab8f9e9e0f0c64",
|
|
35
|
+
chain: "ARB",
|
|
36
|
+
chainId: "42161",
|
|
37
|
+
decimals: 18,
|
|
38
|
+
identifier: "ARB.ACC-0xda4447ec10429257598d7f457bab8f9e9e0f0c64",
|
|
39
|
+
logoURI:
|
|
40
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.acc-0xda4447ec10429257598d7f457bab8f9e9e0f0c64.png",
|
|
41
|
+
ticker: "ACC",
|
|
42
|
+
},
|
|
33
43
|
{
|
|
34
44
|
address: "0x53691596d1BCe8CEa565b84d4915e69e03d9C99d",
|
|
35
45
|
chain: "ARB",
|
|
@@ -220,16 +230,6 @@ export const list = {
|
|
|
220
230
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.ath-0xc7def82ba77baf30bbbc9b6162dc075b49092fb4.png",
|
|
221
231
|
ticker: "ATH",
|
|
222
232
|
},
|
|
223
|
-
{
|
|
224
|
-
address: "0xc87b37a581ec3257b734886d9d3a581f5a9d056c",
|
|
225
|
-
chain: "ARB",
|
|
226
|
-
chainId: "42161",
|
|
227
|
-
decimals: 18,
|
|
228
|
-
identifier: "ARB.ATH-0xc87b37a581ec3257b734886d9d3a581f5a9d056c",
|
|
229
|
-
logoURI:
|
|
230
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.ath-0xc87b37a581ec3257b734886d9d3a581f5a9d056c.png",
|
|
231
|
-
ticker: "ATH",
|
|
232
|
-
},
|
|
233
233
|
{
|
|
234
234
|
address: "0x81314b07b2f8796a477f1c31c92241ee8d86301d",
|
|
235
235
|
chain: "ARB",
|
|
@@ -650,6 +650,16 @@ export const list = {
|
|
|
650
650
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.elon-0x3e4cff6e50f37f731284a92d44ae943e17077fd4.png",
|
|
651
651
|
ticker: "ELON",
|
|
652
652
|
},
|
|
653
|
+
{
|
|
654
|
+
address: "0xdfb8be6f8c87f74295a87de951974362cedcfa30",
|
|
655
|
+
chain: "ARB",
|
|
656
|
+
chainId: "42161",
|
|
657
|
+
decimals: 18,
|
|
658
|
+
identifier: "ARB.EMC-0xdfb8be6f8c87f74295a87de951974362cedcfa30",
|
|
659
|
+
logoURI:
|
|
660
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.emc-0xdfb8be6f8c87f74295a87de951974362cedcfa30.png",
|
|
661
|
+
ticker: "EMC",
|
|
662
|
+
},
|
|
653
663
|
{
|
|
654
664
|
address: "0x772598e9e62155d7fdfe65fdf01eb5a53a8465be",
|
|
655
665
|
chain: "ARB",
|
|
@@ -1051,11 +1061,11 @@ export const list = {
|
|
|
1051
1061
|
ticker: "JOSS",
|
|
1052
1062
|
},
|
|
1053
1063
|
{
|
|
1054
|
-
address: "
|
|
1064
|
+
address: "0x010700AB046Dd8e92b0e3587842080Df36364ed3",
|
|
1055
1065
|
chain: "ARB",
|
|
1056
1066
|
chainId: "42161",
|
|
1057
1067
|
decimals: 18,
|
|
1058
|
-
identifier: "ARB.K-
|
|
1068
|
+
identifier: "ARB.K-0x010700AB046Dd8e92b0e3587842080Df36364ed3",
|
|
1059
1069
|
logoURI:
|
|
1060
1070
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.k-0x010700ab046dd8e92b0e3587842080df36364ed3.png",
|
|
1061
1071
|
ticker: "K",
|
|
@@ -1090,6 +1100,16 @@ export const list = {
|
|
|
1090
1100
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.kuji-0x3a18dcc9745edcd1ef33ecb93b0b6eba5671e7ca.png",
|
|
1091
1101
|
ticker: "KUJI",
|
|
1092
1102
|
},
|
|
1103
|
+
{
|
|
1104
|
+
address: "0x11e969e9b3f89cb16d686a03cd8508c9fc0361af",
|
|
1105
|
+
chain: "ARB",
|
|
1106
|
+
chainId: "42161",
|
|
1107
|
+
decimals: 6,
|
|
1108
|
+
identifier: "ARB.LAVA-0x11e969e9b3f89cb16d686a03cd8508c9fc0361af",
|
|
1109
|
+
logoURI:
|
|
1110
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.lava-0x11e969e9b3f89cb16d686a03cd8508c9fc0361af.png",
|
|
1111
|
+
ticker: "LAVA",
|
|
1112
|
+
},
|
|
1093
1113
|
{
|
|
1094
1114
|
address: "0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60",
|
|
1095
1115
|
chain: "ARB",
|
|
@@ -1390,6 +1410,16 @@ export const list = {
|
|
|
1390
1410
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.nst-0x88a269df8fe7f53e590c561954c52fccc8ec0cfb.png",
|
|
1391
1411
|
ticker: "NST",
|
|
1392
1412
|
},
|
|
1413
|
+
{
|
|
1414
|
+
address: "0x38f9bf9dce51833ec7f03c9dc218197999999999",
|
|
1415
|
+
chain: "ARB",
|
|
1416
|
+
chainId: "42161",
|
|
1417
|
+
decimals: 18,
|
|
1418
|
+
identifier: "ARB.NYA-0x38f9bf9dce51833ec7f03c9dc218197999999999",
|
|
1419
|
+
logoURI:
|
|
1420
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.nya-0x38f9bf9dce51833ec7f03c9dc218197999999999.png",
|
|
1421
|
+
ticker: "NYA",
|
|
1422
|
+
},
|
|
1393
1423
|
{
|
|
1394
1424
|
address: "0x933d31561e470478079FEB9A6Dd2691fAD8234DF",
|
|
1395
1425
|
chain: "ARB",
|
|
@@ -2430,6 +2460,16 @@ export const list = {
|
|
|
2430
2460
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.zeta-0x6ddbbce7858d276678fc2b36123fd60547b88954.png",
|
|
2431
2461
|
ticker: "Zeta",
|
|
2432
2462
|
},
|
|
2463
|
+
{
|
|
2464
|
+
address: "0xee0b14e8fc86691cf6ee42b9954985b4cf968534",
|
|
2465
|
+
chain: "ARB",
|
|
2466
|
+
chainId: "42161",
|
|
2467
|
+
decimals: 18,
|
|
2468
|
+
identifier: "ARB.ZPC-0xee0b14e8fc86691cf6ee42b9954985b4cf968534",
|
|
2469
|
+
logoURI:
|
|
2470
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.zpc-0xee0b14e8fc86691cf6ee42b9954985b4cf968534.png",
|
|
2471
|
+
ticker: "ZPC",
|
|
2472
|
+
},
|
|
2433
2473
|
{
|
|
2434
2474
|
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
2435
2475
|
chain: "ARB",
|
|
@@ -2462,6 +2502,16 @@ export const list = {
|
|
|
2462
2502
|
ticker:
|
|
2463
2503
|
" ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏",
|
|
2464
2504
|
},
|
|
2505
|
+
{
|
|
2506
|
+
address: "0xb6b09b35b1fccf5cc6d0c2b59f903bb5116c2c0b",
|
|
2507
|
+
chain: "BASE",
|
|
2508
|
+
chainId: "8453",
|
|
2509
|
+
decimals: 18,
|
|
2510
|
+
identifier: "BASE. BUBB-0xb6b09b35b1fccf5cc6d0c2b59f903bb5116c2c0b",
|
|
2511
|
+
logoURI:
|
|
2512
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base. bubb-0xb6b09b35b1fccf5cc6d0c2b59f903bb5116c2c0b.png",
|
|
2513
|
+
ticker: " BUBB",
|
|
2514
|
+
},
|
|
2465
2515
|
{
|
|
2466
2516
|
address: "0xcc849f8603c460528f664a4d8bdcce56a4528a54",
|
|
2467
2517
|
chain: "BASE",
|
|
@@ -2602,6 +2652,16 @@ export const list = {
|
|
|
2602
2652
|
"https://storage.googleapis.com/token-list-swapkit/images/base.💡 idea-0x371f338d14ffaa5575241b458b94f3c0bf68469f.png",
|
|
2603
2653
|
ticker: "💡 IDEA",
|
|
2604
2654
|
},
|
|
2655
|
+
{
|
|
2656
|
+
address: "0x0b60665e6e3fc5fa842ff615754ff36b185a0910",
|
|
2657
|
+
chain: "BASE",
|
|
2658
|
+
chainId: "8453",
|
|
2659
|
+
decimals: 18,
|
|
2660
|
+
identifier: "BASE.💩-0x0b60665e6e3fc5fa842ff615754ff36b185a0910",
|
|
2661
|
+
logoURI:
|
|
2662
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.💩-0x0b60665e6e3fc5fa842ff615754ff36b185a0910.png",
|
|
2663
|
+
ticker: "💩",
|
|
2664
|
+
},
|
|
2605
2665
|
{
|
|
2606
2666
|
address: "0x494112ae80cce36d9bb5eb5158334aa68c2ee519",
|
|
2607
2667
|
chain: "BASE",
|
|
@@ -2662,6 +2722,16 @@ export const list = {
|
|
|
2662
2722
|
"https://storage.googleapis.com/token-list-swapkit/images/base.$checkr-0x2efac0a597a37050aafcf4bec627249d533dd9f8.png",
|
|
2663
2723
|
ticker: "$checkr",
|
|
2664
2724
|
},
|
|
2725
|
+
{
|
|
2726
|
+
address: "0x3080ce06eee2869e1b0287ad0de73f9421f977a3",
|
|
2727
|
+
chain: "BASE",
|
|
2728
|
+
chainId: "8453",
|
|
2729
|
+
decimals: 18,
|
|
2730
|
+
identifier: "BASE.$cool-0x3080ce06eee2869e1b0287ad0de73f9421f977a3",
|
|
2731
|
+
logoURI:
|
|
2732
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.$cool-0x3080ce06eee2869e1b0287ad0de73f9421f977a3.png",
|
|
2733
|
+
ticker: "$cool",
|
|
2734
|
+
},
|
|
2665
2735
|
{
|
|
2666
2736
|
address: "0x4224c9f46316a40f46eb35516330b959cdfd5dce",
|
|
2667
2737
|
chain: "BASE",
|
|
@@ -2722,26 +2792,6 @@ export const list = {
|
|
|
2722
2792
|
"https://storage.googleapis.com/token-list-swapkit/images/base.$snpdoge-0x189b5576cfd40c615b3c309ba5d393bb0b6ab849.png",
|
|
2723
2793
|
ticker: "$SNPDOGE",
|
|
2724
2794
|
},
|
|
2725
|
-
{
|
|
2726
|
-
address: "0xc247479cddb5aa8f5cad5c2581f884fc24f98b81",
|
|
2727
|
-
chain: "BASE",
|
|
2728
|
-
chainId: "8453",
|
|
2729
|
-
decimals: 18,
|
|
2730
|
-
identifier: "BASE.$WLFI-0xc247479cddb5aa8f5cad5c2581f884fc24f98b81",
|
|
2731
|
-
logoURI:
|
|
2732
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.$wlfi-0xc247479cddb5aa8f5cad5c2581f884fc24f98b81.png",
|
|
2733
|
-
ticker: "$WLFI",
|
|
2734
|
-
},
|
|
2735
|
-
{
|
|
2736
|
-
address: "0xf462b0cbc93f972cf3d8c18d418efaa36f499e87",
|
|
2737
|
-
chain: "BASE",
|
|
2738
|
-
chainId: "8453",
|
|
2739
|
-
decimals: 18,
|
|
2740
|
-
identifier: "BASE.$WLFI-0xf462b0cbc93f972cf3d8c18d418efaa36f499e87",
|
|
2741
|
-
logoURI:
|
|
2742
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.$wlfi-0xf462b0cbc93f972cf3d8c18d418efaa36f499e87.png",
|
|
2743
|
-
ticker: "$WLFI",
|
|
2744
|
-
},
|
|
2745
2795
|
{
|
|
2746
2796
|
address: "0xb8f2666f72bdd78c322fe7ea99d7e68a078bcd87",
|
|
2747
2797
|
chain: "BASE",
|
|
@@ -2762,6 +2812,17 @@ export const list = {
|
|
|
2762
2812
|
"https://storage.googleapis.com/token-list-swapkit/images/base.1inch-0xc5fecc3a29fb57b5024eec8a2239d4621e111cbe.png",
|
|
2763
2813
|
ticker: "1INCH",
|
|
2764
2814
|
},
|
|
2815
|
+
{
|
|
2816
|
+
address: "0x32cd26bcd05e8d42ba72e117f5a28b0b3df7df9d",
|
|
2817
|
+
chain: "BASE",
|
|
2818
|
+
chainId: "8453",
|
|
2819
|
+
decimals: 18,
|
|
2820
|
+
identifier:
|
|
2821
|
+
"BASE.4a6dca4077d484b995ff8891f5361a5a-0x32cd26bcd05e8d42ba72e117f5a28b0b3df7df9d",
|
|
2822
|
+
logoURI:
|
|
2823
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.4a6dca4077d484b995ff8891f5361a5a-0x32cd26bcd05e8d42ba72e117f5a28b0b3df7df9d.png",
|
|
2824
|
+
ticker: "4a6dca4077d484b995ff8891f5361a5a",
|
|
2825
|
+
},
|
|
2765
2826
|
{
|
|
2766
2827
|
address: "0x77a4b0bfe5c7257f67a1de1b99aa7e157035b1b2",
|
|
2767
2828
|
chain: "BASE",
|
|
@@ -2772,6 +2833,16 @@ export const list = {
|
|
|
2772
2833
|
"https://storage.googleapis.com/token-list-swapkit/images/base.7007-0x77a4b0bfe5c7257f67a1de1b99aa7e157035b1b2.png",
|
|
2773
2834
|
ticker: "7007",
|
|
2774
2835
|
},
|
|
2836
|
+
{
|
|
2837
|
+
address: "0xcc4adb618253ed0d4d8a188fb901d70c54735e03",
|
|
2838
|
+
chain: "BASE",
|
|
2839
|
+
chainId: "8453",
|
|
2840
|
+
decimals: 18,
|
|
2841
|
+
identifier: "BASE.A0T-0xcc4adb618253ed0d4d8a188fb901d70c54735e03",
|
|
2842
|
+
logoURI:
|
|
2843
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.a0t-0xcc4adb618253ed0d4d8a188fb901d70c54735e03.png",
|
|
2844
|
+
ticker: "A0T",
|
|
2845
|
+
},
|
|
2775
2846
|
{
|
|
2776
2847
|
address: "0xa5150010bba03b4ae413fe3df2c08ef1f5a9ee85",
|
|
2777
2848
|
chain: "BASE",
|
|
@@ -2822,16 +2893,6 @@ export const list = {
|
|
|
2822
2893
|
"https://storage.googleapis.com/token-list-swapkit/images/base.acolyt-0x79dacb99a8698052a9898e81fdf883c29efb93cb.png",
|
|
2823
2894
|
ticker: "ACOLYT",
|
|
2824
2895
|
},
|
|
2825
|
-
{
|
|
2826
|
-
address: "0x3c87e7AF3cDBAe5bB56b4936325Ea95CA3E0EfD9",
|
|
2827
|
-
chain: "BASE",
|
|
2828
|
-
chainId: "8453",
|
|
2829
|
-
decimals: 18,
|
|
2830
|
-
identifier: "BASE.ADX-0x3c87e7AF3cDBAe5bB56b4936325Ea95CA3E0EfD9",
|
|
2831
|
-
logoURI:
|
|
2832
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.adx-0x3c87e7af3cdbae5bb56b4936325ea95ca3e0efd9.png",
|
|
2833
|
-
ticker: "ADX",
|
|
2834
|
-
},
|
|
2835
2896
|
{
|
|
2836
2897
|
address: "0x0a507d26a6147630dc5eebefb6302572cfa1464f",
|
|
2837
2898
|
chain: "BASE",
|
|
@@ -2872,6 +2933,16 @@ export const list = {
|
|
|
2872
2933
|
"https://storage.googleapis.com/token-list-swapkit/images/base.aetx-0xfe0c0b15798b8c9107cd4aa556a87eb031263e8b.png",
|
|
2873
2934
|
ticker: "AETX",
|
|
2874
2935
|
},
|
|
2936
|
+
{
|
|
2937
|
+
address: "0x313f2cddcdc74747c18d2f529ec9c087860198ed",
|
|
2938
|
+
chain: "BASE",
|
|
2939
|
+
chainId: "8453",
|
|
2940
|
+
decimals: 18,
|
|
2941
|
+
identifier: "BASE.AHD-0x313f2cddcdc74747c18d2f529ec9c087860198ed",
|
|
2942
|
+
logoURI:
|
|
2943
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.ahd-0x313f2cddcdc74747c18d2f529ec9c087860198ed.png",
|
|
2944
|
+
ticker: "AHD",
|
|
2945
|
+
},
|
|
2875
2946
|
{
|
|
2876
2947
|
address: "0x0728a1e65e57445eb42743e8832aa5cd3523ef9b",
|
|
2877
2948
|
chain: "BASE",
|
|
@@ -2983,11 +3054,11 @@ export const list = {
|
|
|
2983
3054
|
ticker: "ALB",
|
|
2984
3055
|
},
|
|
2985
3056
|
{
|
|
2986
|
-
address: "
|
|
3057
|
+
address: "0x97c806e7665d3afd84a8fe1837921403d59f3dcc",
|
|
2987
3058
|
chain: "BASE",
|
|
2988
3059
|
chainId: "8453",
|
|
2989
3060
|
decimals: 18,
|
|
2990
|
-
identifier: "BASE.ALI-
|
|
3061
|
+
identifier: "BASE.ALI-0x97c806e7665d3afd84a8fe1837921403d59f3dcc",
|
|
2991
3062
|
logoURI:
|
|
2992
3063
|
"https://storage.googleapis.com/token-list-swapkit/images/base.ali-0x97c806e7665d3afd84a8fe1837921403d59f3dcc.png",
|
|
2993
3064
|
ticker: "ALI",
|
|
@@ -3012,16 +3083,6 @@ export const list = {
|
|
|
3012
3083
|
"https://storage.googleapis.com/token-list-swapkit/images/base.alpen-0x43a0264ed5e999bafe0d8774f3a27e4dec16a5c7.png",
|
|
3013
3084
|
ticker: "ALPEN",
|
|
3014
3085
|
},
|
|
3015
|
-
{
|
|
3016
|
-
address: "0x75f2231A289Ea35895246b21e9c6E5BbF5ce69ED",
|
|
3017
|
-
chain: "BASE",
|
|
3018
|
-
chainId: "8453",
|
|
3019
|
-
decimals: 18,
|
|
3020
|
-
identifier: "BASE.ALT-0x75f2231A289Ea35895246b21e9c6E5BbF5ce69ED",
|
|
3021
|
-
logoURI:
|
|
3022
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.alt-0x75f2231a289ea35895246b21e9c6e5bbf5ce69ed.png",
|
|
3023
|
-
ticker: "ALT",
|
|
3024
|
-
},
|
|
3025
3086
|
{
|
|
3026
3087
|
address: "0x1b5ce2a593a840e3ad3549a34d7b3dec697c114d",
|
|
3027
3088
|
chain: "BASE",
|
|
@@ -3052,16 +3113,6 @@ export const list = {
|
|
|
3052
3113
|
"https://storage.googleapis.com/token-list-swapkit/images/base.ameta-0x90ec58ef4cc9f37b96de1e203b65bd4e6e79580e.png",
|
|
3053
3114
|
ticker: "AMETA",
|
|
3054
3115
|
},
|
|
3055
|
-
{
|
|
3056
|
-
address: "0xb358489D5d92641EdB4D8eE8063f8005964346Ba",
|
|
3057
|
-
chain: "BASE",
|
|
3058
|
-
chainId: "8453",
|
|
3059
|
-
decimals: 18,
|
|
3060
|
-
identifier: "BASE.AMP-0xb358489D5d92641EdB4D8eE8063f8005964346Ba",
|
|
3061
|
-
logoURI:
|
|
3062
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.amp-0xb358489d5d92641edb4d8ee8063f8005964346ba.png",
|
|
3063
|
-
ticker: "AMP",
|
|
3064
|
-
},
|
|
3065
3116
|
{
|
|
3066
3117
|
address: "0x18a8bd1fe17a1bb9ffb39ecd83e9489cfd17a022",
|
|
3067
3118
|
chain: "BASE",
|
|
@@ -3153,24 +3204,24 @@ export const list = {
|
|
|
3153
3204
|
ticker: "ARC",
|
|
3154
3205
|
},
|
|
3155
3206
|
{
|
|
3156
|
-
address: "
|
|
3207
|
+
address: "0x9f44218d487bff2f81bef45202601df4bd4d1055",
|
|
3157
3208
|
chain: "BASE",
|
|
3158
3209
|
chainId: "8453",
|
|
3159
|
-
decimals:
|
|
3160
|
-
identifier: "BASE.
|
|
3210
|
+
decimals: 18,
|
|
3211
|
+
identifier: "BASE.ARCX-0x9f44218d487bff2f81bef45202601df4bd4d1055",
|
|
3161
3212
|
logoURI:
|
|
3162
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
3163
|
-
ticker: "
|
|
3213
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.arcx-0x9f44218d487bff2f81bef45202601df4bd4d1055.png",
|
|
3214
|
+
ticker: "ARCX",
|
|
3164
3215
|
},
|
|
3165
3216
|
{
|
|
3166
|
-
address: "
|
|
3217
|
+
address: "0x148f77199cc4cabf66a3f3e2c8ff5905e674bb46",
|
|
3167
3218
|
chain: "BASE",
|
|
3168
3219
|
chainId: "8453",
|
|
3169
|
-
decimals:
|
|
3170
|
-
identifier: "BASE.
|
|
3220
|
+
decimals: 9,
|
|
3221
|
+
identifier: "BASE.ARMS-0x148f77199cc4cabf66a3f3e2c8ff5905e674bb46",
|
|
3171
3222
|
logoURI:
|
|
3172
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
3173
|
-
ticker: "
|
|
3223
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.arms-0x148f77199cc4cabf66a3f3e2c8ff5905e674bb46.png",
|
|
3224
|
+
ticker: "ARMS",
|
|
3174
3225
|
},
|
|
3175
3226
|
{
|
|
3176
3227
|
address: "0x0419856f551fec5aa8a18d2a05090a93bbe62071",
|
|
@@ -3222,16 +3273,6 @@ export const list = {
|
|
|
3222
3273
|
"https://storage.googleapis.com/token-list-swapkit/images/base.b3-0xb3b32f9f8827d4634fe7d973fa1034ec9fddb3b3.png",
|
|
3223
3274
|
ticker: "B3",
|
|
3224
3275
|
},
|
|
3225
|
-
{
|
|
3226
|
-
address: "0x23d84507aaba3a5a7059834d3dbd7f343b5157a8",
|
|
3227
|
-
chain: "BASE",
|
|
3228
|
-
chainId: "8453",
|
|
3229
|
-
decimals: 18,
|
|
3230
|
-
identifier: "BASE.B4-0x23d84507aaba3a5a7059834d3dbd7f343b5157a8",
|
|
3231
|
-
logoURI:
|
|
3232
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.b4-0x23d84507aaba3a5a7059834d3dbd7f343b5157a8.png",
|
|
3233
|
-
ticker: "B4",
|
|
3234
|
-
},
|
|
3235
3276
|
{
|
|
3236
3277
|
address: "0xbe35071605277d8be5a52c84a66ab1bc855a758d",
|
|
3237
3278
|
chain: "BASE",
|
|
@@ -3482,16 +3523,6 @@ export const list = {
|
|
|
3482
3523
|
"https://storage.googleapis.com/token-list-swapkit/images/base.bgci-0x23418de10d422ad71c9d5713a2b8991a9c586443.png",
|
|
3483
3524
|
ticker: "BGCI",
|
|
3484
3525
|
},
|
|
3485
|
-
{
|
|
3486
|
-
address: "0xf5Dbaa3DFC5e81405c7306039fB037a3DCD57Ce2",
|
|
3487
|
-
chain: "BASE",
|
|
3488
|
-
chainId: "8453",
|
|
3489
|
-
decimals: 18,
|
|
3490
|
-
identifier: "BASE.BICO-0xf5Dbaa3DFC5e81405c7306039fB037a3DCD57Ce2",
|
|
3491
|
-
logoURI:
|
|
3492
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.bico-0xf5dbaa3dfc5e81405c7306039fb037a3dcd57ce2.png",
|
|
3493
|
-
ticker: "BICO",
|
|
3494
|
-
},
|
|
3495
3526
|
{
|
|
3496
3527
|
address: "0x348409fa3651d4cf8571db6bdfaadd3df35987cd",
|
|
3497
3528
|
chain: "BASE",
|
|
@@ -3592,16 +3623,6 @@ export const list = {
|
|
|
3592
3623
|
"https://storage.googleapis.com/token-list-swapkit/images/base.bnkr-0x22af33fe49fd1fa80c7149773dde5890d3c76f3b.png",
|
|
3593
3624
|
ticker: "BNKR",
|
|
3594
3625
|
},
|
|
3595
|
-
{
|
|
3596
|
-
address: "0x1F9bD96DDB4Bd07d6061f8933e9bA9EDE9967550",
|
|
3597
|
-
chain: "BASE",
|
|
3598
|
-
chainId: "8453",
|
|
3599
|
-
decimals: 18,
|
|
3600
|
-
identifier: "BASE.BOBA-0x1F9bD96DDB4Bd07d6061f8933e9bA9EDE9967550",
|
|
3601
|
-
logoURI:
|
|
3602
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.boba-0x1f9bd96ddb4bd07d6061f8933e9ba9ede9967550.png",
|
|
3603
|
-
ticker: "BOBA",
|
|
3604
|
-
},
|
|
3605
3626
|
{
|
|
3606
3627
|
address: "0xa559a3534324d3c294c7b9eb64c505514484dda6",
|
|
3607
3628
|
chain: "BASE",
|
|
@@ -3822,6 +3843,16 @@ export const list = {
|
|
|
3822
3843
|
"https://storage.googleapis.com/token-list-swapkit/images/base.bsx-0xd47f3e45b23b7594f5d5e1ccfde63237c60be49e.png",
|
|
3823
3844
|
ticker: "BSX",
|
|
3824
3845
|
},
|
|
3846
|
+
{
|
|
3847
|
+
address: "0xe4b20925d9e9a62f1e492e15a81dc0de62804dd4",
|
|
3848
|
+
chain: "BASE",
|
|
3849
|
+
chainId: "8453",
|
|
3850
|
+
decimals: 18,
|
|
3851
|
+
identifier: "BASE.BtcUSD-0xe4b20925d9e9a62f1e492e15a81dc0de62804dd4",
|
|
3852
|
+
logoURI:
|
|
3853
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.btcusd-0xe4b20925d9e9a62f1e492e15a81dc0de62804dd4.png",
|
|
3854
|
+
ticker: "BtcUSD",
|
|
3855
|
+
},
|
|
3825
3856
|
{
|
|
3826
3857
|
address: "0x92e638fcecea8f2bdc27824a4f34fa5bcfe7ddbe",
|
|
3827
3858
|
chain: "BASE",
|
|
@@ -3842,16 +3873,6 @@ export const list = {
|
|
|
3842
3873
|
"https://storage.googleapis.com/token-list-swapkit/images/base.btrst-0xa7d68d155d17cb30e311367c2ef1e82ab6022b67.png",
|
|
3843
3874
|
ticker: "BTRST",
|
|
3844
3875
|
},
|
|
3845
|
-
{
|
|
3846
|
-
address: "0x0d148d9d41286df033002d4088eeacb14bdf57c1",
|
|
3847
|
-
chain: "BASE",
|
|
3848
|
-
chainId: "8453",
|
|
3849
|
-
decimals: 18,
|
|
3850
|
-
identifier: "BASE.BTSilver-0x0d148d9d41286df033002d4088eeacb14bdf57c1",
|
|
3851
|
-
logoURI:
|
|
3852
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.btsilver-0x0d148d9d41286df033002d4088eeacb14bdf57c1.png",
|
|
3853
|
-
ticker: "BTSilver",
|
|
3854
|
-
},
|
|
3855
3876
|
{
|
|
3856
3877
|
address: "0x3c281a39944a2319aa653d81cfd93ca10983d234",
|
|
3857
3878
|
chain: "BASE",
|
|
@@ -3872,6 +3893,16 @@ export const list = {
|
|
|
3872
3893
|
"https://storage.googleapis.com/token-list-swapkit/images/base.buni-0x27ec35c9508285a67a2efe7b62618c959dd74be8.png",
|
|
3873
3894
|
ticker: "BUNI",
|
|
3874
3895
|
},
|
|
3896
|
+
{
|
|
3897
|
+
address: "0x70819f1a8b2e9d7279b8353c316c15a8fb66755b",
|
|
3898
|
+
chain: "BASE",
|
|
3899
|
+
chainId: "8453",
|
|
3900
|
+
decimals: 18,
|
|
3901
|
+
identifier: "BASE.BUNNY-0x70819f1a8b2e9d7279b8353c316c15a8fb66755b",
|
|
3902
|
+
logoURI:
|
|
3903
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.bunny-0x70819f1a8b2e9d7279b8353c316c15a8fb66755b.png",
|
|
3904
|
+
ticker: "BUNNY",
|
|
3905
|
+
},
|
|
3875
3906
|
{
|
|
3876
3907
|
address: "0x21e00ff5374a0b803e0dc13a72800aca95b4b09e",
|
|
3877
3908
|
chain: "BASE",
|
|
@@ -3902,6 +3933,16 @@ export const list = {
|
|
|
3902
3933
|
"https://storage.googleapis.com/token-list-swapkit/images/base.byebit-0x55591d2e31d90e6e23a7eabe8de68f312d0785a1.png",
|
|
3903
3934
|
ticker: "Byebit",
|
|
3904
3935
|
},
|
|
3936
|
+
{
|
|
3937
|
+
address: "0x03ceac3c28e353f5e4626c1242a6c7a41d004354",
|
|
3938
|
+
chain: "BASE",
|
|
3939
|
+
chainId: "8453",
|
|
3940
|
+
decimals: 18,
|
|
3941
|
+
identifier: "BASE.BYTE-0x03ceac3c28e353f5e4626c1242a6c7a41d004354",
|
|
3942
|
+
logoURI:
|
|
3943
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.byte-0x03ceac3c28e353f5e4626c1242a6c7a41d004354.png",
|
|
3944
|
+
ticker: "BYTE",
|
|
3945
|
+
},
|
|
3905
3946
|
{
|
|
3906
3947
|
address: "0x38d513ec43dda20f323f26c7bef74c5cf80b6477",
|
|
3907
3948
|
chain: "BASE",
|
|
@@ -4012,16 +4053,6 @@ export const list = {
|
|
|
4012
4053
|
"https://storage.googleapis.com/token-list-swapkit/images/base.chaos-0x20d704099b62ada091028bcfc44445041ed16f09.png",
|
|
4013
4054
|
ticker: "CHAOS",
|
|
4014
4055
|
},
|
|
4015
|
-
{
|
|
4016
|
-
address: "0x26e0331355df5ef082f69df161218093708a73ac",
|
|
4017
|
-
chain: "BASE",
|
|
4018
|
-
chainId: "8453",
|
|
4019
|
-
decimals: 18,
|
|
4020
|
-
identifier: "BASE.CHAOS-0x26e0331355df5ef082f69df161218093708a73ac",
|
|
4021
|
-
logoURI:
|
|
4022
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.chaos-0x26e0331355df5ef082f69df161218093708a73ac.png",
|
|
4023
|
-
ticker: "CHAOS",
|
|
4024
|
-
},
|
|
4025
4056
|
{
|
|
4026
4057
|
address: "0xaed50e698b6b50c0e4406101e60bf7328e03554c",
|
|
4027
4058
|
chain: "BASE",
|
|
@@ -4082,16 +4113,6 @@ export const list = {
|
|
|
4082
4113
|
"https://storage.googleapis.com/token-list-swapkit/images/base.cicada-0x62af5774b54d5186ef3f462fd6ed93bce2b16e44.png",
|
|
4083
4114
|
ticker: "CICADA",
|
|
4084
4115
|
},
|
|
4085
|
-
{
|
|
4086
|
-
address: "0x01a9008e4520b550ee9a41cd97dc38d2f28a1df9",
|
|
4087
|
-
chain: "BASE",
|
|
4088
|
-
chainId: "8453",
|
|
4089
|
-
decimals: 18,
|
|
4090
|
-
identifier: "BASE.CIGS-0x01a9008e4520b550ee9a41cd97dc38d2f28a1df9",
|
|
4091
|
-
logoURI:
|
|
4092
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.cigs-0x01a9008e4520b550ee9a41cd97dc38d2f28a1df9.png",
|
|
4093
|
-
ticker: "CIGS",
|
|
4094
|
-
},
|
|
4095
4116
|
{
|
|
4096
4117
|
address: "0x5babfc2f240bc5de90eb7e19d789412db1dec402",
|
|
4097
4118
|
chain: "BASE",
|
|
@@ -4103,11 +4124,11 @@ export const list = {
|
|
|
4103
4124
|
ticker: "CIRCLE",
|
|
4104
4125
|
},
|
|
4105
4126
|
{
|
|
4106
|
-
address: "
|
|
4127
|
+
address: "0x1bc0c42215582d5A085795f4baDbaC3ff36d1Bcb",
|
|
4107
4128
|
chain: "BASE",
|
|
4108
4129
|
chainId: "8453",
|
|
4109
4130
|
decimals: 18,
|
|
4110
|
-
identifier: "BASE.CLANKER-
|
|
4131
|
+
identifier: "BASE.CLANKER-0x1bc0c42215582d5A085795f4baDbaC3ff36d1Bcb",
|
|
4111
4132
|
logoURI:
|
|
4112
4133
|
"https://storage.googleapis.com/token-list-swapkit/images/base.clanker-0x1bc0c42215582d5a085795f4badbac3ff36d1bcb.png",
|
|
4113
4134
|
ticker: "CLANKER",
|
|
@@ -4133,14 +4154,14 @@ export const list = {
|
|
|
4133
4154
|
ticker: "CLANKFUN",
|
|
4134
4155
|
},
|
|
4135
4156
|
{
|
|
4136
|
-
address: "
|
|
4157
|
+
address: "0x1999390e3e222252e933cfef2a9c7754d2a85a40",
|
|
4137
4158
|
chain: "BASE",
|
|
4138
4159
|
chainId: "8453",
|
|
4139
4160
|
decimals: 18,
|
|
4140
|
-
identifier: "BASE.
|
|
4161
|
+
identifier: "BASE.CLANKPRINT-0x1999390e3e222252e933cfef2a9c7754d2a85a40",
|
|
4141
4162
|
logoURI:
|
|
4142
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
4143
|
-
ticker: "
|
|
4163
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.clankprint-0x1999390e3e222252e933cfef2a9c7754d2a85a40.png",
|
|
4164
|
+
ticker: "CLANKPRINT",
|
|
4144
4165
|
},
|
|
4145
4166
|
{
|
|
4146
4167
|
address: "0x290f057a2c59b95d8027aa4abf31782676502071",
|
|
@@ -4202,6 +4223,16 @@ export const list = {
|
|
|
4202
4223
|
"https://storage.googleapis.com/token-list-swapkit/images/base.clwnz-0xc99e6839bf70f6fda7a6eb35d07de756d711a439.png",
|
|
4203
4224
|
ticker: "CLWNZ",
|
|
4204
4225
|
},
|
|
4226
|
+
{
|
|
4227
|
+
address: "0x44551ca46fa5592bb572e20043f7c3d54c85cad7",
|
|
4228
|
+
chain: "BASE",
|
|
4229
|
+
chainId: "8453",
|
|
4230
|
+
decimals: 18,
|
|
4231
|
+
identifier: "BASE.CLX-0x44551ca46fa5592bb572e20043f7c3d54c85cad7",
|
|
4232
|
+
logoURI:
|
|
4233
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.clx-0x44551ca46fa5592bb572e20043f7c3d54c85cad7.png",
|
|
4234
|
+
ticker: "CLX",
|
|
4235
|
+
},
|
|
4205
4236
|
{
|
|
4206
4237
|
address: "0x937a1cfaf0a3d9f5dc4d0927f72ee5e3e5f82a00",
|
|
4207
4238
|
chain: "BASE",
|
|
@@ -4312,6 +4343,16 @@ export const list = {
|
|
|
4312
4343
|
"https://storage.googleapis.com/token-list-swapkit/images/base.cosmic-0x7c101a0e141517009d3138743213e3e835a809de.png",
|
|
4313
4344
|
ticker: "COSMIC",
|
|
4314
4345
|
},
|
|
4346
|
+
{
|
|
4347
|
+
address: "0xf5669a9416dbc1ed629186ddd9c9813a601cfc8f",
|
|
4348
|
+
chain: "BASE",
|
|
4349
|
+
chainId: "8453",
|
|
4350
|
+
decimals: 18,
|
|
4351
|
+
identifier: "BASE.COSMO-0xf5669a9416dbc1ed629186ddd9c9813a601cfc8f",
|
|
4352
|
+
logoURI:
|
|
4353
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.cosmo-0xf5669a9416dbc1ed629186ddd9c9813a601cfc8f.png",
|
|
4354
|
+
ticker: "COSMO",
|
|
4355
|
+
},
|
|
4315
4356
|
{
|
|
4316
4357
|
address: "0xa3fd8c75aa9731777c61256350ffdfa6743f023a",
|
|
4317
4358
|
chain: "BASE",
|
|
@@ -4352,16 +4393,6 @@ export const list = {
|
|
|
4352
4393
|
"https://storage.googleapis.com/token-list-swapkit/images/base.crv-0x8ee73c484a26e0a5df2ee2a4960b789967dd0415.png",
|
|
4353
4394
|
ticker: "CRV",
|
|
4354
4395
|
},
|
|
4355
|
-
{
|
|
4356
|
-
address: "0x259Fac10c5CbFEFE3E710e1D9467f70a76138d45",
|
|
4357
|
-
chain: "BASE",
|
|
4358
|
-
chainId: "8453",
|
|
4359
|
-
decimals: 18,
|
|
4360
|
-
identifier: "BASE.CTSI-0x259Fac10c5CbFEFE3E710e1D9467f70a76138d45",
|
|
4361
|
-
logoURI:
|
|
4362
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.ctsi-0x259fac10c5cbfefe3e710e1d9467f70a76138d45.png",
|
|
4363
|
-
ticker: "CTSI",
|
|
4364
|
-
},
|
|
4365
4396
|
{
|
|
4366
4397
|
address: "0xBB22Ff867F8Ca3D5F2251B4084F6Ec86D4666E14",
|
|
4367
4398
|
chain: "BASE",
|
|
@@ -4452,16 +4483,6 @@ export const list = {
|
|
|
4452
4483
|
"https://storage.googleapis.com/token-list-swapkit/images/base.degen-0x4ed4e862860bed51a9570b96d89af5e1b0efefed.png",
|
|
4453
4484
|
ticker: "DEGEN",
|
|
4454
4485
|
},
|
|
4455
|
-
{
|
|
4456
|
-
address: "0x1014fc96b37225e56f171a107bebef03800ff8f8",
|
|
4457
|
-
chain: "BASE",
|
|
4458
|
-
chainId: "8453",
|
|
4459
|
-
decimals: 18,
|
|
4460
|
-
identifier: "BASE.degenOS-0x1014fc96b37225e56f171a107bebef03800ff8f8",
|
|
4461
|
-
logoURI:
|
|
4462
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.degenos-0x1014fc96b37225e56f171a107bebef03800ff8f8.png",
|
|
4463
|
-
ticker: "degenOS",
|
|
4464
|
-
},
|
|
4465
4486
|
{
|
|
4466
4487
|
address: "0x0cd64f5ef133a8be645199ccf82b203707cec4af",
|
|
4467
4488
|
chain: "BASE",
|
|
@@ -4482,16 +4503,6 @@ export const list = {
|
|
|
4482
4503
|
"https://storage.googleapis.com/token-list-swapkit/images/base.desec-0xab966c9f12b8e048c4e77ba4087e8ac6d7b13daa.png",
|
|
4483
4504
|
ticker: "DESEC",
|
|
4484
4505
|
},
|
|
4485
|
-
{
|
|
4486
|
-
address: "0x20b6af54e6e54e20310507920c58ca1e2cc2b3a8",
|
|
4487
|
-
chain: "BASE",
|
|
4488
|
-
chainId: "8453",
|
|
4489
|
-
decimals: 18,
|
|
4490
|
-
identifier: "BASE.DGN-0x20b6af54e6e54e20310507920c58ca1e2cc2b3a8",
|
|
4491
|
-
logoURI:
|
|
4492
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.dgn-0x20b6af54e6e54e20310507920c58ca1e2cc2b3a8.png",
|
|
4493
|
-
ticker: "DGN",
|
|
4494
|
-
},
|
|
4495
4506
|
{
|
|
4496
4507
|
address: "0x2d57c47bc5d2432feeedf2c9150162a9862d3ccf",
|
|
4497
4508
|
chain: "BASE",
|
|
@@ -4512,6 +4523,16 @@ export const list = {
|
|
|
4512
4523
|
"https://storage.googleapis.com/token-list-swapkit/images/base.dime-0x17d70172c7c4205bd39ce80f7f0ee660b7dc5a23.png",
|
|
4513
4524
|
ticker: "DIME",
|
|
4514
4525
|
},
|
|
4526
|
+
{
|
|
4527
|
+
address: "0x85e90a5430af45776548adb82ee4cd9e33b08077",
|
|
4528
|
+
chain: "BASE",
|
|
4529
|
+
chainId: "8453",
|
|
4530
|
+
decimals: 18,
|
|
4531
|
+
identifier: "BASE.DINO-0x85e90a5430af45776548adb82ee4cd9e33b08077",
|
|
4532
|
+
logoURI:
|
|
4533
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.dino-0x85e90a5430af45776548adb82ee4cd9e33b08077.png",
|
|
4534
|
+
ticker: "DINO",
|
|
4535
|
+
},
|
|
4515
4536
|
{
|
|
4516
4537
|
address: "0x09bcc244524cddbc7446a993ae13cd69928a68c2",
|
|
4517
4538
|
chain: "BASE",
|
|
@@ -4542,6 +4563,16 @@ export const list = {
|
|
|
4542
4563
|
"https://storage.googleapis.com/token-list-swapkit/images/base.djt-0xc4fe18b325f2ca1c1149e0fb67add8a0aa5a8014.png",
|
|
4543
4564
|
ticker: "DJT",
|
|
4544
4565
|
},
|
|
4566
|
+
{
|
|
4567
|
+
address: "0x2d99436dea34a1c3b15d45db4394c8c01251efd6",
|
|
4568
|
+
chain: "BASE",
|
|
4569
|
+
chainId: "8453",
|
|
4570
|
+
decimals: 18,
|
|
4571
|
+
identifier: "BASE.DOG-0x2d99436dea34a1c3b15d45db4394c8c01251efd6",
|
|
4572
|
+
logoURI:
|
|
4573
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.dog-0x2d99436dea34a1c3b15d45db4394c8c01251efd6.png",
|
|
4574
|
+
ticker: "DOG",
|
|
4575
|
+
},
|
|
4545
4576
|
{
|
|
4546
4577
|
address: "0x3b916b8f6a710e9240ff08c1dd646dd8e8ed9e1e",
|
|
4547
4578
|
chain: "BASE",
|
|
@@ -4603,15 +4634,25 @@ export const list = {
|
|
|
4603
4634
|
ticker: "DOGE",
|
|
4604
4635
|
},
|
|
4605
4636
|
{
|
|
4606
|
-
address: "
|
|
4637
|
+
address: "0x6921B130D297cc43754afba22e5EAc0FBf8Db75b",
|
|
4607
4638
|
chain: "BASE",
|
|
4608
4639
|
chainId: "8453",
|
|
4609
4640
|
decimals: 18,
|
|
4610
|
-
identifier: "BASE.doginme-
|
|
4641
|
+
identifier: "BASE.doginme-0x6921B130D297cc43754afba22e5EAc0FBf8Db75b",
|
|
4611
4642
|
logoURI:
|
|
4612
4643
|
"https://storage.googleapis.com/token-list-swapkit/images/base.doginme-0x6921b130d297cc43754afba22e5eac0fbf8db75b.png",
|
|
4613
4644
|
ticker: "doginme",
|
|
4614
4645
|
},
|
|
4646
|
+
{
|
|
4647
|
+
address: "0xd8a476519e5924f33617b3ec361fe803694e52e8",
|
|
4648
|
+
chain: "BASE",
|
|
4649
|
+
chainId: "8453",
|
|
4650
|
+
decimals: 18,
|
|
4651
|
+
identifier: "BASE.doginme-0xd8a476519e5924f33617b3ec361fe803694e52e8",
|
|
4652
|
+
logoURI:
|
|
4653
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.doginme-0xd8a476519e5924f33617b3ec361fe803694e52e8.png",
|
|
4654
|
+
ticker: "doginme",
|
|
4655
|
+
},
|
|
4615
4656
|
{
|
|
4616
4657
|
address: "0xcf29d2de91d04b951b0bb58a81f181bc994a015b",
|
|
4617
4658
|
chain: "BASE",
|
|
@@ -4712,6 +4753,16 @@ export const list = {
|
|
|
4712
4753
|
"https://storage.googleapis.com/token-list-swapkit/images/base.earnm-0x3e62fed35c97145e6b445704b8ce74b2544776a9.png",
|
|
4713
4754
|
ticker: "EARNM",
|
|
4714
4755
|
},
|
|
4756
|
+
{
|
|
4757
|
+
address: "0xED6E000dEF95780fb89734c07EE2ce9F6dcAf110",
|
|
4758
|
+
chain: "BASE",
|
|
4759
|
+
chainId: "8453",
|
|
4760
|
+
decimals: 18,
|
|
4761
|
+
identifier: "BASE.EDGE-0xED6E000dEF95780fb89734c07EE2ce9F6dcAf110",
|
|
4762
|
+
logoURI:
|
|
4763
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.edge-0xed6e000def95780fb89734c07ee2ce9f6dcaf110.png",
|
|
4764
|
+
ticker: "EDGE",
|
|
4765
|
+
},
|
|
4715
4766
|
{
|
|
4716
4767
|
address: "0xc06d667a6123abb9133eb8996d551730c1f1055d",
|
|
4717
4768
|
chain: "BASE",
|
|
@@ -4772,6 +4823,16 @@ export const list = {
|
|
|
4772
4823
|
"https://storage.googleapis.com/token-list-swapkit/images/base.emp-0x39d5313c3750140e5042887413ba8aa6145a9bd2.png",
|
|
4773
4824
|
ticker: "EMP",
|
|
4774
4825
|
},
|
|
4826
|
+
{
|
|
4827
|
+
address: "0x8a0e751e5d7a2861ca7cf16d9720337e40604982",
|
|
4828
|
+
chain: "BASE",
|
|
4829
|
+
chainId: "8453",
|
|
4830
|
+
decimals: 18,
|
|
4831
|
+
identifier: "BASE.ENG-0x8a0e751e5d7a2861ca7cf16d9720337e40604982",
|
|
4832
|
+
logoURI:
|
|
4833
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.eng-0x8a0e751e5d7a2861ca7cf16d9720337e40604982.png",
|
|
4834
|
+
ticker: "ENG",
|
|
4835
|
+
},
|
|
4775
4836
|
{
|
|
4776
4837
|
address: "0x999d60a363e890d99e24bc3a1845b0256b5ca6ee",
|
|
4777
4838
|
chain: "BASE",
|
|
@@ -4962,16 +5023,6 @@ export const list = {
|
|
|
4962
5023
|
"https://storage.googleapis.com/token-list-swapkit/images/base.fdream-0x0521aaa7c96e25afee79fdd4f1bb48f008ae4eac.png",
|
|
4963
5024
|
ticker: "FDREAM",
|
|
4964
5025
|
},
|
|
4965
|
-
{
|
|
4966
|
-
address: "0x74F804B4140ee70830B3Eef4e690325841575F89",
|
|
4967
|
-
chain: "BASE",
|
|
4968
|
-
chainId: "8453",
|
|
4969
|
-
decimals: 18,
|
|
4970
|
-
identifier: "BASE.FET-0x74F804B4140ee70830B3Eef4e690325841575F89",
|
|
4971
|
-
logoURI:
|
|
4972
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.fet-0x74f804b4140ee70830b3eef4e690325841575f89.png",
|
|
4973
|
-
ticker: "FET",
|
|
4974
|
-
},
|
|
4975
5026
|
{
|
|
4976
5027
|
address: "0x7717a07581c727ba7c1511c573697b1eb791a30d",
|
|
4977
5028
|
chain: "BASE",
|
|
@@ -5003,24 +5054,14 @@ export const list = {
|
|
|
5003
5054
|
ticker: "flETH",
|
|
5004
5055
|
},
|
|
5005
5056
|
{
|
|
5006
|
-
address: "
|
|
5057
|
+
address: "0x8b63546aebaa768dfbb427294a9c9a6c089f22c2",
|
|
5007
5058
|
chain: "BASE",
|
|
5008
5059
|
chainId: "8453",
|
|
5009
5060
|
decimals: 18,
|
|
5010
|
-
identifier: "BASE.
|
|
5061
|
+
identifier: "BASE.FLOKI-0x8b63546aebaa768dfbb427294a9c9a6c089f22c2",
|
|
5011
5062
|
logoURI:
|
|
5012
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
5013
|
-
ticker: "
|
|
5014
|
-
},
|
|
5015
|
-
{
|
|
5016
|
-
address: "0x8b63546aebaa768dfbb427294a9c9a6c089f22c2",
|
|
5017
|
-
chain: "BASE",
|
|
5018
|
-
chainId: "8453",
|
|
5019
|
-
decimals: 18,
|
|
5020
|
-
identifier: "BASE.FLOKI-0x8b63546aebaa768dfbb427294a9c9a6c089f22c2",
|
|
5021
|
-
logoURI:
|
|
5022
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.floki-0x8b63546aebaa768dfbb427294a9c9a6c089f22c2.png",
|
|
5023
|
-
ticker: "FLOKI",
|
|
5063
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.floki-0x8b63546aebaa768dfbb427294a9c9a6c089f22c2.png",
|
|
5064
|
+
ticker: "FLOKI",
|
|
5024
5065
|
},
|
|
5025
5066
|
{
|
|
5026
5067
|
address: "0x8f10a88191ae380c8073df5d2aab2d5a5eea3095",
|
|
@@ -5062,16 +5103,6 @@ export const list = {
|
|
|
5062
5103
|
"https://storage.googleapis.com/token-list-swapkit/images/base.flowchain-0x320f7aaeefec65f29b7e4509739ff9c62ded9803.png",
|
|
5063
5104
|
ticker: "FLOWCHAIN",
|
|
5064
5105
|
},
|
|
5065
|
-
{
|
|
5066
|
-
address: "0xb008BDCF9CdFf9da684a190941dC3dCa8C2Cdd44",
|
|
5067
|
-
chain: "BASE",
|
|
5068
|
-
chainId: "8453",
|
|
5069
|
-
decimals: 18,
|
|
5070
|
-
identifier: "BASE.FLUX-0xb008BDCF9CdFf9da684a190941dC3dCa8C2Cdd44",
|
|
5071
|
-
logoURI:
|
|
5072
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.flux-0xb008bdcf9cdff9da684a190941dc3dca8c2cdd44.png",
|
|
5073
|
-
ticker: "FLUX",
|
|
5074
|
-
},
|
|
5075
5106
|
{
|
|
5076
5107
|
address: "0x43cd6e6820f2b1d3164cfc3598ed6a89fa628e60",
|
|
5077
5108
|
chain: "BASE",
|
|
@@ -5112,16 +5143,6 @@ export const list = {
|
|
|
5112
5143
|
"https://storage.googleapis.com/token-list-swapkit/images/base.forth-0x968b2323d4b005c7d39c67d31774fe83c9943a60.png",
|
|
5113
5144
|
ticker: "FORTH",
|
|
5114
5145
|
},
|
|
5115
|
-
{
|
|
5116
|
-
address: "0x2dbe0d779c7A04F7a5de83326973effE23356930",
|
|
5117
|
-
chain: "BASE",
|
|
5118
|
-
chainId: "8453",
|
|
5119
|
-
decimals: 18,
|
|
5120
|
-
identifier: "BASE.FOX-0x2dbe0d779c7A04F7a5de83326973effE23356930",
|
|
5121
|
-
logoURI:
|
|
5122
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.fox-0x2dbe0d779c7a04f7a5de83326973effe23356930.png",
|
|
5123
|
-
ticker: "FOX",
|
|
5124
|
-
},
|
|
5125
5146
|
{
|
|
5126
5147
|
address: "0xf58dbbf60645dbeb4d66c270753b22a7e7f88209",
|
|
5127
5148
|
chain: "BASE",
|
|
@@ -5192,16 +5213,6 @@ export const list = {
|
|
|
5192
5213
|
"https://storage.googleapis.com/token-list-swapkit/images/base.froc-0x3c8cd0db9a01efa063a7760267b822a129bc7dca.png",
|
|
5193
5214
|
ticker: "FROC",
|
|
5194
5215
|
},
|
|
5195
|
-
{
|
|
5196
|
-
address: "0x36912b5cf63e509f18e53ac98b3012fa79e77bf5",
|
|
5197
|
-
chain: "BASE",
|
|
5198
|
-
chainId: "8453",
|
|
5199
|
-
decimals: 18,
|
|
5200
|
-
identifier: "BASE.FUEGO-0x36912b5cf63e509f18e53ac98b3012fa79e77bf5",
|
|
5201
|
-
logoURI:
|
|
5202
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.fuego-0x36912b5cf63e509f18e53ac98b3012fa79e77bf5.png",
|
|
5203
|
-
ticker: "FUEGO",
|
|
5204
|
-
},
|
|
5205
5216
|
{
|
|
5206
5217
|
address: "0x7ca4d45a2b7223f968c9c58c9a7ad0704dbf4890",
|
|
5207
5218
|
chain: "BASE",
|
|
@@ -5282,16 +5293,6 @@ export const list = {
|
|
|
5282
5293
|
"https://storage.googleapis.com/token-list-swapkit/images/base.game-0x1c4cca7c5db003824208adda61bd749e55f463a3.png",
|
|
5283
5294
|
ticker: "GAME",
|
|
5284
5295
|
},
|
|
5285
|
-
{
|
|
5286
|
-
address: "0x53cb59d32a8d08fc6d3f81454f150946a028a44d",
|
|
5287
|
-
chain: "BASE",
|
|
5288
|
-
chainId: "8453",
|
|
5289
|
-
decimals: 18,
|
|
5290
|
-
identifier: "BASE.gDEX-0x53cb59d32a8d08fc6d3f81454f150946a028a44d",
|
|
5291
|
-
logoURI:
|
|
5292
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.gdex-0x53cb59d32a8d08fc6d3f81454f150946a028a44d.png",
|
|
5293
|
-
ticker: "gDEX",
|
|
5294
|
-
},
|
|
5295
5296
|
{
|
|
5296
5297
|
address: "0xf8f97a79a3fa77104fab4814e3ed93899777de0d",
|
|
5297
5298
|
chain: "BASE",
|
|
@@ -5312,6 +5313,36 @@ export const list = {
|
|
|
5312
5313
|
"https://storage.googleapis.com/token-list-swapkit/images/base.gdupi-0x20fd4c5396f7d9686f9997e0f10991957f7112fc.png",
|
|
5313
5314
|
ticker: "GDUPI",
|
|
5314
5315
|
},
|
|
5316
|
+
{
|
|
5317
|
+
address: "0x63e939c1c139c8f477a53a2af6bb3810959ea199",
|
|
5318
|
+
chain: "BASE",
|
|
5319
|
+
chainId: "8453",
|
|
5320
|
+
decimals: 18,
|
|
5321
|
+
identifier: "BASE.GEKKOU-0x63e939c1c139c8f477a53a2af6bb3810959ea199",
|
|
5322
|
+
logoURI:
|
|
5323
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.gekkou-0x63e939c1c139c8f477a53a2af6bb3810959ea199.png",
|
|
5324
|
+
ticker: "GEKKOU",
|
|
5325
|
+
},
|
|
5326
|
+
{
|
|
5327
|
+
address: "0xd6a2b3b84489020737e9058c549108f5c4b7830d",
|
|
5328
|
+
chain: "BASE",
|
|
5329
|
+
chainId: "8453",
|
|
5330
|
+
decimals: 18,
|
|
5331
|
+
identifier: "BASE.GEKKOU-0xd6a2b3b84489020737e9058c549108f5c4b7830d",
|
|
5332
|
+
logoURI:
|
|
5333
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.gekkou-0xd6a2b3b84489020737e9058c549108f5c4b7830d.png",
|
|
5334
|
+
ticker: "GEKKOU",
|
|
5335
|
+
},
|
|
5336
|
+
{
|
|
5337
|
+
address: "0xcc6e68e6861e2a7520379f5334bc675b24b353eb",
|
|
5338
|
+
chain: "BASE",
|
|
5339
|
+
chainId: "8453",
|
|
5340
|
+
decimals: 18,
|
|
5341
|
+
identifier: "BASE.GENIUS-0xcc6e68e6861e2a7520379f5334bc675b24b353eb",
|
|
5342
|
+
logoURI:
|
|
5343
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.genius-0xcc6e68e6861e2a7520379f5334bc675b24b353eb.png",
|
|
5344
|
+
ticker: "GENIUS",
|
|
5345
|
+
},
|
|
5315
5346
|
{
|
|
5316
5347
|
address: "0x40550a7c084422abc3902210b32ae6f4112587ba",
|
|
5317
5348
|
chain: "BASE",
|
|
@@ -5492,16 +5523,6 @@ export const list = {
|
|
|
5492
5523
|
"https://storage.googleapis.com/token-list-swapkit/images/base.gps-0x0c1dc73159e30c4b06170f2593d3118968a0dca5.png",
|
|
5493
5524
|
ticker: "GPS",
|
|
5494
5525
|
},
|
|
5495
|
-
{
|
|
5496
|
-
address: "0x217fa2b3e1a2bdce974f558f34c21f0ea8947d0b",
|
|
5497
|
-
chain: "BASE",
|
|
5498
|
-
chainId: "8453",
|
|
5499
|
-
decimals: 18,
|
|
5500
|
-
identifier: "BASE.GRIFFAIN-0x217fa2b3e1a2bdce974f558f34c21f0ea8947d0b",
|
|
5501
|
-
logoURI:
|
|
5502
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.griffain-0x217fa2b3e1a2bdce974f558f34c21f0ea8947d0b.png",
|
|
5503
|
-
ticker: "GRIFFAIN",
|
|
5504
|
-
},
|
|
5505
5526
|
{
|
|
5506
5527
|
address: "0x2e2cc4dfce60257f091980631e75f5c436b71c87",
|
|
5507
5528
|
chain: "BASE",
|
|
@@ -5512,16 +5533,6 @@ export const list = {
|
|
|
5512
5533
|
"https://storage.googleapis.com/token-list-swapkit/images/base.grk-0x2e2cc4dfce60257f091980631e75f5c436b71c87.png",
|
|
5513
5534
|
ticker: "GRK",
|
|
5514
5535
|
},
|
|
5515
|
-
{
|
|
5516
|
-
address: "0xfdc6abaa69f0df71ff4bb6bdfec34188796ee07a",
|
|
5517
|
-
chain: "BASE",
|
|
5518
|
-
chainId: "8453",
|
|
5519
|
-
decimals: 18,
|
|
5520
|
-
identifier: "BASE.GrokCoin-0xfdc6abaa69f0df71ff4bb6bdfec34188796ee07a",
|
|
5521
|
-
logoURI:
|
|
5522
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.grokcoin-0xfdc6abaa69f0df71ff4bb6bdfec34188796ee07a.png",
|
|
5523
|
-
ticker: "GrokCoin",
|
|
5524
|
-
},
|
|
5525
5536
|
{
|
|
5526
5537
|
address: "0x0F4d237B09Cb37d207BA60353Dc254d4530D4dF1",
|
|
5527
5538
|
chain: "BASE",
|
|
@@ -5643,24 +5654,24 @@ export const list = {
|
|
|
5643
5654
|
ticker: "HBAR",
|
|
5644
5655
|
},
|
|
5645
5656
|
{
|
|
5646
|
-
address: "
|
|
5657
|
+
address: "0x01e75e59eabf83c85360351a100d22e025a75bc2",
|
|
5647
5658
|
chain: "BASE",
|
|
5648
5659
|
chainId: "8453",
|
|
5649
5660
|
decimals: 18,
|
|
5650
|
-
identifier: "BASE.
|
|
5661
|
+
identifier: "BASE.heir-0x01e75e59eabf83c85360351a100d22e025a75bc2",
|
|
5651
5662
|
logoURI:
|
|
5652
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
5653
|
-
ticker: "
|
|
5663
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.heir-0x01e75e59eabf83c85360351a100d22e025a75bc2.png",
|
|
5664
|
+
ticker: "heir",
|
|
5654
5665
|
},
|
|
5655
5666
|
{
|
|
5656
|
-
address: "
|
|
5667
|
+
address: "0x1c9f5e5b5c172955660c11ec0df65b68ecb5fb69",
|
|
5657
5668
|
chain: "BASE",
|
|
5658
5669
|
chainId: "8453",
|
|
5659
5670
|
decimals: 18,
|
|
5660
|
-
identifier: "BASE.
|
|
5671
|
+
identifier: "BASE.HELP-0x1c9f5e5b5c172955660c11ec0df65b68ecb5fb69",
|
|
5661
5672
|
logoURI:
|
|
5662
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
5663
|
-
ticker: "
|
|
5673
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.help-0x1c9f5e5b5c172955660c11ec0df65b68ecb5fb69.png",
|
|
5674
|
+
ticker: "HELP",
|
|
5664
5675
|
},
|
|
5665
5676
|
{
|
|
5666
5677
|
address: "0x7501665f59d845c6923ee5e61c55f7e60931263e",
|
|
@@ -5793,44 +5804,44 @@ export const list = {
|
|
|
5793
5804
|
ticker: "IDRISS",
|
|
5794
5805
|
},
|
|
5795
5806
|
{
|
|
5796
|
-
address: "
|
|
5807
|
+
address: "0x5b01b1fd24afad624f28cdaeddb5d1c331fe6ecf",
|
|
5797
5808
|
chain: "BASE",
|
|
5798
5809
|
chainId: "8453",
|
|
5799
5810
|
decimals: 18,
|
|
5800
|
-
identifier: "BASE.
|
|
5811
|
+
identifier: "BASE.ied-0x5b01b1fd24afad624f28cdaeddb5d1c331fe6ecf",
|
|
5801
5812
|
logoURI:
|
|
5802
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
5803
|
-
ticker: "
|
|
5813
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.ied-0x5b01b1fd24afad624f28cdaeddb5d1c331fe6ecf.png",
|
|
5814
|
+
ticker: "ied",
|
|
5804
5815
|
},
|
|
5805
5816
|
{
|
|
5806
|
-
address: "
|
|
5817
|
+
address: "0x07cde2bc487a24837838e3a6dbaedb6e220a4782",
|
|
5807
5818
|
chain: "BASE",
|
|
5808
5819
|
chainId: "8453",
|
|
5809
|
-
decimals:
|
|
5810
|
-
identifier: "BASE.
|
|
5820
|
+
decimals: 18,
|
|
5821
|
+
identifier: "BASE.IKARI-0x07cde2bc487a24837838e3a6dbaedb6e220a4782",
|
|
5811
5822
|
logoURI:
|
|
5812
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
5813
|
-
ticker: "
|
|
5823
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.ikari-0x07cde2bc487a24837838e3a6dbaedb6e220a4782.png",
|
|
5824
|
+
ticker: "IKARI",
|
|
5814
5825
|
},
|
|
5815
5826
|
{
|
|
5816
|
-
address: "
|
|
5827
|
+
address: "0x9bba915f036158582c20b51113b925f243a1a1a1",
|
|
5817
5828
|
chain: "BASE",
|
|
5818
5829
|
chainId: "8453",
|
|
5819
5830
|
decimals: 18,
|
|
5820
|
-
identifier: "BASE.
|
|
5831
|
+
identifier: "BASE.IMGN-0x9bba915f036158582c20b51113b925f243a1a1a1",
|
|
5821
5832
|
logoURI:
|
|
5822
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
5823
|
-
ticker: "
|
|
5833
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.imgn-0x9bba915f036158582c20b51113b925f243a1a1a1.png",
|
|
5834
|
+
ticker: "IMGN",
|
|
5824
5835
|
},
|
|
5825
5836
|
{
|
|
5826
|
-
address: "
|
|
5837
|
+
address: "0x18e692c03de43972fe81058f322fa542ae1a5e2c",
|
|
5827
5838
|
chain: "BASE",
|
|
5828
5839
|
chainId: "8453",
|
|
5829
|
-
decimals:
|
|
5830
|
-
identifier: "BASE.
|
|
5840
|
+
decimals: 9,
|
|
5841
|
+
identifier: "BASE.imgnAI-0x18e692c03de43972fe81058f322fa542ae1a5e2c",
|
|
5831
5842
|
logoURI:
|
|
5832
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
5833
|
-
ticker: "
|
|
5843
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.imgnai-0x18e692c03de43972fe81058f322fa542ae1a5e2c.png",
|
|
5844
|
+
ticker: "imgnAI",
|
|
5834
5845
|
},
|
|
5835
5846
|
{
|
|
5836
5847
|
address: "0x0cde159509cd1a1fefab33f07adbd7172fff761a",
|
|
@@ -6012,6 +6023,16 @@ export const list = {
|
|
|
6012
6023
|
"https://storage.googleapis.com/token-list-swapkit/images/base.kama-0x8600afe41b35dafa72e42da9d633be48e64fb559.png",
|
|
6013
6024
|
ticker: "KAMA",
|
|
6014
6025
|
},
|
|
6026
|
+
{
|
|
6027
|
+
address: "0xac0b7a9a46d7e072086c066341fb5f2978e45832",
|
|
6028
|
+
chain: "BASE",
|
|
6029
|
+
chainId: "8453",
|
|
6030
|
+
decimals: 18,
|
|
6031
|
+
identifier: "BASE.KEKERL-0xac0b7a9a46d7e072086c066341fb5f2978e45832",
|
|
6032
|
+
logoURI:
|
|
6033
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.kekerl-0xac0b7a9a46d7e072086c066341fb5f2978e45832.png",
|
|
6034
|
+
ticker: "KEKERL",
|
|
6035
|
+
},
|
|
6015
6036
|
{
|
|
6016
6037
|
address: "0x06baf524e01229a63b21939002142f68ce7f8f00",
|
|
6017
6038
|
chain: "BASE",
|
|
@@ -6043,11 +6064,11 @@ export const list = {
|
|
|
6043
6064
|
ticker: "KENZO",
|
|
6044
6065
|
},
|
|
6045
6066
|
{
|
|
6046
|
-
address: "
|
|
6067
|
+
address: "0x9a26F5433671751C3276a065f57e5a02D2817973",
|
|
6047
6068
|
chain: "BASE",
|
|
6048
6069
|
chainId: "8453",
|
|
6049
6070
|
decimals: 18,
|
|
6050
|
-
identifier: "BASE.KEYCAT-
|
|
6071
|
+
identifier: "BASE.KEYCAT-0x9a26F5433671751C3276a065f57e5a02D2817973",
|
|
6051
6072
|
logoURI:
|
|
6052
6073
|
"https://storage.googleapis.com/token-list-swapkit/images/base.keycat-0x9a26f5433671751c3276a065f57e5a02d2817973.png",
|
|
6053
6074
|
ticker: "KEYCAT",
|
|
@@ -6083,24 +6104,24 @@ export const list = {
|
|
|
6083
6104
|
ticker: "KITTY",
|
|
6084
6105
|
},
|
|
6085
6106
|
{
|
|
6086
|
-
address: "
|
|
6107
|
+
address: "0xdae49c25fad3a62a8e8bfb6da12c46be611f9f7a",
|
|
6087
6108
|
chain: "BASE",
|
|
6088
6109
|
chainId: "8453",
|
|
6089
|
-
decimals:
|
|
6090
|
-
identifier: "BASE.
|
|
6110
|
+
decimals: 18,
|
|
6111
|
+
identifier: "BASE.KRL-0xdae49c25fad3a62a8e8bfb6da12c46be611f9f7a",
|
|
6091
6112
|
logoURI:
|
|
6092
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
6093
|
-
ticker: "
|
|
6113
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.krl-0xdae49c25fad3a62a8e8bfb6da12c46be611f9f7a.png",
|
|
6114
|
+
ticker: "KRL",
|
|
6094
6115
|
},
|
|
6095
6116
|
{
|
|
6096
|
-
address: "
|
|
6117
|
+
address: "0xc0634090f2fe6c6d75e61be2b949464abb498973",
|
|
6097
6118
|
chain: "BASE",
|
|
6098
6119
|
chainId: "8453",
|
|
6099
6120
|
decimals: 18,
|
|
6100
|
-
identifier: "BASE.
|
|
6121
|
+
identifier: "BASE.KTA-0xc0634090f2fe6c6d75e61be2b949464abb498973",
|
|
6101
6122
|
logoURI:
|
|
6102
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
6103
|
-
ticker: "
|
|
6123
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.kta-0xc0634090f2fe6c6d75e61be2b949464abb498973.png",
|
|
6124
|
+
ticker: "KTA",
|
|
6104
6125
|
},
|
|
6105
6126
|
{
|
|
6106
6127
|
address: "0x288f4eb27400fa220d14b864259ad1b7f77c1594",
|
|
@@ -6262,36 +6283,6 @@ export const list = {
|
|
|
6262
6283
|
"https://storage.googleapis.com/token-list-swapkit/images/base.lotto-0x16172d2b795beb55010994c0a773c379b59ccbc8.png",
|
|
6263
6284
|
ticker: "LOTTO",
|
|
6264
6285
|
},
|
|
6265
|
-
{
|
|
6266
|
-
address: "0x5259384690aCF240e9b0A8811bD0FFbFBDdc125C",
|
|
6267
|
-
chain: "BASE",
|
|
6268
|
-
chainId: "8453",
|
|
6269
|
-
decimals: 18,
|
|
6270
|
-
identifier: "BASE.LQTY-0x5259384690aCF240e9b0A8811bD0FFbFBDdc125C",
|
|
6271
|
-
logoURI:
|
|
6272
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.lqty-0x5259384690acf240e9b0a8811bd0ffbfbddc125c.png",
|
|
6273
|
-
ticker: "LQTY",
|
|
6274
|
-
},
|
|
6275
|
-
{
|
|
6276
|
-
address: "0x0D760ee479401Bb4C40BDB7604b329FfF411b3f2",
|
|
6277
|
-
chain: "BASE",
|
|
6278
|
-
chainId: "8453",
|
|
6279
|
-
decimals: 18,
|
|
6280
|
-
identifier: "BASE.LRC-0x0D760ee479401Bb4C40BDB7604b329FfF411b3f2",
|
|
6281
|
-
logoURI:
|
|
6282
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.lrc-0x0d760ee479401bb4c40bdb7604b329fff411b3f2.png",
|
|
6283
|
-
ticker: "LRC",
|
|
6284
|
-
},
|
|
6285
|
-
{
|
|
6286
|
-
address: "0xB676f87A6E701f0DE8De5Ab91B56b66109766DB1",
|
|
6287
|
-
chain: "BASE",
|
|
6288
|
-
chainId: "8453",
|
|
6289
|
-
decimals: 18,
|
|
6290
|
-
identifier: "BASE.LRDS-0xB676f87A6E701f0DE8De5Ab91B56b66109766DB1",
|
|
6291
|
-
logoURI:
|
|
6292
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.lrds-0xb676f87a6e701f0de8de5ab91b56b66109766db1.png",
|
|
6293
|
-
ticker: "LRDS",
|
|
6294
|
-
},
|
|
6295
6286
|
{
|
|
6296
6287
|
address: "0xf8b1b47aa748f5c7b5d0e80c726a843913eb573a",
|
|
6297
6288
|
chain: "BASE",
|
|
@@ -6492,6 +6483,16 @@ export const list = {
|
|
|
6492
6483
|
"https://storage.googleapis.com/token-list-swapkit/images/base.masq-0x45d9c101a3870ca5024582fd788f4e1e8f7971c3.png",
|
|
6493
6484
|
ticker: "MASQ",
|
|
6494
6485
|
},
|
|
6486
|
+
{
|
|
6487
|
+
address: "0x24fcfc492c1393274b6bcd568ac9e225bec93584",
|
|
6488
|
+
chain: "BASE",
|
|
6489
|
+
chainId: "8453",
|
|
6490
|
+
decimals: 18,
|
|
6491
|
+
identifier: "BASE.MAVIA-0x24fcfc492c1393274b6bcd568ac9e225bec93584",
|
|
6492
|
+
logoURI:
|
|
6493
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.mavia-0x24fcfc492c1393274b6bcd568ac9e225bec93584.png",
|
|
6494
|
+
ticker: "MAVIA",
|
|
6495
|
+
},
|
|
6495
6496
|
{
|
|
6496
6497
|
address: "0x9ae0138565c5fa139cfb56d84c9664cafbdef7bf",
|
|
6497
6498
|
chain: "BASE",
|
|
@@ -6542,6 +6543,16 @@ export const list = {
|
|
|
6542
6543
|
"https://storage.googleapis.com/token-list-swapkit/images/base.melania-0xc526e51cb74bf3f60690de0465504dc640c2f10b.png",
|
|
6543
6544
|
ticker: "MELANIA",
|
|
6544
6545
|
},
|
|
6546
|
+
{
|
|
6547
|
+
address: "0xa4705aa2dc6afb9f19ba046c78365e448427a7c3",
|
|
6548
|
+
chain: "BASE",
|
|
6549
|
+
chainId: "8453",
|
|
6550
|
+
decimals: 18,
|
|
6551
|
+
identifier: "BASE.MEME-0xa4705aa2dc6afb9f19ba046c78365e448427a7c3",
|
|
6552
|
+
logoURI:
|
|
6553
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.meme-0xa4705aa2dc6afb9f19ba046c78365e448427a7c3.png",
|
|
6554
|
+
ticker: "MEME",
|
|
6555
|
+
},
|
|
6545
6556
|
{
|
|
6546
6557
|
address: "0xdd3acdbdc7b358df453a6cb6bca56c92aa5743aa",
|
|
6547
6558
|
chain: "BASE",
|
|
@@ -6703,21 +6714,11 @@ export const list = {
|
|
|
6703
6714
|
ticker: "Mooth",
|
|
6704
6715
|
},
|
|
6705
6716
|
{
|
|
6706
|
-
address: "
|
|
6707
|
-
chain: "BASE",
|
|
6708
|
-
chainId: "8453",
|
|
6709
|
-
decimals: 18,
|
|
6710
|
-
identifier: "BASE.MOR-0x7431ada8a591c955a994a21710752ef9b882b8e3",
|
|
6711
|
-
logoURI:
|
|
6712
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.mor-0x7431ada8a591c955a994a21710752ef9b882b8e3.png",
|
|
6713
|
-
ticker: "MOR",
|
|
6714
|
-
},
|
|
6715
|
-
{
|
|
6716
|
-
address: "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842",
|
|
6717
|
+
address: "0xbaa5cc21fd487b8fcc2f632f3f4e8d37262a0842",
|
|
6717
6718
|
chain: "BASE",
|
|
6718
6719
|
chainId: "8453",
|
|
6719
6720
|
decimals: 18,
|
|
6720
|
-
identifier: "BASE.MORPHO-
|
|
6721
|
+
identifier: "BASE.MORPHO-0xbaa5cc21fd487b8fcc2f632f3f4e8d37262a0842",
|
|
6721
6722
|
logoURI:
|
|
6722
6723
|
"https://storage.googleapis.com/token-list-swapkit/images/base.morpho-0xbaa5cc21fd487b8fcc2f632f3f4e8d37262a0842.png",
|
|
6723
6724
|
ticker: "MORPHO",
|
|
@@ -6742,16 +6743,6 @@ export const list = {
|
|
|
6742
6743
|
"https://storage.googleapis.com/token-list-swapkit/images/base.mother-0xd84d6728e154f7121afa7afde009470c476e5854.png",
|
|
6743
6744
|
ticker: "MOTHER",
|
|
6744
6745
|
},
|
|
6745
|
-
{
|
|
6746
|
-
address: "0xd88611a629265c9af294ffdd2e7fa4546612273e",
|
|
6747
|
-
chain: "BASE",
|
|
6748
|
-
chainId: "8453",
|
|
6749
|
-
decimals: 18,
|
|
6750
|
-
identifier: "BASE.MPRO-0xd88611a629265c9af294ffdd2e7fa4546612273e",
|
|
6751
|
-
logoURI:
|
|
6752
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.mpro-0xd88611a629265c9af294ffdd2e7fa4546612273e.png",
|
|
6753
|
-
ticker: "MPRO",
|
|
6754
|
-
},
|
|
6755
6746
|
{
|
|
6756
6747
|
address: "0xff45161474c39cb00699070dd49582e417b57a7e",
|
|
6757
6748
|
chain: "BASE",
|
|
@@ -6782,16 +6773,6 @@ export const list = {
|
|
|
6782
6773
|
"https://storage.googleapis.com/token-list-swapkit/images/base.mty-0x3b98e33e7851936daef3d6fec115cfe07a4d8df4.png",
|
|
6783
6774
|
ticker: "MTY",
|
|
6784
6775
|
},
|
|
6785
|
-
{
|
|
6786
|
-
address: "0xd600e748c17ca237fcb5967fa13d688aff17be78",
|
|
6787
|
-
chain: "BASE",
|
|
6788
|
-
chainId: "8453",
|
|
6789
|
-
decimals: 18,
|
|
6790
|
-
identifier: "BASE.MVDA25-0xd600e748c17ca237fcb5967fa13d688aff17be78",
|
|
6791
|
-
logoURI:
|
|
6792
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.mvda25-0xd600e748c17ca237fcb5967fa13d688aff17be78.png",
|
|
6793
|
-
ticker: "MVDA25",
|
|
6794
|
-
},
|
|
6795
6776
|
{
|
|
6796
6777
|
address: "0x34f4a8efcb8ff833a8052e1c0725324b947ab3a0",
|
|
6797
6778
|
chain: "BASE",
|
|
@@ -6862,16 +6843,6 @@ export const list = {
|
|
|
6862
6843
|
"https://storage.googleapis.com/token-list-swapkit/images/base.native-0x20dd04c17afd5c9a8b3f2cdacaa8ee7907385bef.png",
|
|
6863
6844
|
ticker: "NATIVE",
|
|
6864
6845
|
},
|
|
6865
|
-
{
|
|
6866
|
-
address: "0xd968196fa6977c4e58f2af5ac01c655ea8332d22",
|
|
6867
|
-
chain: "BASE",
|
|
6868
|
-
chainId: "8453",
|
|
6869
|
-
decimals: 18,
|
|
6870
|
-
identifier: "BASE.NATO-0xd968196fa6977c4e58f2af5ac01c655ea8332d22",
|
|
6871
|
-
logoURI:
|
|
6872
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.nato-0xd968196fa6977c4e58f2af5ac01c655ea8332d22.png",
|
|
6873
|
-
ticker: "NATO",
|
|
6874
|
-
},
|
|
6875
6846
|
{
|
|
6876
6847
|
address: "0xE6bAA3Fedb5Dc88b2c59ba4812388Bb0906D19dB",
|
|
6877
6848
|
chain: "BASE",
|
|
@@ -7062,16 +7033,6 @@ export const list = {
|
|
|
7062
7033
|
"https://storage.googleapis.com/token-list-swapkit/images/base.obot-0xf83759099dc88f75fc83de854c41e0d9e83ada9b.png",
|
|
7063
7034
|
ticker: "OBOT",
|
|
7064
7035
|
},
|
|
7065
|
-
{
|
|
7066
|
-
address: "0x514d8e8099286a13486ef6c525c120f51c239b52",
|
|
7067
|
-
chain: "BASE",
|
|
7068
|
-
chainId: "8453",
|
|
7069
|
-
decimals: 18,
|
|
7070
|
-
identifier: "BASE.OBT-0x514d8e8099286a13486ef6c525c120f51c239b52",
|
|
7071
|
-
logoURI:
|
|
7072
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.obt-0x514d8e8099286a13486ef6c525c120f51c239b52.png",
|
|
7073
|
-
ticker: "OBT",
|
|
7074
|
-
},
|
|
7075
7036
|
{
|
|
7076
7037
|
address: "0xca73ed1815e5915489570014e024b7EbE65dE679",
|
|
7077
7038
|
chain: "BASE",
|
|
@@ -7092,16 +7053,6 @@ export const list = {
|
|
|
7092
7053
|
"https://storage.googleapis.com/token-list-swapkit/images/base.official-0xb74b7afc123f58787886d9e65e86d17fbdd78e17.png",
|
|
7093
7054
|
ticker: "OFFICIAL",
|
|
7094
7055
|
},
|
|
7095
|
-
{
|
|
7096
|
-
address: "0x7002458B1DF59EccB57387bC79fFc7C29E22e6f7",
|
|
7097
|
-
chain: "BASE",
|
|
7098
|
-
chainId: "8453",
|
|
7099
|
-
decimals: 18,
|
|
7100
|
-
identifier: "BASE.OGN-0x7002458B1DF59EccB57387bC79fFc7C29E22e6f7",
|
|
7101
|
-
logoURI:
|
|
7102
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.ogn-0x7002458b1df59eccb57387bc79ffc7c29e22e6f7.png",
|
|
7103
|
-
ticker: "OGN",
|
|
7104
|
-
},
|
|
7105
7056
|
{
|
|
7106
7057
|
address: "0x060cb087a9730e13aa191f31a6d86bff8dfcdcc0",
|
|
7107
7058
|
chain: "BASE",
|
|
@@ -7222,6 +7173,16 @@ export const list = {
|
|
|
7222
7173
|
"https://storage.googleapis.com/token-list-swapkit/images/base.owo-0x5d559ea7bb2dae4b694a079cb8328a2145fd32f6.png",
|
|
7223
7174
|
ticker: "OwO",
|
|
7224
7175
|
},
|
|
7176
|
+
{
|
|
7177
|
+
address: "0xba0dda8762c24da9487f5fa026a9b64b695a07ea",
|
|
7178
|
+
chain: "BASE",
|
|
7179
|
+
chainId: "8453",
|
|
7180
|
+
decimals: 18,
|
|
7181
|
+
identifier: "BASE.OX-0xba0dda8762c24da9487f5fa026a9b64b695a07ea",
|
|
7182
|
+
logoURI:
|
|
7183
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.ox-0xba0dda8762c24da9487f5fa026a9b64b695a07ea.png",
|
|
7184
|
+
ticker: "OX",
|
|
7185
|
+
},
|
|
7225
7186
|
{
|
|
7226
7187
|
address: "0x07fb80f7a8460de3065d74b2663ba0d740fb3ca5",
|
|
7227
7188
|
chain: "BASE",
|
|
@@ -7292,6 +7253,16 @@ export const list = {
|
|
|
7292
7253
|
"https://storage.googleapis.com/token-list-swapkit/images/base.param-0x7d7421b7ceef650065dcd7f9950c08591a5cb417.png",
|
|
7293
7254
|
ticker: "PARAM",
|
|
7294
7255
|
},
|
|
7256
|
+
{
|
|
7257
|
+
address: "0x59264f02d301281f3393e1385c0aefd446eb0f00",
|
|
7258
|
+
chain: "BASE",
|
|
7259
|
+
chainId: "8453",
|
|
7260
|
+
decimals: 18,
|
|
7261
|
+
identifier: "BASE.PARTI-0x59264f02d301281f3393e1385c0aefd446eb0f00",
|
|
7262
|
+
logoURI:
|
|
7263
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.parti-0x59264f02d301281f3393e1385c0aefd446eb0f00.png",
|
|
7264
|
+
ticker: "PARTI",
|
|
7265
|
+
},
|
|
7295
7266
|
{
|
|
7296
7267
|
address: "0x0acb8f6a6f1a8df2b4846db0352caaa01d854bf8",
|
|
7297
7268
|
chain: "BASE",
|
|
@@ -7532,16 +7503,6 @@ export const list = {
|
|
|
7532
7503
|
"https://storage.googleapis.com/token-list-swapkit/images/base.phil-0xfbd2b48988c04aebac38e60d79e8746d1fbc095d.png",
|
|
7533
7504
|
ticker: "PHIL",
|
|
7534
7505
|
},
|
|
7535
|
-
{
|
|
7536
|
-
address: "0x0db235c1e98821aea3b3a97c3f6537ecf1a53150",
|
|
7537
|
-
chain: "BASE",
|
|
7538
|
-
chainId: "8453",
|
|
7539
|
-
decimals: 18,
|
|
7540
|
-
identifier: "BASE.PIN-0x0db235c1e98821aea3b3a97c3f6537ecf1a53150",
|
|
7541
|
-
logoURI:
|
|
7542
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.pin-0x0db235c1e98821aea3b3a97c3f6537ecf1a53150.png",
|
|
7543
|
-
ticker: "PIN",
|
|
7544
|
-
},
|
|
7545
7506
|
{
|
|
7546
7507
|
address: "0x25fe84348e311f34ecce370d98b6529294eea3ec",
|
|
7547
7508
|
chain: "BASE",
|
|
@@ -7683,14 +7644,14 @@ export const list = {
|
|
|
7683
7644
|
ticker: "PRO",
|
|
7684
7645
|
},
|
|
7685
7646
|
{
|
|
7686
|
-
address: "
|
|
7647
|
+
address: "0x30c7235866872213F68cb1F08c37Cb9eCCB93452",
|
|
7687
7648
|
chain: "BASE",
|
|
7688
7649
|
chainId: "8453",
|
|
7689
7650
|
decimals: 18,
|
|
7690
|
-
identifier: "BASE.
|
|
7651
|
+
identifier: "BASE.PROMPT-0x30c7235866872213F68cb1F08c37Cb9eCCB93452",
|
|
7691
7652
|
logoURI:
|
|
7692
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
7693
|
-
ticker: "
|
|
7653
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.prompt-0x30c7235866872213f68cb1f08c37cb9eccb93452.png",
|
|
7654
|
+
ticker: "PROMPT",
|
|
7694
7655
|
},
|
|
7695
7656
|
{
|
|
7696
7657
|
address: "0xbc69990a060cc5af40942f579bdf82a69a9cff93",
|
|
@@ -7702,6 +7663,16 @@ export const list = {
|
|
|
7702
7663
|
"https://storage.googleapis.com/token-list-swapkit/images/base.pvpb-0xbc69990a060cc5af40942f579bdf82a69a9cff93.png",
|
|
7703
7664
|
ticker: "PVPB",
|
|
7704
7665
|
},
|
|
7666
|
+
{
|
|
7667
|
+
address: "0x65553f5c85c78b977668cec098ec09475099aa61",
|
|
7668
|
+
chain: "BASE",
|
|
7669
|
+
chainId: "8453",
|
|
7670
|
+
decimals: 18,
|
|
7671
|
+
identifier: "BASE.QCV-0x65553f5c85c78b977668cec098ec09475099aa61",
|
|
7672
|
+
logoURI:
|
|
7673
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.qcv-0x65553f5c85c78b977668cec098ec09475099aa61.png",
|
|
7674
|
+
ticker: "QCV",
|
|
7675
|
+
},
|
|
7705
7676
|
{
|
|
7706
7677
|
address: "0x2b5050f01d64fbb3e4ac44dc07f0732bfb5ecadf",
|
|
7707
7678
|
chain: "BASE",
|
|
@@ -7722,6 +7693,26 @@ export const list = {
|
|
|
7722
7693
|
"https://storage.googleapis.com/token-list-swapkit/images/base.qvrs-0x45f368693eee8e3610270f82085784c1c8ac124b.png",
|
|
7723
7694
|
ticker: "QVRS",
|
|
7724
7695
|
},
|
|
7696
|
+
{
|
|
7697
|
+
address: "0x55365c9e68e70122020184f4441b498e8bf06ac6",
|
|
7698
|
+
chain: "BASE",
|
|
7699
|
+
chainId: "8453",
|
|
7700
|
+
decimals: 18,
|
|
7701
|
+
identifier: "BASE.QWLA-0x55365c9e68e70122020184f4441b498e8bf06ac6",
|
|
7702
|
+
logoURI:
|
|
7703
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.qwla-0x55365c9e68e70122020184f4441b498e8bf06ac6.png",
|
|
7704
|
+
ticker: "QWLA",
|
|
7705
|
+
},
|
|
7706
|
+
{
|
|
7707
|
+
address: "0x9a960cf8a8242b895cec756f12da6faef09eac30",
|
|
7708
|
+
chain: "BASE",
|
|
7709
|
+
chainId: "8453",
|
|
7710
|
+
decimals: 18,
|
|
7711
|
+
identifier: "BASE.RBase-0x9a960cf8a8242b895cec756f12da6faef09eac30",
|
|
7712
|
+
logoURI:
|
|
7713
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.rbase-0x9a960cf8a8242b895cec756f12da6faef09eac30.png",
|
|
7714
|
+
ticker: "RBase",
|
|
7715
|
+
},
|
|
7725
7716
|
{
|
|
7726
7717
|
address: "0x777703edd29d1cdb08becb5feb50c5e3443fb90b",
|
|
7727
7718
|
chain: "BASE",
|
|
@@ -7913,24 +7904,24 @@ export const list = {
|
|
|
7913
7904
|
ticker: "RSR",
|
|
7914
7905
|
},
|
|
7915
7906
|
{
|
|
7916
|
-
address: "
|
|
7907
|
+
address: "0x7a43121e70f10a5b7f114e5962158e0aa4c74508",
|
|
7917
7908
|
chain: "BASE",
|
|
7918
7909
|
chainId: "8453",
|
|
7919
7910
|
decimals: 18,
|
|
7920
|
-
identifier: "BASE.
|
|
7911
|
+
identifier: "BASE.RWASS-0x7a43121e70f10a5b7f114e5962158e0aa4c74508",
|
|
7921
7912
|
logoURI:
|
|
7922
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
7923
|
-
ticker: "
|
|
7913
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.rwass-0x7a43121e70f10a5b7f114e5962158e0aa4c74508.png",
|
|
7914
|
+
ticker: "RWASS",
|
|
7924
7915
|
},
|
|
7925
7916
|
{
|
|
7926
|
-
address: "
|
|
7917
|
+
address: "0x4c95cd5b24cba798c56f9c3045975d7b24437415",
|
|
7927
7918
|
chain: "BASE",
|
|
7928
7919
|
chainId: "8453",
|
|
7929
7920
|
decimals: 18,
|
|
7930
|
-
identifier: "BASE.
|
|
7921
|
+
identifier: "BASE.SAMS-0x4c95cd5b24cba798c56f9c3045975d7b24437415",
|
|
7931
7922
|
logoURI:
|
|
7932
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
7933
|
-
ticker: "
|
|
7923
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.sams-0x4c95cd5b24cba798c56f9c3045975d7b24437415.png",
|
|
7924
|
+
ticker: "SAMS",
|
|
7934
7925
|
},
|
|
7935
7926
|
{
|
|
7936
7927
|
address: "0x3f7fce849158e81ba1f1b6b3b5ccfad502f23d28",
|
|
@@ -8012,16 +8003,6 @@ export const list = {
|
|
|
8012
8003
|
"https://storage.googleapis.com/token-list-swapkit/images/base.sekoia-0x1185cb5122edad199bdbc0cbd7a0457e448f23c7.png",
|
|
8013
8004
|
ticker: "SEKOIA",
|
|
8014
8005
|
},
|
|
8015
|
-
{
|
|
8016
|
-
address: "0xba5b9b2d2d06a9021eb3190ea5fb0e02160839a4",
|
|
8017
|
-
chain: "BASE",
|
|
8018
|
-
chainId: "8453",
|
|
8019
|
-
decimals: 18,
|
|
8020
|
-
identifier: "BASE.Sendit-0xba5b9b2d2d06a9021eb3190ea5fb0e02160839a4",
|
|
8021
|
-
logoURI:
|
|
8022
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.sendit-0xba5b9b2d2d06a9021eb3190ea5fb0e02160839a4.png",
|
|
8023
|
-
ticker: "Sendit",
|
|
8024
|
-
},
|
|
8025
8006
|
{
|
|
8026
8007
|
address: "0x3b0973b5298df83b81854ebfa8578d2c4586a20e",
|
|
8027
8008
|
chain: "BASE",
|
|
@@ -8082,16 +8063,6 @@ export const list = {
|
|
|
8082
8063
|
"https://storage.googleapis.com/token-list-swapkit/images/base.simons-0xec454689f5c155950b66467cf4089a3f167825ca.png",
|
|
8083
8064
|
ticker: "SIMONS",
|
|
8084
8065
|
},
|
|
8085
|
-
{
|
|
8086
|
-
address: "0x04b79dfce8e6ff481cb493a8bf0c71ad38f97082",
|
|
8087
|
-
chain: "BASE",
|
|
8088
|
-
chainId: "8453",
|
|
8089
|
-
decimals: 18,
|
|
8090
|
-
identifier: "BASE.simulacrum-0x04b79dfce8e6ff481cb493a8bf0c71ad38f97082",
|
|
8091
|
-
logoURI:
|
|
8092
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.simulacrum-0x04b79dfce8e6ff481cb493a8bf0c71ad38f97082.png",
|
|
8093
|
-
ticker: "simulacrum",
|
|
8094
|
-
},
|
|
8095
8066
|
{
|
|
8096
8067
|
address: "0x768be13e1680b5ebe0024c42c896e3db59ec0149",
|
|
8097
8068
|
chain: "BASE",
|
|
@@ -8112,16 +8083,6 @@ export const list = {
|
|
|
8112
8083
|
"https://storage.googleapis.com/token-list-swapkit/images/base.skop-0x6d3b8c76c5396642960243febf736c6be8b60562.png",
|
|
8113
8084
|
ticker: "SKOP",
|
|
8114
8085
|
},
|
|
8115
|
-
{
|
|
8116
|
-
address: "0x3156087c99f21d510a0f5b4b967b31bb4b2850e8",
|
|
8117
|
-
chain: "BASE",
|
|
8118
|
-
chainId: "8453",
|
|
8119
|
-
decimals: 18,
|
|
8120
|
-
identifier: "BASE.SMC token-0x3156087c99f21d510a0f5b4b967b31bb4b2850e8",
|
|
8121
|
-
logoURI:
|
|
8122
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.smc token-0x3156087c99f21d510a0f5b4b967b31bb4b2850e8.png",
|
|
8123
|
-
ticker: "SMC token",
|
|
8124
|
-
},
|
|
8125
8086
|
{
|
|
8126
8087
|
address: "0x291a8da3c42b7d7f00349d6f1be3c823a2b3fca4",
|
|
8127
8088
|
chain: "BASE",
|
|
@@ -8132,16 +8093,6 @@ export const list = {
|
|
|
8132
8093
|
"https://storage.googleapis.com/token-list-swapkit/images/base.smol-0x291a8da3c42b7d7f00349d6f1be3c823a2b3fca4.png",
|
|
8133
8094
|
ticker: "SMOL",
|
|
8134
8095
|
},
|
|
8135
|
-
{
|
|
8136
|
-
address: "0xba1e2321e340740f9c3685dc09de5e0326bc1799",
|
|
8137
|
-
chain: "BASE",
|
|
8138
|
-
chainId: "8453",
|
|
8139
|
-
decimals: 18,
|
|
8140
|
-
identifier: "BASE.SNAP-0xba1e2321e340740f9c3685dc09de5e0326bc1799",
|
|
8141
|
-
logoURI:
|
|
8142
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.snap-0xba1e2321e340740f9c3685dc09de5e0326bc1799.png",
|
|
8143
|
-
ticker: "SNAP",
|
|
8144
|
-
},
|
|
8145
8096
|
{
|
|
8146
8097
|
address: "0x662015EC830DF08C0FC45896FaB726542e8AC09E",
|
|
8147
8098
|
chain: "BASE",
|
|
@@ -8172,16 +8123,6 @@ export const list = {
|
|
|
8172
8123
|
"https://storage.googleapis.com/token-list-swapkit/images/base.snx-0x22e6966b799c4d5b13be962e1d117b56327fda66.png",
|
|
8173
8124
|
ticker: "SNX",
|
|
8174
8125
|
},
|
|
8175
|
-
{
|
|
8176
|
-
address: "0x142f22aae0040939e48826c619edc91e3b3c7002",
|
|
8177
|
-
chain: "BASE",
|
|
8178
|
-
chainId: "8453",
|
|
8179
|
-
decimals: 18,
|
|
8180
|
-
identifier: "BASE.Solaxy-0x142f22aae0040939e48826c619edc91e3b3c7002",
|
|
8181
|
-
logoURI:
|
|
8182
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.solaxy-0x142f22aae0040939e48826c619edc91e3b3c7002.png",
|
|
8183
|
-
ticker: "Solaxy",
|
|
8184
|
-
},
|
|
8185
8126
|
{
|
|
8186
8127
|
address: "0x624e2e7fdc8903165f64891672267ab0fcb98831",
|
|
8187
8128
|
chain: "BASE",
|
|
@@ -8302,6 +8243,16 @@ export const list = {
|
|
|
8302
8243
|
"https://storage.googleapis.com/token-list-swapkit/images/base.szn-0x01a942f20e317882c015af15af49bb6b74f14fad.png",
|
|
8303
8244
|
ticker: "SZN",
|
|
8304
8245
|
},
|
|
8246
|
+
{
|
|
8247
|
+
address: "0x154af0cc4df0c1744edc0b4b916f6aa028d009b0",
|
|
8248
|
+
chain: "BASE",
|
|
8249
|
+
chainId: "8453",
|
|
8250
|
+
decimals: 18,
|
|
8251
|
+
identifier: "BASE.tab-0x154af0cc4df0c1744edc0b4b916f6aa028d009b0",
|
|
8252
|
+
logoURI:
|
|
8253
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.tab-0x154af0cc4df0c1744edc0b4b916f6aa028d009b0.png",
|
|
8254
|
+
ticker: "tab",
|
|
8255
|
+
},
|
|
8305
8256
|
{
|
|
8306
8257
|
address: "0xcb59edb40b86429e68535bf0edbd0640f4771a47",
|
|
8307
8258
|
chain: "BASE",
|
|
@@ -8373,14 +8324,14 @@ export const list = {
|
|
|
8373
8324
|
ticker: "test2",
|
|
8374
8325
|
},
|
|
8375
8326
|
{
|
|
8376
|
-
address: "
|
|
8327
|
+
address: "0x959143611c63c1fa693a2e0771ed122d1574f576",
|
|
8377
8328
|
chain: "BASE",
|
|
8378
8329
|
chainId: "8453",
|
|
8379
8330
|
decimals: 18,
|
|
8380
|
-
identifier: "BASE.
|
|
8331
|
+
identifier: "BASE.test2-0x959143611c63c1fa693a2e0771ed122d1574f576",
|
|
8381
8332
|
logoURI:
|
|
8382
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
8383
|
-
ticker: "
|
|
8333
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.test2-0x959143611c63c1fa693a2e0771ed122d1574f576.png",
|
|
8334
|
+
ticker: "test2",
|
|
8384
8335
|
},
|
|
8385
8336
|
{
|
|
8386
8337
|
address: "0x23e2475d4c524170de0e826c693e5c0f2a3f44e9",
|
|
@@ -8422,6 +8373,16 @@ export const list = {
|
|
|
8422
8373
|
"https://storage.googleapis.com/token-list-swapkit/images/base.tinyp-0x1cbb39da9e815483ed44ec918d6f8dfb828f3a06.png",
|
|
8423
8374
|
ticker: "TINYP",
|
|
8424
8375
|
},
|
|
8376
|
+
{
|
|
8377
|
+
address: "0x5b5dee44552546ecea05edea01dcd7be7aa6144a",
|
|
8378
|
+
chain: "BASE",
|
|
8379
|
+
chainId: "8453",
|
|
8380
|
+
decimals: 18,
|
|
8381
|
+
identifier: "BASE.TN100x-0x5b5dee44552546ecea05edea01dcd7be7aa6144a",
|
|
8382
|
+
logoURI:
|
|
8383
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.tn100x-0x5b5dee44552546ecea05edea01dcd7be7aa6144a.png",
|
|
8384
|
+
ticker: "TN100x",
|
|
8385
|
+
},
|
|
8425
8386
|
{
|
|
8426
8387
|
address: "0xb8d98a102b0079b69ffbc760c8d857a31653e56e",
|
|
8427
8388
|
chain: "BASE",
|
|
@@ -8452,16 +8413,6 @@ export const list = {
|
|
|
8452
8413
|
"https://storage.googleapis.com/token-list-swapkit/images/base.token-0xd758916365b361cf833bb9c4c465ecd501ddd984.png",
|
|
8453
8414
|
ticker: "TOKEN",
|
|
8454
8415
|
},
|
|
8455
|
-
{
|
|
8456
|
-
address: "0xb22a793a81ff5b6ad37f40d5fe1e0ac4184d52f3",
|
|
8457
|
-
chain: "BASE",
|
|
8458
|
-
chainId: "8453",
|
|
8459
|
-
decimals: 18,
|
|
8460
|
-
identifier: "BASE.TONY-0xb22a793a81ff5b6ad37f40d5fe1e0ac4184d52f3",
|
|
8461
|
-
logoURI:
|
|
8462
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.tony-0xb22a793a81ff5b6ad37f40d5fe1e0ac4184d52f3.png",
|
|
8463
|
-
ticker: "TONY",
|
|
8464
|
-
},
|
|
8465
8416
|
{
|
|
8466
8417
|
address: "0x78ec15c5fd8efc5e924e9eebb9e549e29c785867",
|
|
8467
8418
|
chain: "BASE",
|
|
@@ -8482,16 +8433,6 @@ export const list = {
|
|
|
8482
8433
|
"https://storage.googleapis.com/token-list-swapkit/images/base.toshi-0xac1bd2486aaf3b5c0fc3fd868558b082a531b2b4.png",
|
|
8483
8434
|
ticker: "TOSHI",
|
|
8484
8435
|
},
|
|
8485
|
-
{
|
|
8486
|
-
address: "0xA81a52B4dda010896cDd386C7fBdc5CDc835ba23",
|
|
8487
|
-
chain: "BASE",
|
|
8488
|
-
chainId: "8453",
|
|
8489
|
-
decimals: 18,
|
|
8490
|
-
identifier: "BASE.TRAC-0xA81a52B4dda010896cDd386C7fBdc5CDc835ba23",
|
|
8491
|
-
logoURI:
|
|
8492
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.trac-0xa81a52b4dda010896cdd386c7fbdc5cdc835ba23.png",
|
|
8493
|
-
ticker: "TRAC",
|
|
8494
|
-
},
|
|
8495
8436
|
{
|
|
8496
8437
|
address: "0xdf00fde26a6819507649904ca52fe5062ef75ba7",
|
|
8497
8438
|
chain: "BASE",
|
|
@@ -8502,16 +8443,6 @@ export const list = {
|
|
|
8502
8443
|
"https://storage.googleapis.com/token-list-swapkit/images/base.trash-0xdf00fde26a6819507649904ca52fe5062ef75ba7.png",
|
|
8503
8444
|
ticker: "TRASH",
|
|
8504
8445
|
},
|
|
8505
|
-
{
|
|
8506
|
-
address: "0xF8e9E61FFB2b491f7DF29823a76009743671CD96",
|
|
8507
|
-
chain: "BASE",
|
|
8508
|
-
chainId: "8453",
|
|
8509
|
-
decimals: 18,
|
|
8510
|
-
identifier: "BASE.TRB-0xF8e9E61FFB2b491f7DF29823a76009743671CD96",
|
|
8511
|
-
logoURI:
|
|
8512
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.trb-0xf8e9e61ffb2b491f7df29823a76009743671cd96.png",
|
|
8513
|
-
ticker: "TRB",
|
|
8514
|
-
},
|
|
8515
8446
|
{
|
|
8516
8447
|
address: "0xe18ce0c83f978e863b81b0662cc0e2132e86eeed",
|
|
8517
8448
|
chain: "BASE",
|
|
@@ -8532,16 +8463,6 @@ export const list = {
|
|
|
8532
8463
|
"https://storage.googleapis.com/token-list-swapkit/images/base.tree-0x52c2b317eb0bb61e650683d2f287f56c413e4cf6.png",
|
|
8533
8464
|
ticker: "TREE",
|
|
8534
8465
|
},
|
|
8535
|
-
{
|
|
8536
|
-
address: "0x1c4f589c48fd3b707fb87c6b6ad5a362ef75c683",
|
|
8537
|
-
chain: "BASE",
|
|
8538
|
-
chainId: "8453",
|
|
8539
|
-
decimals: 18,
|
|
8540
|
-
identifier: "BASE.TRUMP-0x1c4f589c48fd3b707fb87c6b6ad5a362ef75c683",
|
|
8541
|
-
logoURI:
|
|
8542
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.trump-0x1c4f589c48fd3b707fb87c6b6ad5a362ef75c683.png",
|
|
8543
|
-
ticker: "TRUMP",
|
|
8544
|
-
},
|
|
8545
8466
|
{
|
|
8546
8467
|
address: "0x346b930bb1c2c97c8327ec7369909c4e6d79b7f1",
|
|
8547
8468
|
chain: "BASE",
|
|
@@ -8743,15 +8664,25 @@ export const list = {
|
|
|
8743
8664
|
ticker: "UNA",
|
|
8744
8665
|
},
|
|
8745
8666
|
{
|
|
8746
|
-
address: "
|
|
8667
|
+
address: "0xc3de830ea07524a0761646a6a4e4be0e114a3c83",
|
|
8747
8668
|
chain: "BASE",
|
|
8748
8669
|
chainId: "8453",
|
|
8749
8670
|
decimals: 18,
|
|
8750
|
-
identifier: "BASE.UNI-
|
|
8671
|
+
identifier: "BASE.UNI-0xc3de830ea07524a0761646a6a4e4be0e114a3c83",
|
|
8751
8672
|
logoURI:
|
|
8752
8673
|
"https://storage.googleapis.com/token-list-swapkit/images/base.uni-0xc3de830ea07524a0761646a6a4e4be0e114a3c83.png",
|
|
8753
8674
|
ticker: "UNI",
|
|
8754
8675
|
},
|
|
8676
|
+
{
|
|
8677
|
+
address: "0x999999916e9a9e214057e2701a951c20e383a977",
|
|
8678
|
+
chain: "BASE",
|
|
8679
|
+
chainId: "8453",
|
|
8680
|
+
decimals: 18,
|
|
8681
|
+
identifier: "BASE.URWA.Ai-0x999999916e9a9e214057e2701a951c20e383a977",
|
|
8682
|
+
logoURI:
|
|
8683
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.urwa.ai-0x999999916e9a9e214057e2701a951c20e383a977.png",
|
|
8684
|
+
ticker: "URWA.Ai",
|
|
8685
|
+
},
|
|
8755
8686
|
{
|
|
8756
8687
|
address: "0xb79dd08ea68a908a97220c76d19a6aa9cbde4376",
|
|
8757
8688
|
chain: "BASE",
|
|
@@ -8793,11 +8724,11 @@ export const list = {
|
|
|
8793
8724
|
ticker: "USDN",
|
|
8794
8725
|
},
|
|
8795
8726
|
{
|
|
8796
|
-
address: "
|
|
8727
|
+
address: "0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",
|
|
8797
8728
|
chain: "BASE",
|
|
8798
8729
|
chainId: "8453",
|
|
8799
8730
|
decimals: 6,
|
|
8800
|
-
identifier: "BASE.USDT-
|
|
8731
|
+
identifier: "BASE.USDT-0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",
|
|
8801
8732
|
logoURI:
|
|
8802
8733
|
"https://storage.googleapis.com/token-list-swapkit/images/base.usdt-0xfde4c96c8593536e31f229ea8f37b2ada2699bb2.png",
|
|
8803
8734
|
ticker: "USDT",
|
|
@@ -8952,16 +8883,6 @@ export const list = {
|
|
|
8952
8883
|
"https://storage.googleapis.com/token-list-swapkit/images/base.vra-0xf7368bdee75e6725a8cd669aa02c185a1c6a5e04.png",
|
|
8953
8884
|
ticker: "VRA",
|
|
8954
8885
|
},
|
|
8955
|
-
{
|
|
8956
|
-
address: "0x47686106181b3cefe4eaf94c4c10b48ac750370b",
|
|
8957
|
-
chain: "BASE",
|
|
8958
|
-
chainId: "8453",
|
|
8959
|
-
decimals: 18,
|
|
8960
|
-
identifier: "BASE.VTF-0x47686106181b3cefe4eaf94c4c10b48ac750370b",
|
|
8961
|
-
logoURI:
|
|
8962
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.vtf-0x47686106181b3cefe4eaf94c4c10b48ac750370b.png",
|
|
8963
|
-
ticker: "VTF",
|
|
8964
|
-
},
|
|
8965
8886
|
{
|
|
8966
8887
|
address: "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf",
|
|
8967
8888
|
chain: "BASE",
|
|
@@ -8973,14 +8894,14 @@ export const list = {
|
|
|
8973
8894
|
ticker: "VVV",
|
|
8974
8895
|
},
|
|
8975
8896
|
{
|
|
8976
|
-
address: "
|
|
8897
|
+
address: "0x0cec55550de5282ee833be61031ebd7862db28d9",
|
|
8977
8898
|
chain: "BASE",
|
|
8978
8899
|
chainId: "8453",
|
|
8979
8900
|
decimals: 18,
|
|
8980
|
-
identifier: "BASE.
|
|
8901
|
+
identifier: "BASE.WAGMI-0x0cec55550de5282ee833be61031ebd7862db28d9",
|
|
8981
8902
|
logoURI:
|
|
8982
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.
|
|
8983
|
-
ticker: "
|
|
8903
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.wagmi-0x0cec55550de5282ee833be61031ebd7862db28d9.png",
|
|
8904
|
+
ticker: "WAGMI",
|
|
8984
8905
|
},
|
|
8985
8906
|
{
|
|
8986
8907
|
address: "0x0bbbead62f7647ae8323d2cb243a0db74b7c2b80",
|
|
@@ -8992,16 +8913,6 @@ export const list = {
|
|
|
8992
8913
|
"https://storage.googleapis.com/token-list-swapkit/images/base.wallet-0x0bbbead62f7647ae8323d2cb243a0db74b7c2b80.png",
|
|
8993
8914
|
ticker: "WALLET",
|
|
8994
8915
|
},
|
|
8995
|
-
{
|
|
8996
|
-
address: "0x489fe42C267fe0366B16b0c39e7AEEf977E841eF",
|
|
8997
|
-
chain: "BASE",
|
|
8998
|
-
chainId: "8453",
|
|
8999
|
-
decimals: 18,
|
|
9000
|
-
identifier: "BASE.WAMPL-0x489fe42C267fe0366B16b0c39e7AEEf977E841eF",
|
|
9001
|
-
logoURI:
|
|
9002
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.wampl-0x489fe42c267fe0366b16b0c39e7aeef977e841ef.png",
|
|
9003
|
-
ticker: "WAMPL",
|
|
9004
|
-
},
|
|
9005
8916
|
{
|
|
9006
8917
|
address: "0x5f5054af8dc9044aa18f931c6927108b3dd182f5",
|
|
9007
8918
|
chain: "BASE",
|
|
@@ -9192,26 +9103,6 @@ export const list = {
|
|
|
9192
9103
|
"https://storage.googleapis.com/token-list-swapkit/images/base.wot-0x8c3ed1f4d142965d19e0db48ae189dd9448ad95a.png",
|
|
9193
9104
|
ticker: "WOT",
|
|
9194
9105
|
},
|
|
9195
|
-
{
|
|
9196
|
-
address: "0xcc604dc8b38a989206baa0b5a84e8de40cb1f403",
|
|
9197
|
-
chain: "BASE",
|
|
9198
|
-
chainId: "8453",
|
|
9199
|
-
decimals: 18,
|
|
9200
|
-
identifier: "BASE.WOULD-0xcc604dc8b38a989206baa0b5a84e8de40cb1f403",
|
|
9201
|
-
logoURI:
|
|
9202
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.would-0xcc604dc8b38a989206baa0b5a84e8de40cb1f403.png",
|
|
9203
|
-
ticker: "WOULD",
|
|
9204
|
-
},
|
|
9205
|
-
{
|
|
9206
|
-
address: "0x20481eb8459ed4a95c2cffa5d8526700654a74f0",
|
|
9207
|
-
chain: "BASE",
|
|
9208
|
-
chainId: "8453",
|
|
9209
|
-
decimals: 18,
|
|
9210
|
-
identifier: "BASE.WP-0x20481eb8459ed4a95c2cffa5d8526700654a74f0",
|
|
9211
|
-
logoURI:
|
|
9212
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.wp-0x20481eb8459ed4a95c2cffa5d8526700654a74f0.png",
|
|
9213
|
-
ticker: "WP",
|
|
9214
|
-
},
|
|
9215
9106
|
{
|
|
9216
9107
|
address: "0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452",
|
|
9217
9108
|
chain: "BASE",
|
|
@@ -9292,26 +9183,6 @@ export const list = {
|
|
|
9292
9183
|
"https://storage.googleapis.com/token-list-swapkit/images/base.xoe-0xf8ab9d4caf002878a3604e598a887d480862d2a8.png",
|
|
9293
9184
|
ticker: "Xoe",
|
|
9294
9185
|
},
|
|
9295
|
-
{
|
|
9296
|
-
address: "0x73ff886dd0d6eb66d96719ba57318ba23113d12e",
|
|
9297
|
-
chain: "BASE",
|
|
9298
|
-
chainId: "8453",
|
|
9299
|
-
decimals: 18,
|
|
9300
|
-
identifier: "BASE.XRP-0x73ff886dd0d6eb66d96719ba57318ba23113d12e",
|
|
9301
|
-
logoURI:
|
|
9302
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.xrp-0x73ff886dd0d6eb66d96719ba57318ba23113d12e.png",
|
|
9303
|
-
ticker: "XRP",
|
|
9304
|
-
},
|
|
9305
|
-
{
|
|
9306
|
-
address: "0xD7B99ffB8B2afc6fe013a17207cbe50f223aDc94",
|
|
9307
|
-
chain: "BASE",
|
|
9308
|
-
chainId: "8453",
|
|
9309
|
-
decimals: 18,
|
|
9310
|
-
identifier: "BASE.XYO-0xD7B99ffB8B2afc6fe013a17207cbe50f223aDc94",
|
|
9311
|
-
logoURI:
|
|
9312
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.xyo-0xd7b99ffb8b2afc6fe013a17207cbe50f223adc94.png",
|
|
9313
|
-
ticker: "XYO",
|
|
9314
|
-
},
|
|
9315
9186
|
{
|
|
9316
9187
|
address: "0x2e948afce4e42c382fbb409a3d2a600f81e79470",
|
|
9317
9188
|
chain: "BASE",
|
|
@@ -9332,16 +9203,6 @@ export const list = {
|
|
|
9332
9203
|
"https://storage.googleapis.com/token-list-swapkit/images/base.yes-0x1b68244b100a6713ca7f540697b1be12148a8bf9.png",
|
|
9333
9204
|
ticker: "YES",
|
|
9334
9205
|
},
|
|
9335
|
-
{
|
|
9336
|
-
address: "0x9EaF8C1E34F05a589EDa6BAfdF391Cf6Ad3CB239",
|
|
9337
|
-
chain: "BASE",
|
|
9338
|
-
chainId: "8453",
|
|
9339
|
-
decimals: 18,
|
|
9340
|
-
identifier: "BASE.YFI-0x9EaF8C1E34F05a589EDa6BAfdF391Cf6Ad3CB239",
|
|
9341
|
-
logoURI:
|
|
9342
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.yfi-0x9eaf8c1e34f05a589eda6bafdf391cf6ad3cb239.png",
|
|
9343
|
-
ticker: "YFI",
|
|
9344
|
-
},
|
|
9345
9206
|
{
|
|
9346
9207
|
address: "0xaAC78d1219c08AecC8e37e03858FE885f5EF1799",
|
|
9347
9208
|
chain: "BASE",
|
|
@@ -9402,6 +9263,16 @@ export const list = {
|
|
|
9402
9263
|
"https://storage.googleapis.com/token-list-swapkit/images/base.zks-0x787031112b8a4ee13618cdf173324ad7ddf6e783.png",
|
|
9403
9264
|
ticker: "ZKS",
|
|
9404
9265
|
},
|
|
9266
|
+
{
|
|
9267
|
+
address: "0x1111111111166b7FE7bd91427724B487980aFc69",
|
|
9268
|
+
chain: "BASE",
|
|
9269
|
+
chainId: "8453",
|
|
9270
|
+
decimals: 18,
|
|
9271
|
+
identifier: "BASE.ZORA-0x1111111111166b7FE7bd91427724B487980aFc69",
|
|
9272
|
+
logoURI:
|
|
9273
|
+
"https://storage.googleapis.com/token-list-swapkit/images/base.zora-0x1111111111166b7fe7bd91427724b487980afc69.png",
|
|
9274
|
+
ticker: "ZORA",
|
|
9275
|
+
},
|
|
9405
9276
|
{
|
|
9406
9277
|
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
9407
9278
|
chain: "BASE",
|
|
@@ -9572,26 +9443,6 @@ export const list = {
|
|
|
9572
9443
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.acx-0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f.png",
|
|
9573
9444
|
ticker: "ACX",
|
|
9574
9445
|
},
|
|
9575
|
-
{
|
|
9576
|
-
address: "0xcfcecfe2bd2fed07a9145222e8a7ad9cf1ccd22a",
|
|
9577
|
-
chain: "ETH",
|
|
9578
|
-
chainId: "1",
|
|
9579
|
-
decimals: 11,
|
|
9580
|
-
identifier: "ETH.ADS-0xcfcecfe2bd2fed07a9145222e8a7ad9cf1ccd22a",
|
|
9581
|
-
logoURI:
|
|
9582
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ads-0xcfcecfe2bd2fed07a9145222e8a7ad9cf1ccd22a.png",
|
|
9583
|
-
ticker: "ADS",
|
|
9584
|
-
},
|
|
9585
|
-
{
|
|
9586
|
-
address: "0x422866a8f0b032c5cf1dfbdef31a20f4509562b0",
|
|
9587
|
-
chain: "ETH",
|
|
9588
|
-
chainId: "1",
|
|
9589
|
-
decimals: 0,
|
|
9590
|
-
identifier: "ETH.ADST-0x422866a8f0b032c5cf1dfbdef31a20f4509562b0",
|
|
9591
|
-
logoURI:
|
|
9592
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.adst-0x422866a8f0b032c5cf1dfbdef31a20f4509562b0.png",
|
|
9593
|
-
ticker: "ADST",
|
|
9594
|
-
},
|
|
9595
9446
|
{
|
|
9596
9447
|
address: "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",
|
|
9597
9448
|
chain: "ETH",
|
|
@@ -9812,26 +9663,6 @@ export const list = {
|
|
|
9812
9663
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.amp-0xff20817765cb7f73d4bde2e66e067e58d11095c2.png",
|
|
9813
9664
|
ticker: "AMP",
|
|
9814
9665
|
},
|
|
9815
|
-
{
|
|
9816
|
-
address: "0x5fd13359ba15a84b76f7f87568309040176167cd",
|
|
9817
|
-
chain: "ETH",
|
|
9818
|
-
chainId: "1",
|
|
9819
|
-
decimals: 18,
|
|
9820
|
-
identifier: "ETH.amphrETH-0x5fd13359ba15a84b76f7f87568309040176167cd",
|
|
9821
|
-
logoURI:
|
|
9822
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.amphreth-0x5fd13359ba15a84b76f7f87568309040176167cd.png",
|
|
9823
|
-
ticker: "amphrETH",
|
|
9824
|
-
},
|
|
9825
|
-
{
|
|
9826
|
-
address: "0x4f14cdbd815b79e9624121f564f24685c6b1211b",
|
|
9827
|
-
chain: "ETH",
|
|
9828
|
-
chainId: "1",
|
|
9829
|
-
decimals: 18,
|
|
9830
|
-
identifier: "ETH.ANFD-0x4f14cdbd815b79e9624121f564f24685c6b1211b",
|
|
9831
|
-
logoURI:
|
|
9832
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.anfd-0x4f14cdbd815b79e9624121f564f24685c6b1211b.png",
|
|
9833
|
-
ticker: "ANFD",
|
|
9834
|
-
},
|
|
9835
9666
|
{
|
|
9836
9667
|
address: "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",
|
|
9837
9668
|
chain: "ETH",
|
|
@@ -10022,16 +9853,6 @@ export const list = {
|
|
|
10022
9853
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ata-0xa2120b9e674d3fc3875f415a7df52e382f141225.png",
|
|
10023
9854
|
ticker: "ATA",
|
|
10024
9855
|
},
|
|
10025
|
-
{
|
|
10026
|
-
address: "0xa4ffdf3208f46898ce063e25c1c43056fa754739",
|
|
10027
|
-
chain: "ETH",
|
|
10028
|
-
chainId: "1",
|
|
10029
|
-
decimals: 18,
|
|
10030
|
-
identifier: "ETH.ATH-0xa4ffdf3208f46898ce063e25c1c43056fa754739",
|
|
10031
|
-
logoURI:
|
|
10032
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ath-0xa4ffdf3208f46898ce063e25c1c43056fa754739.png",
|
|
10033
|
-
ticker: "ATH",
|
|
10034
|
-
},
|
|
10035
9856
|
{
|
|
10036
9857
|
address: "0xbe0Ed4138121EcFC5c0E56B40517da27E6c5226B",
|
|
10037
9858
|
chain: "ETH",
|
|
@@ -10102,6 +9923,16 @@ export const list = {
|
|
|
10102
9923
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ausd-0xb7135877cd5d40aa3b086ac6f21c51bbafbbb41f.png",
|
|
10103
9924
|
ticker: "AUSD",
|
|
10104
9925
|
},
|
|
9926
|
+
{
|
|
9927
|
+
address: "0xa6c0c097741d55ecd9a3a7def3a8253fd022ceb9",
|
|
9928
|
+
chain: "ETH",
|
|
9929
|
+
chainId: "1",
|
|
9930
|
+
decimals: 18,
|
|
9931
|
+
identifier: "ETH.AVA-0xa6c0c097741d55ecd9a3a7def3a8253fd022ceb9",
|
|
9932
|
+
logoURI:
|
|
9933
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.ava-0xa6c0c097741d55ecd9a3a7def3a8253fd022ceb9.png",
|
|
9934
|
+
ticker: "AVA",
|
|
9935
|
+
},
|
|
10105
9936
|
{
|
|
10106
9937
|
address: "0xd2bdaaf2b9cc6981fd273dcb7c04023bfbe0a7fe",
|
|
10107
9938
|
chain: "ETH",
|
|
@@ -10112,6 +9943,16 @@ export const list = {
|
|
|
10112
9943
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.avi-0xd2bdaaf2b9cc6981fd273dcb7c04023bfbe0a7fe.png",
|
|
10113
9944
|
ticker: "AVI",
|
|
10114
9945
|
},
|
|
9946
|
+
{
|
|
9947
|
+
address: "0x0d88ed6e74bbfd96b831231638b66c05571e824f",
|
|
9948
|
+
chain: "ETH",
|
|
9949
|
+
chainId: "1",
|
|
9950
|
+
decimals: 18,
|
|
9951
|
+
identifier: "ETH.AVT-0x0d88ed6e74bbfd96b831231638b66c05571e824f",
|
|
9952
|
+
logoURI:
|
|
9953
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.avt-0x0d88ed6e74bbfd96b831231638b66c05571e824f.png",
|
|
9954
|
+
ticker: "AVT",
|
|
9955
|
+
},
|
|
10115
9956
|
{
|
|
10116
9957
|
address: "0x845576c64f9754CF09d87e45B720E82F3EeF522C",
|
|
10117
9958
|
chain: "ETH",
|
|
@@ -10232,16 +10073,6 @@ export const list = {
|
|
|
10232
10073
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.bat-0x0d8775f648430679a709e98d2b0cb6250d2887ef.png",
|
|
10233
10074
|
ticker: "BAT",
|
|
10234
10075
|
},
|
|
10235
|
-
{
|
|
10236
|
-
address: "0x28c3501fd8a248c6ac334c065fe7907062953cfd",
|
|
10237
|
-
chain: "ETH",
|
|
10238
|
-
chainId: "1",
|
|
10239
|
-
decimals: 18,
|
|
10240
|
-
identifier: "ETH.BAYC-0x28c3501fd8a248c6ac334c065fe7907062953cfd",
|
|
10241
|
-
logoURI:
|
|
10242
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.bayc-0x28c3501fd8a248c6ac334c065fe7907062953cfd.png",
|
|
10243
|
-
ticker: "BAYC",
|
|
10244
|
-
},
|
|
10245
10076
|
{
|
|
10246
10077
|
address: "0x9be89d2a4cd102d8fecc6bf9da793be995c22541",
|
|
10247
10078
|
chain: "ETH",
|
|
@@ -10262,6 +10093,16 @@ export const list = {
|
|
|
10262
10093
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.bcred-0x7f89f674b7d264944027e78e5f58eb2bbbb7cfa3.png",
|
|
10263
10094
|
ticker: "BCRED",
|
|
10264
10095
|
},
|
|
10096
|
+
{
|
|
10097
|
+
address: "0xbef26bd568e421d6708cca55ad6e35f8bfa0c406",
|
|
10098
|
+
chain: "ETH",
|
|
10099
|
+
chainId: "1",
|
|
10100
|
+
decimals: 18,
|
|
10101
|
+
identifier: "ETH.BCUT-0xbef26bd568e421d6708cca55ad6e35f8bfa0c406",
|
|
10102
|
+
logoURI:
|
|
10103
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.bcut-0xbef26bd568e421d6708cca55ad6e35f8bfa0c406.png",
|
|
10104
|
+
ticker: "BCUT",
|
|
10105
|
+
},
|
|
10265
10106
|
{
|
|
10266
10107
|
address: "0x5016878159e84dadb05bb04135f3eac339ae201f",
|
|
10267
10108
|
chain: "ETH",
|
|
@@ -10302,16 +10143,6 @@ export const list = {
|
|
|
10302
10143
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.bed-0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6.png",
|
|
10303
10144
|
ticker: "BED",
|
|
10304
10145
|
},
|
|
10305
|
-
{
|
|
10306
|
-
address: "0x4e3b170dcbe704b248df5f56d488114ace01b1c5",
|
|
10307
|
-
chain: "ETH",
|
|
10308
|
-
chainId: "1",
|
|
10309
|
-
decimals: 18,
|
|
10310
|
-
identifier: "ETH.BED-0x4e3b170dcbe704b248df5f56d488114ace01b1c5",
|
|
10311
|
-
logoURI:
|
|
10312
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.bed-0x4e3b170dcbe704b248df5f56d488114ace01b1c5.png",
|
|
10313
|
-
ticker: "BED",
|
|
10314
|
-
},
|
|
10315
10146
|
{
|
|
10316
10147
|
address: "0x8b9b95292f890df47fff5ac9cbe93d5fc242bd51",
|
|
10317
10148
|
chain: "ETH",
|
|
@@ -10462,16 +10293,6 @@ export const list = {
|
|
|
10462
10293
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.blnd-0xdc190ea63142c7522dd56077f9b48b5073e3bd49.png",
|
|
10463
10294
|
ticker: "BLND",
|
|
10464
10295
|
},
|
|
10465
|
-
{
|
|
10466
|
-
address: "0x23d17de53aae4a767499a9d8b8c33b5b1c3ebdb0",
|
|
10467
|
-
chain: "ETH",
|
|
10468
|
-
chainId: "1",
|
|
10469
|
-
decimals: 18,
|
|
10470
|
-
identifier: "ETH.BLUR-0x23d17de53aae4a767499a9d8b8c33b5b1c3ebdb0",
|
|
10471
|
-
logoURI:
|
|
10472
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.blur-0x23d17de53aae4a767499a9d8b8c33b5b1c3ebdb0.png",
|
|
10473
|
-
ticker: "BLUR",
|
|
10474
|
-
},
|
|
10475
10296
|
{
|
|
10476
10297
|
address: "0x5283D291DBCF85356A21bA090E6db59121208b44",
|
|
10477
10298
|
chain: "ETH",
|
|
@@ -10662,16 +10483,6 @@ export const list = {
|
|
|
10662
10483
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.btt-0xc669928185dbce49d2230cc9b0979be6dc797957.png",
|
|
10663
10484
|
ticker: "BTT",
|
|
10664
10485
|
},
|
|
10665
|
-
{
|
|
10666
|
-
address: "0xb683d83a532e2cb7dfa5275eed3698436371cc9f",
|
|
10667
|
-
chain: "ETH",
|
|
10668
|
-
chainId: "1",
|
|
10669
|
-
decimals: 18,
|
|
10670
|
-
identifier: "ETH.BTU-0xb683d83a532e2cb7dfa5275eed3698436371cc9f",
|
|
10671
|
-
logoURI:
|
|
10672
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.btu-0xb683d83a532e2cb7dfa5275eed3698436371cc9f.png",
|
|
10673
|
-
ticker: "BTU",
|
|
10674
|
-
},
|
|
10675
10486
|
{
|
|
10676
10487
|
address: "0xe9689028ede16c2fdfe3d11855d28f8e3fc452a3",
|
|
10677
10488
|
chain: "ETH",
|
|
@@ -10839,8 +10650,18 @@ export const list = {
|
|
|
10839
10650
|
decimals: 18,
|
|
10840
10651
|
identifier: "ETH.CDCETH-0xfe18ae03741a5b84e39c295ac9c856ed7991c38e",
|
|
10841
10652
|
logoURI:
|
|
10842
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.cdceth-0xfe18ae03741a5b84e39c295ac9c856ed7991c38e.png",
|
|
10843
|
-
ticker: "CDCETH",
|
|
10653
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.cdceth-0xfe18ae03741a5b84e39c295ac9c856ed7991c38e.png",
|
|
10654
|
+
ticker: "CDCETH",
|
|
10655
|
+
},
|
|
10656
|
+
{
|
|
10657
|
+
address: "0xcdb37a4fbc2da5b78aa4e41a432792f9533e85cc",
|
|
10658
|
+
chain: "ETH",
|
|
10659
|
+
chainId: "1",
|
|
10660
|
+
decimals: 18,
|
|
10661
|
+
identifier: "ETH.CDT-0xcdb37a4fbc2da5b78aa4e41a432792f9533e85cc",
|
|
10662
|
+
logoURI:
|
|
10663
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.cdt-0xcdb37a4fbc2da5b78aa4e41a432792f9533e85cc.png",
|
|
10664
|
+
ticker: "CDT",
|
|
10844
10665
|
},
|
|
10845
10666
|
{
|
|
10846
10667
|
address: "0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d",
|
|
@@ -10962,6 +10783,16 @@ export const list = {
|
|
|
10962
10783
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.cmeth-0xe6829d9a7ee3040e1276fa75293bde931859e8fa.png",
|
|
10963
10784
|
ticker: "cmETH",
|
|
10964
10785
|
},
|
|
10786
|
+
{
|
|
10787
|
+
address: "0x3d000462fb9826804a45c0ea869b83b69587f2db",
|
|
10788
|
+
chain: "ETH",
|
|
10789
|
+
chainId: "1",
|
|
10790
|
+
decimals: 18,
|
|
10791
|
+
identifier: "ETH.CMPT-0x3d000462fb9826804a45c0ea869b83b69587f2db",
|
|
10792
|
+
logoURI:
|
|
10793
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.cmpt-0x3d000462fb9826804a45c0ea869b83b69587f2db.png",
|
|
10794
|
+
ticker: "CMPT",
|
|
10795
|
+
},
|
|
10965
10796
|
{
|
|
10966
10797
|
address: "0x9ae380f0272e2162340a5bb646c354271c0f5cfc",
|
|
10967
10798
|
chain: "ETH",
|
|
@@ -10992,16 +10823,6 @@ export const list = {
|
|
|
10992
10823
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.cnv-0x000000007a58f5f58e697e51ab0357bc9e260a04.png",
|
|
10993
10824
|
ticker: "CNV",
|
|
10994
10825
|
},
|
|
10995
|
-
{
|
|
10996
|
-
address: "0x2b117f0a9a56dddaaf0257b476bfc39ca7e6fda1",
|
|
10997
|
-
chain: "ETH",
|
|
10998
|
-
chainId: "1",
|
|
10999
|
-
decimals: 18,
|
|
11000
|
-
identifier: "ETH.CNW-0x2b117f0a9a56dddaaf0257b476bfc39ca7e6fda1",
|
|
11001
|
-
logoURI:
|
|
11002
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.cnw-0x2b117f0a9a56dddaaf0257b476bfc39ca7e6fda1.png",
|
|
11003
|
-
ticker: "CNW",
|
|
11004
|
-
},
|
|
11005
10826
|
{
|
|
11006
10827
|
address: "0xc00e94Cb662C3520282E6f5717214004A7f26888",
|
|
11007
10828
|
chain: "ETH",
|
|
@@ -11022,6 +10843,16 @@ export const list = {
|
|
|
11022
10843
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.copium-0x36520f6336490088c2455279c59cefac66984b36.png",
|
|
11023
10844
|
ticker: "COPIUM",
|
|
11024
10845
|
},
|
|
10846
|
+
{
|
|
10847
|
+
address: "0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6",
|
|
10848
|
+
chain: "ETH",
|
|
10849
|
+
chainId: "1",
|
|
10850
|
+
decimals: 18,
|
|
10851
|
+
identifier: "ETH.CORN-0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6",
|
|
10852
|
+
logoURI:
|
|
10853
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.corn-0x44f49ff0da2498bcb1d3dc7c0f999578f67fd8c6.png",
|
|
10854
|
+
ticker: "CORN",
|
|
10855
|
+
},
|
|
11025
10856
|
{
|
|
11026
10857
|
address: "0xDDB3422497E61e13543BeA06989C0789117555c5",
|
|
11027
10858
|
chain: "ETH",
|
|
@@ -11212,6 +11043,16 @@ export const list = {
|
|
|
11212
11043
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.cydx-0xa0084063ea01d5f09e56ef3ff6232a9e18b0bacd.png",
|
|
11213
11044
|
ticker: "CYDX",
|
|
11214
11045
|
},
|
|
11046
|
+
{
|
|
11047
|
+
address: "0x814a870726edb7dfc4798300ae1ce3e5da0ac467",
|
|
11048
|
+
chain: "ETH",
|
|
11049
|
+
chainId: "1",
|
|
11050
|
+
decimals: 18,
|
|
11051
|
+
identifier: "ETH.daCat-0x814a870726edb7dfc4798300ae1ce3e5da0ac467",
|
|
11052
|
+
logoURI:
|
|
11053
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.dacat-0x814a870726edb7dfc4798300ae1ce3e5da0ac467.png",
|
|
11054
|
+
ticker: "daCat",
|
|
11055
|
+
},
|
|
11215
11056
|
{
|
|
11216
11057
|
address: "0x6B175474E89094C44Da98b954EedeAC495271d0F",
|
|
11217
11058
|
chain: "ETH",
|
|
@@ -11312,16 +11153,6 @@ export const list = {
|
|
|
11312
11153
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.dent-0x3597bfd533a99c9aa083587b074434e61eb0a258.png",
|
|
11313
11154
|
ticker: "DENT",
|
|
11314
11155
|
},
|
|
11315
|
-
{
|
|
11316
|
-
address: "0xba3f535bbcccca2a154b573ca6c5a49baae0a3ea",
|
|
11317
|
-
chain: "ETH",
|
|
11318
|
-
chainId: "1",
|
|
11319
|
-
decimals: 18,
|
|
11320
|
-
identifier: "ETH.dEURO-0xba3f535bbcccca2a154b573ca6c5a49baae0a3ea",
|
|
11321
|
-
logoURI:
|
|
11322
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.deuro-0xba3f535bbcccca2a154b573ca6c5a49baae0a3ea.png",
|
|
11323
|
-
ticker: "dEURO",
|
|
11324
|
-
},
|
|
11325
11156
|
{
|
|
11326
11157
|
address: "0x8248270620aa532e4d64316017be5e873e37cc09",
|
|
11327
11158
|
chain: "ETH",
|
|
@@ -11362,16 +11193,6 @@ export const list = {
|
|
|
11362
11193
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.dfv-0x06b5c84c6fb16b9c043ccbb5399ac267f38e9e19.png",
|
|
11363
11194
|
ticker: "DFV",
|
|
11364
11195
|
},
|
|
11365
|
-
{
|
|
11366
|
-
address: "0x32462ba310e447ef34ff0d15bce8613aa8c4a244",
|
|
11367
|
-
chain: "ETH",
|
|
11368
|
-
chainId: "1",
|
|
11369
|
-
decimals: 18,
|
|
11370
|
-
identifier: "ETH.DHN-0x32462ba310e447ef34ff0d15bce8613aa8c4a244",
|
|
11371
|
-
logoURI:
|
|
11372
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.dhn-0x32462ba310e447ef34ff0d15bce8613aa8c4a244.png",
|
|
11373
|
-
ticker: "DHN",
|
|
11374
|
-
},
|
|
11375
11196
|
{
|
|
11376
11197
|
address: "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419",
|
|
11377
11198
|
chain: "ETH",
|
|
@@ -11483,14 +11304,14 @@ export const list = {
|
|
|
11483
11304
|
ticker: "DOGGO",
|
|
11484
11305
|
},
|
|
11485
11306
|
{
|
|
11486
|
-
address: "
|
|
11307
|
+
address: "0x0f81001ef0a83ecce5ccebf63eb302c70a39a654",
|
|
11487
11308
|
chain: "ETH",
|
|
11488
11309
|
chainId: "1",
|
|
11489
11310
|
decimals: 18,
|
|
11490
|
-
identifier: "ETH.
|
|
11311
|
+
identifier: "ETH.DOLO-0x0f81001ef0a83ecce5ccebf63eb302c70a39a654",
|
|
11491
11312
|
logoURI:
|
|
11492
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
11493
|
-
ticker: "
|
|
11313
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.dolo-0x0f81001ef0a83ecce5ccebf63eb302c70a39a654.png",
|
|
11314
|
+
ticker: "DOLO",
|
|
11494
11315
|
},
|
|
11495
11316
|
{
|
|
11496
11317
|
address: "0x66db09b90104a046f8525af9773b5567363f1485",
|
|
@@ -11542,6 +11363,16 @@ export const list = {
|
|
|
11542
11363
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.drep-0x3ab6ed69ef663bd986ee59205ccad8a20f98b4c2.png",
|
|
11543
11364
|
ticker: "DREP",
|
|
11544
11365
|
},
|
|
11366
|
+
{
|
|
11367
|
+
address: "0x419c4db4b9e25d6db2ad9691ccb832c8d9fda05e",
|
|
11368
|
+
chain: "ETH",
|
|
11369
|
+
chainId: "1",
|
|
11370
|
+
decimals: 18,
|
|
11371
|
+
identifier: "ETH.DRGN-0x419c4db4b9e25d6db2ad9691ccb832c8d9fda05e",
|
|
11372
|
+
logoURI:
|
|
11373
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.drgn-0x419c4db4b9e25d6db2ad9691ccb832c8d9fda05e.png",
|
|
11374
|
+
ticker: "DRGN",
|
|
11375
|
+
},
|
|
11545
11376
|
{
|
|
11546
11377
|
address: "0xB1D1eae60EEA9525032a6DCb4c1CE336a1dE71BE",
|
|
11547
11378
|
chain: "ETH",
|
|
@@ -11882,16 +11713,6 @@ export const list = {
|
|
|
11882
11713
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ethm-0xf80fc1ce16cbcbd18421e9cd055ca1bb58a9e097.png",
|
|
11883
11714
|
ticker: "ETHM",
|
|
11884
11715
|
},
|
|
11885
|
-
{
|
|
11886
|
-
address: "0x0d31df7dedd78649a14aae62d99ccb23abcc3a5a",
|
|
11887
|
-
chain: "ETH",
|
|
11888
|
-
chainId: "1",
|
|
11889
|
-
decimals: 9,
|
|
11890
|
-
identifier: "ETH.ethTCG2-0x0d31df7dedd78649a14aae62d99ccb23abcc3a5a",
|
|
11891
|
-
logoURI:
|
|
11892
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ethtcg2-0x0d31df7dedd78649a14aae62d99ccb23abcc3a5a.png",
|
|
11893
|
-
ticker: "ethTCG2",
|
|
11894
|
-
},
|
|
11895
11716
|
{
|
|
11896
11717
|
address: "0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b",
|
|
11897
11718
|
chain: "ETH",
|
|
@@ -12102,16 +11923,6 @@ export const list = {
|
|
|
12102
11923
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.fi-0x1294f4183763743c7c9519bec51773fb3acd78fd.png",
|
|
12103
11924
|
ticker: "FI",
|
|
12104
11925
|
},
|
|
12105
|
-
{
|
|
12106
|
-
address: "0x8e4f1ce473b292d56934c36976356e3e22c35585",
|
|
12107
|
-
chain: "ETH",
|
|
12108
|
-
chainId: "1",
|
|
12109
|
-
decimals: 18,
|
|
12110
|
-
identifier: "ETH.FIAS-0x8e4f1ce473b292d56934c36976356e3e22c35585",
|
|
12111
|
-
logoURI:
|
|
12112
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.fias-0x8e4f1ce473b292d56934c36976356e3e22c35585.png",
|
|
12113
|
-
ticker: "FIAS",
|
|
12114
|
-
},
|
|
12115
11926
|
{
|
|
12116
11927
|
address: "0x8802269d1283cdb2a5a329649e5cb4cdcee91ab6",
|
|
12117
11928
|
chain: "ETH",
|
|
@@ -12342,6 +12153,16 @@ export const list = {
|
|
|
12342
12153
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.fpdgod-0x00000000bdc126a7d8d0a6d3844843959fffa423.png",
|
|
12343
12154
|
ticker: "fpDGOD",
|
|
12344
12155
|
},
|
|
12156
|
+
{
|
|
12157
|
+
address: "0x000000002fadf26b90dae0f3e56d64f0d14f31cc",
|
|
12158
|
+
chain: "ETH",
|
|
12159
|
+
chainId: "1",
|
|
12160
|
+
decimals: 18,
|
|
12161
|
+
identifier: "ETH.fpDOODLE-0x000000002fadf26b90dae0f3e56d64f0d14f31cc",
|
|
12162
|
+
logoURI:
|
|
12163
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.fpdoodle-0x000000002fadf26b90dae0f3e56d64f0d14f31cc.png",
|
|
12164
|
+
ticker: "fpDOODLE",
|
|
12165
|
+
},
|
|
12345
12166
|
{
|
|
12346
12167
|
address: "0x5ca135cb8527d76e932f34b5145575f9d8cbe08e",
|
|
12347
12168
|
chain: "ETH",
|
|
@@ -12452,6 +12273,16 @@ export const list = {
|
|
|
12452
12273
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ftx token-0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9.png",
|
|
12453
12274
|
ticker: "FTX Token",
|
|
12454
12275
|
},
|
|
12276
|
+
{
|
|
12277
|
+
address: "0x675b68aa4d9c2d3bb3f0397048e62e6b7192079c",
|
|
12278
|
+
chain: "ETH",
|
|
12279
|
+
chainId: "1",
|
|
12280
|
+
decimals: 9,
|
|
12281
|
+
identifier: "ETH.FUEL-0x675b68aa4d9c2d3bb3f0397048e62e6b7192079c",
|
|
12282
|
+
logoURI:
|
|
12283
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.fuel-0x675b68aa4d9c2d3bb3f0397048e62e6b7192079c.png",
|
|
12284
|
+
ticker: "FUEL",
|
|
12285
|
+
},
|
|
12455
12286
|
{
|
|
12456
12287
|
address: "0x2890df158d76e584877a1d17a85fea3aeeb85aa6",
|
|
12457
12288
|
chain: "ETH",
|
|
@@ -12563,24 +12394,24 @@ export const list = {
|
|
|
12563
12394
|
ticker: "GALA",
|
|
12564
12395
|
},
|
|
12565
12396
|
{
|
|
12566
|
-
address: "
|
|
12397
|
+
address: "0x6bea7cfef803d1e3d5f7c0103f7ded065644e197",
|
|
12567
12398
|
chain: "ETH",
|
|
12568
12399
|
chainId: "1",
|
|
12569
12400
|
decimals: 18,
|
|
12570
|
-
identifier: "ETH.
|
|
12401
|
+
identifier: "ETH.GAMMA-0x6bea7cfef803d1e3d5f7c0103f7ded065644e197",
|
|
12571
12402
|
logoURI:
|
|
12572
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
12573
|
-
ticker: "
|
|
12403
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.gamma-0x6bea7cfef803d1e3d5f7c0103f7ded065644e197.png",
|
|
12404
|
+
ticker: "GAMMA",
|
|
12574
12405
|
},
|
|
12575
12406
|
{
|
|
12576
|
-
address: "
|
|
12407
|
+
address: "0x6bba316c48b49bd1eac44573c5c871ff02958469",
|
|
12577
12408
|
chain: "ETH",
|
|
12578
12409
|
chainId: "1",
|
|
12579
12410
|
decimals: 18,
|
|
12580
|
-
identifier: "ETH.
|
|
12411
|
+
identifier: "ETH.GAS-0x6bba316c48b49bd1eac44573c5c871ff02958469",
|
|
12581
12412
|
logoURI:
|
|
12582
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
12583
|
-
ticker: "
|
|
12413
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.gas-0x6bba316c48b49bd1eac44573c5c871ff02958469.png",
|
|
12414
|
+
ticker: "GAS",
|
|
12584
12415
|
},
|
|
12585
12416
|
{
|
|
12586
12417
|
address: "0xca7af58da871736994ce360f51ec6cd28351a3df",
|
|
@@ -12992,6 +12823,16 @@ export const list = {
|
|
|
12992
12823
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.high-0x71ab77b7dbb4fa7e017bc15090b2163221420282.png",
|
|
12993
12824
|
ticker: "HIGH",
|
|
12994
12825
|
},
|
|
12826
|
+
{
|
|
12827
|
+
address: "0x6c3fe25a4de7fa243c653cfe1f165bf11d99704e",
|
|
12828
|
+
chain: "ETH",
|
|
12829
|
+
chainId: "1",
|
|
12830
|
+
decimals: 18,
|
|
12831
|
+
identifier: "ETH.HILO -0x6c3fe25a4de7fa243c653cfe1f165bf11d99704e",
|
|
12832
|
+
logoURI:
|
|
12833
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.hilo -0x6c3fe25a4de7fa243c653cfe1f165bf11d99704e.png",
|
|
12834
|
+
ticker: "HILO ",
|
|
12835
|
+
},
|
|
12995
12836
|
{
|
|
12996
12837
|
address: "0x0071f94350573cd411e40bb409e7ddd927224054",
|
|
12997
12838
|
chain: "ETH",
|
|
@@ -13362,6 +13203,16 @@ export const list = {
|
|
|
13362
13203
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.kekius-0x26e550ac11b26f78a04489d5f20f24e3559f7dd9.png",
|
|
13363
13204
|
ticker: "KEKIUS",
|
|
13364
13205
|
},
|
|
13206
|
+
{
|
|
13207
|
+
address: "0x3f80B1c54Ae920Be41a77f8B902259D48cf24cCf",
|
|
13208
|
+
chain: "ETH",
|
|
13209
|
+
chainId: "1",
|
|
13210
|
+
decimals: 18,
|
|
13211
|
+
identifier: "ETH.KERNEL-0x3f80B1c54Ae920Be41a77f8B902259D48cf24cCf",
|
|
13212
|
+
logoURI:
|
|
13213
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.kernel-0x3f80b1c54ae920be41a77f8b902259d48cf24ccf.png",
|
|
13214
|
+
ticker: "KERNEL",
|
|
13215
|
+
},
|
|
13365
13216
|
{
|
|
13366
13217
|
address: "0x4CC19356f2D37338b9802aa8E8fc58B0373296E7",
|
|
13367
13218
|
chain: "ETH",
|
|
@@ -13433,24 +13284,24 @@ export const list = {
|
|
|
13433
13284
|
ticker: "KP3R",
|
|
13434
13285
|
},
|
|
13435
13286
|
{
|
|
13436
|
-
address: "
|
|
13287
|
+
address: "0x1f48f174c3cffa3323b79e3d43ffa45f789b09f1",
|
|
13437
13288
|
chain: "ETH",
|
|
13438
13289
|
chainId: "1",
|
|
13439
13290
|
decimals: 18,
|
|
13440
|
-
identifier: "ETH.
|
|
13291
|
+
identifier: "ETH.kpSYM-1-0x1f48f174c3cffa3323b79e3d43ffa45f789b09f1",
|
|
13441
13292
|
logoURI:
|
|
13442
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
13443
|
-
ticker: "
|
|
13293
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.kpsym-1-0x1f48f174c3cffa3323b79e3d43ffa45f789b09f1.png",
|
|
13294
|
+
ticker: "kpSYM-1",
|
|
13444
13295
|
},
|
|
13445
13296
|
{
|
|
13446
|
-
address: "
|
|
13297
|
+
address: "0x74c75e4a3afe365a2a3b2ab4f14ed59c1e98ea9d",
|
|
13447
13298
|
chain: "ETH",
|
|
13448
13299
|
chainId: "1",
|
|
13449
13300
|
decimals: 18,
|
|
13450
|
-
identifier: "ETH.
|
|
13301
|
+
identifier: "ETH.kpZRC-3-0x74c75e4a3afe365a2a3b2ab4f14ed59c1e98ea9d",
|
|
13451
13302
|
logoURI:
|
|
13452
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
13453
|
-
ticker: "
|
|
13303
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.kpzrc-3-0x74c75e4a3afe365a2a3b2ab4f14ed59c1e98ea9d.png",
|
|
13304
|
+
ticker: "kpZRC-3",
|
|
13454
13305
|
},
|
|
13455
13306
|
{
|
|
13456
13307
|
address: "0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0",
|
|
@@ -13613,14 +13464,14 @@ export const list = {
|
|
|
13613
13464
|
ticker: "LINK",
|
|
13614
13465
|
},
|
|
13615
13466
|
{
|
|
13616
|
-
address: "
|
|
13467
|
+
address: "0xc673ef7791724f0dcca38adb47fbb3aef3db6c80",
|
|
13617
13468
|
chain: "ETH",
|
|
13618
13469
|
chainId: "1",
|
|
13619
|
-
decimals:
|
|
13620
|
-
identifier: "ETH.
|
|
13470
|
+
decimals: 8,
|
|
13471
|
+
identifier: "ETH.liquidBeraBTC-0xc673ef7791724f0dcca38adb47fbb3aef3db6c80",
|
|
13621
13472
|
logoURI:
|
|
13622
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
13623
|
-
ticker: "
|
|
13473
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.liquidberabtc-0xc673ef7791724f0dcca38adb47fbb3aef3db6c80.png",
|
|
13474
|
+
ticker: "liquidBeraBTC",
|
|
13624
13475
|
},
|
|
13625
13476
|
{
|
|
13626
13477
|
address: "0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723",
|
|
@@ -13862,6 +13713,16 @@ export const list = {
|
|
|
13862
13713
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.maga-0xd29da236dd4aac627346e1bba06a619e8c22d7c5.png",
|
|
13863
13714
|
ticker: "MAGA",
|
|
13864
13715
|
},
|
|
13716
|
+
{
|
|
13717
|
+
address: "0xb0c7a3ba49c7a6eaba6cd4a96c55a1391070ac9a",
|
|
13718
|
+
chain: "ETH",
|
|
13719
|
+
chainId: "1",
|
|
13720
|
+
decimals: 18,
|
|
13721
|
+
identifier: "ETH.MAGIC-0xb0c7a3ba49c7a6eaba6cd4a96c55a1391070ac9a",
|
|
13722
|
+
logoURI:
|
|
13723
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.magic-0xb0c7a3ba49c7a6eaba6cd4a96c55a1391070ac9a.png",
|
|
13724
|
+
ticker: "MAGIC",
|
|
13725
|
+
},
|
|
13865
13726
|
{
|
|
13866
13727
|
address: "0x24d73bca2bd9c3a61e99dfc7cb86d3c379ebded7",
|
|
13867
13728
|
chain: "ETH",
|
|
@@ -13992,16 +13853,6 @@ export const list = {
|
|
|
13992
13853
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.mcade-0xed328e9c1179a30ddc1e7595e036aed8760c22af.png",
|
|
13993
13854
|
ticker: "MCADE",
|
|
13994
13855
|
},
|
|
13995
|
-
{
|
|
13996
|
-
address: "0x4e352cf164e64adcbad318c3a1e222e9eba4ce42",
|
|
13997
|
-
chain: "ETH",
|
|
13998
|
-
chainId: "1",
|
|
13999
|
-
decimals: 18,
|
|
14000
|
-
identifier: "ETH.MCB-0x4e352cf164e64adcbad318c3a1e222e9eba4ce42",
|
|
14001
|
-
logoURI:
|
|
14002
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.mcb-0x4e352cf164e64adcbad318c3a1e222e9eba4ce42.png",
|
|
14003
|
-
ticker: "MCB",
|
|
14004
|
-
},
|
|
14005
13856
|
{
|
|
14006
13857
|
address: "0xfC98e825A2264D890F9a1e68ed50E1526abCcacD",
|
|
14007
13858
|
chain: "ETH",
|
|
@@ -14292,6 +14143,16 @@ export const list = {
|
|
|
14292
14143
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.mpl-0x33349b282065b0284d756f0577fb39c158f935e6.png",
|
|
14293
14144
|
ticker: "MPL",
|
|
14294
14145
|
},
|
|
14146
|
+
{
|
|
14147
|
+
address: "0x96c645d3d3706f793ef52c19bbace441900ed47d",
|
|
14148
|
+
chain: "ETH",
|
|
14149
|
+
chainId: "1",
|
|
14150
|
+
decimals: 0,
|
|
14151
|
+
identifier: "ETH.MPS-0x96c645d3d3706f793ef52c19bbace441900ed47d",
|
|
14152
|
+
logoURI:
|
|
14153
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.mps-0x96c645d3d3706f793ef52c19bbace441900ed47d.png",
|
|
14154
|
+
ticker: "MPS",
|
|
14155
|
+
},
|
|
14295
14156
|
{
|
|
14296
14157
|
address: "0x3d5d3dcd01469ef8c6bc9c45665835814635c725",
|
|
14297
14158
|
chain: "ETH",
|
|
@@ -14322,6 +14183,16 @@ export const list = {
|
|
|
14322
14183
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.mtl-0xf433089366899d83a9f26a773d59ec7ecf30355e.png",
|
|
14323
14184
|
ticker: "MTL",
|
|
14324
14185
|
},
|
|
14186
|
+
{
|
|
14187
|
+
address: "0x960692640ac4986ffce41620b7e3aa03cf1a0e8f",
|
|
14188
|
+
chain: "ETH",
|
|
14189
|
+
chainId: "1",
|
|
14190
|
+
decimals: 18,
|
|
14191
|
+
identifier: "ETH.MTT-0x960692640ac4986ffce41620b7e3aa03cf1a0e8f",
|
|
14192
|
+
logoURI:
|
|
14193
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.mtt-0x960692640ac4986ffce41620b7e3aa03cf1a0e8f.png",
|
|
14194
|
+
ticker: "MTT",
|
|
14195
|
+
},
|
|
14325
14196
|
{
|
|
14326
14197
|
address: "0x38e382f74dfb84608f3c1f10187f6bef5951de93",
|
|
14327
14198
|
chain: "ETH",
|
|
@@ -14382,16 +14253,6 @@ export const list = {
|
|
|
14382
14253
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.mv-0xae788f80f2756a86aa2f410c651f2af83639b95b.png",
|
|
14383
14254
|
ticker: "MV",
|
|
14384
14255
|
},
|
|
14385
|
-
{
|
|
14386
|
-
address: "0xa5cdea03b11042fc10b52af9eca48bb17a2107d2",
|
|
14387
|
-
chain: "ETH",
|
|
14388
|
-
chainId: "1",
|
|
14389
|
-
decimals: 18,
|
|
14390
|
-
identifier: "ETH.mvRWA-0xa5cdea03b11042fc10b52af9eca48bb17a2107d2",
|
|
14391
|
-
logoURI:
|
|
14392
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.mvrwa-0xa5cdea03b11042fc10b52af9eca48bb17a2107d2.png",
|
|
14393
|
-
ticker: "mvRWA",
|
|
14394
|
-
},
|
|
14395
14256
|
{
|
|
14396
14257
|
address: "0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e",
|
|
14397
14258
|
chain: "ETH",
|
|
@@ -14472,16 +14333,6 @@ export const list = {
|
|
|
14472
14333
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.neiro-0xee2a03aa6dacf51c18679c516ad5283d8e7c2637.png",
|
|
14473
14334
|
ticker: "NEIRO",
|
|
14474
14335
|
},
|
|
14475
|
-
{
|
|
14476
|
-
address: "0x8b79a75ddcde3912cef8231233da56af536eb70e",
|
|
14477
|
-
chain: "ETH",
|
|
14478
|
-
chainId: "1",
|
|
14479
|
-
decimals: 18,
|
|
14480
|
-
identifier: "ETH.NEW-0x8b79a75ddcde3912cef8231233da56af536eb70e",
|
|
14481
|
-
logoURI:
|
|
14482
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.new-0x8b79a75ddcde3912cef8231233da56af536eb70e.png",
|
|
14483
|
-
ticker: "NEW",
|
|
14484
|
-
},
|
|
14485
14336
|
{
|
|
14486
14337
|
address: "0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206",
|
|
14487
14338
|
chain: "ETH",
|
|
@@ -14642,6 +14493,16 @@ export const list = {
|
|
|
14642
14493
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.nxra-0x644192291cc835a93d6330b24ea5f5fedd0eef9e.png",
|
|
14643
14494
|
ticker: "NXRA",
|
|
14644
14495
|
},
|
|
14496
|
+
{
|
|
14497
|
+
address: "0x38f9bf9dce51833ec7f03c9dc218197999999999",
|
|
14498
|
+
chain: "ETH",
|
|
14499
|
+
chainId: "1",
|
|
14500
|
+
decimals: 18,
|
|
14501
|
+
identifier: "ETH.NYA-0x38f9bf9dce51833ec7f03c9dc218197999999999",
|
|
14502
|
+
logoURI:
|
|
14503
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.nya-0x38f9bf9dce51833ec7f03c9dc218197999999999.png",
|
|
14504
|
+
ticker: "NYA",
|
|
14505
|
+
},
|
|
14645
14506
|
{
|
|
14646
14507
|
address: "0x2f109021afe75b949429fe30523ee7c0d5b27207",
|
|
14647
14508
|
chain: "ETH",
|
|
@@ -14732,6 +14593,16 @@ export const list = {
|
|
|
14732
14593
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.omg-0xd26114cd6ee289accf82350c8d8487fedb8a0c07.png",
|
|
14733
14594
|
ticker: "OMG",
|
|
14734
14595
|
},
|
|
14596
|
+
{
|
|
14597
|
+
address: "0xed35af169af46a02ee13b9d79eb57d6d68c1749e",
|
|
14598
|
+
chain: "ETH",
|
|
14599
|
+
chainId: "1",
|
|
14600
|
+
decimals: 18,
|
|
14601
|
+
identifier: "ETH.OMI-0xed35af169af46a02ee13b9d79eb57d6d68c1749e",
|
|
14602
|
+
logoURI:
|
|
14603
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.omi-0xed35af169af46a02ee13b9d79eb57d6d68c1749e.png",
|
|
14604
|
+
ticker: "OMI",
|
|
14605
|
+
},
|
|
14735
14606
|
{
|
|
14736
14607
|
address: "0x36E66fbBce51e4cD5bd3C62B637Eb411b18949D4",
|
|
14737
14608
|
chain: "ETH",
|
|
@@ -14902,16 +14773,6 @@ export const list = {
|
|
|
14902
14773
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.oxt-0x4575f41308ec1483f3d399aa9a2826d74da13deb.png",
|
|
14903
14774
|
ticker: "OXT",
|
|
14904
14775
|
},
|
|
14905
|
-
{
|
|
14906
|
-
address: "0x3cbb7f5d7499af626026e96a2f05df806f2200dc",
|
|
14907
|
-
chain: "ETH",
|
|
14908
|
-
chainId: "1",
|
|
14909
|
-
decimals: 18,
|
|
14910
|
-
identifier: "ETH.PANDA-0x3cbb7f5d7499af626026e96a2f05df806f2200dc",
|
|
14911
|
-
logoURI:
|
|
14912
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.panda-0x3cbb7f5d7499af626026e96a2f05df806f2200dc.png",
|
|
14913
|
-
ticker: "PANDA",
|
|
14914
|
-
},
|
|
14915
14776
|
{
|
|
14916
14777
|
address: "0x9e9fbde7c7a83c43913bddc8779158f1368f0413",
|
|
14917
14778
|
chain: "ETH",
|
|
@@ -15252,6 +15113,16 @@ export const list = {
|
|
|
15252
15113
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",
|
|
15253
15114
|
ticker: "POL",
|
|
15254
15115
|
},
|
|
15116
|
+
{
|
|
15117
|
+
address: "0xd478161c952357f05f0292b56012cd8457f1cfbf",
|
|
15118
|
+
chain: "ETH",
|
|
15119
|
+
chainId: "1",
|
|
15120
|
+
decimals: 18,
|
|
15121
|
+
identifier: "ETH.POLK-0xd478161c952357f05f0292b56012cd8457f1cfbf",
|
|
15122
|
+
logoURI:
|
|
15123
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.polk-0xd478161c952357f05f0292b56012cd8457f1cfbf.png",
|
|
15124
|
+
ticker: "POLK",
|
|
15125
|
+
},
|
|
15255
15126
|
{
|
|
15256
15127
|
address: "0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa",
|
|
15257
15128
|
chain: "ETH",
|
|
@@ -15352,6 +15223,16 @@ export const list = {
|
|
|
15352
15223
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.pro-0x226bb599a12c826476e3a771454697ea52e9e220.png",
|
|
15353
15224
|
ticker: "PRO",
|
|
15354
15225
|
},
|
|
15226
|
+
{
|
|
15227
|
+
address: "0x28d38df637db75533bd3f71426f3410a82041544",
|
|
15228
|
+
chain: "ETH",
|
|
15229
|
+
chainId: "1",
|
|
15230
|
+
decimals: 18,
|
|
15231
|
+
identifier: "ETH.PROMPT-0x28d38df637db75533bd3f71426f3410a82041544",
|
|
15232
|
+
logoURI:
|
|
15233
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.prompt-0x28d38df637db75533bd3f71426f3410a82041544.png",
|
|
15234
|
+
ticker: "PROMPT",
|
|
15235
|
+
},
|
|
15355
15236
|
{
|
|
15356
15237
|
address: "0xbe1936a67f503e0eaf2434b0cf9f4e3d7100008a",
|
|
15357
15238
|
chain: "ETH",
|
|
@@ -15622,6 +15503,16 @@ export const list = {
|
|
|
15622
15503
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.rail-0xe76c6c83af64e4c60245d8c7de953df673a7a33d.png",
|
|
15623
15504
|
ticker: "RAIL",
|
|
15624
15505
|
},
|
|
15506
|
+
{
|
|
15507
|
+
address: "0xe3944ab788a60ca266f1eec3c26925b95f6370ad",
|
|
15508
|
+
chain: "ETH",
|
|
15509
|
+
chainId: "1",
|
|
15510
|
+
decimals: 18,
|
|
15511
|
+
identifier: "ETH.RAIN-0xe3944ab788a60ca266f1eec3c26925b95f6370ad",
|
|
15512
|
+
logoURI:
|
|
15513
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.rain-0xe3944ab788a60ca266f1eec3c26925b95f6370ad.png",
|
|
15514
|
+
ticker: "RAIN",
|
|
15515
|
+
},
|
|
15625
15516
|
{
|
|
15626
15517
|
address: "0xeb953eda0dc65e3246f43dc8fa13f35623bdd5ed",
|
|
15627
15518
|
chain: "ETH",
|
|
@@ -15923,11 +15814,11 @@ export const list = {
|
|
|
15923
15814
|
ticker: "RLC",
|
|
15924
15815
|
},
|
|
15925
15816
|
{
|
|
15926
|
-
address: "
|
|
15817
|
+
address: "0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD",
|
|
15927
15818
|
chain: "ETH",
|
|
15928
15819
|
chainId: "1",
|
|
15929
15820
|
decimals: 18,
|
|
15930
|
-
identifier: "ETH.RLUSD-
|
|
15821
|
+
identifier: "ETH.RLUSD-0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD",
|
|
15931
15822
|
logoURI:
|
|
15932
15823
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.rlusd-0x8292bb45bf1ee4d140127049757c2e0ff06317ed.png",
|
|
15933
15824
|
ticker: "RLUSD",
|
|
@@ -16702,16 +16593,6 @@ export const list = {
|
|
|
16702
16593
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.steth-0xae7ab96520de3a18e5e111b5eaab095312d7fe84.png",
|
|
16703
16594
|
ticker: "stETH",
|
|
16704
16595
|
},
|
|
16705
|
-
{
|
|
16706
|
-
address: "0x9343e24716659a3551eb10aff9472a2dcad5db2d",
|
|
16707
|
-
chain: "ETH",
|
|
16708
|
-
chainId: "1",
|
|
16709
|
-
decimals: 18,
|
|
16710
|
-
identifier: "ETH.STFX-0x9343e24716659a3551eb10aff9472a2dcad5db2d",
|
|
16711
|
-
logoURI:
|
|
16712
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.stfx-0x9343e24716659a3551eb10aff9472a2dcad5db2d.png",
|
|
16713
|
-
ticker: "STFX",
|
|
16714
|
-
},
|
|
16715
16596
|
{
|
|
16716
16597
|
address: "0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6",
|
|
16717
16598
|
chain: "ETH",
|
|
@@ -16732,6 +16613,16 @@ export const list = {
|
|
|
16732
16613
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.stkaave-0x4da27a545c0c5b758a6ba100e3a049001de870f5.png",
|
|
16733
16614
|
ticker: "stkAAVE",
|
|
16734
16615
|
},
|
|
16616
|
+
{
|
|
16617
|
+
address: "0x1a88df1cfe15af22b3c4c783d4e6f7f9e0c1885d",
|
|
16618
|
+
chain: "ETH",
|
|
16619
|
+
chainId: "1",
|
|
16620
|
+
decimals: 18,
|
|
16621
|
+
identifier: "ETH.stkGHO-0x1a88df1cfe15af22b3c4c783d4e6f7f9e0c1885d",
|
|
16622
|
+
logoURI:
|
|
16623
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.stkgho-0x1a88df1cfe15af22b3c4c783d4e6f7f9e0c1885d.png",
|
|
16624
|
+
ticker: "stkGHO",
|
|
16625
|
+
},
|
|
16735
16626
|
{
|
|
16736
16627
|
address: "0x7122985656e38bdc0302db86685bb972b145bd3c",
|
|
16737
16628
|
chain: "ETH",
|
|
@@ -17112,6 +17003,16 @@ export const list = {
|
|
|
17112
17003
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.temple-0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7.png",
|
|
17113
17004
|
ticker: "TEMPLE",
|
|
17114
17005
|
},
|
|
17006
|
+
{
|
|
17007
|
+
address: "0xC3d21f79C3120A4fFda7A535f8005a7c297799bF",
|
|
17008
|
+
chain: "ETH",
|
|
17009
|
+
chainId: "1",
|
|
17010
|
+
decimals: 18,
|
|
17011
|
+
identifier: "ETH.TERM-0xC3d21f79C3120A4fFda7A535f8005a7c297799bF",
|
|
17012
|
+
logoURI:
|
|
17013
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.term-0xc3d21f79c3120a4ffda7a535f8005a7c297799bf.png",
|
|
17014
|
+
ticker: "TERM",
|
|
17015
|
+
},
|
|
17115
17016
|
{
|
|
17116
17017
|
address: "0x0cba60ca5ef4d42f92a5070a8fedd13be93e2861",
|
|
17117
17018
|
chain: "ETH",
|
|
@@ -17132,6 +17033,16 @@ export const list = {
|
|
|
17132
17033
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.time-0x485d17a6f1b8780392d53d64751824253011a260.png",
|
|
17133
17034
|
ticker: "TIME",
|
|
17134
17035
|
},
|
|
17036
|
+
{
|
|
17037
|
+
address: "0x6532b3f1e4dbff542fbd6befe5ed7041c10b385a",
|
|
17038
|
+
chain: "ETH",
|
|
17039
|
+
chainId: "1",
|
|
17040
|
+
decimals: 18,
|
|
17041
|
+
identifier: "ETH.TINC-0x6532b3f1e4dbff542fbd6befe5ed7041c10b385a",
|
|
17042
|
+
logoURI:
|
|
17043
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.tinc-0x6532b3f1e4dbff542fbd6befe5ed7041c10b385a.png",
|
|
17044
|
+
ticker: "TINC",
|
|
17045
|
+
},
|
|
17135
17046
|
{
|
|
17136
17047
|
address: "0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1",
|
|
17137
17048
|
chain: "ETH",
|
|
@@ -17372,6 +17283,16 @@ export const list = {
|
|
|
17372
17283
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.tru-0x4c19596f5aaff459fa38b0f7ed92f11ae6543784.png",
|
|
17373
17284
|
ticker: "TRU",
|
|
17374
17285
|
},
|
|
17286
|
+
{
|
|
17287
|
+
address: "0xdae0fafd65385e7775cf75b1398735155ef6acd2",
|
|
17288
|
+
chain: "ETH",
|
|
17289
|
+
chainId: "1",
|
|
17290
|
+
decimals: 10,
|
|
17291
|
+
identifier: "ETH.TRU-0xdae0fafd65385e7775cf75b1398735155ef6acd2",
|
|
17292
|
+
logoURI:
|
|
17293
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.tru-0xdae0fafd65385e7775cf75b1398735155ef6acd2.png",
|
|
17294
|
+
ticker: "TRU",
|
|
17295
|
+
},
|
|
17375
17296
|
{
|
|
17376
17297
|
address: "0xf65b5c5104c4fafd4b709d9d60a185eae063276c",
|
|
17377
17298
|
chain: "ETH",
|
|
@@ -17612,6 +17533,16 @@ export const list = {
|
|
|
17612
17533
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.usd0++-0x35d8949372d46b7a3d5a56006ae77b215fc69bc0.png",
|
|
17613
17534
|
ticker: "USD0++",
|
|
17614
17535
|
},
|
|
17536
|
+
{
|
|
17537
|
+
address: "0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d",
|
|
17538
|
+
chain: "ETH",
|
|
17539
|
+
chainId: "1",
|
|
17540
|
+
decimals: 18,
|
|
17541
|
+
identifier: "ETH.USD1-0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d",
|
|
17542
|
+
logoURI:
|
|
17543
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.usd1-0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d.png",
|
|
17544
|
+
ticker: "USD1",
|
|
17545
|
+
},
|
|
17615
17546
|
{
|
|
17616
17547
|
address: "0x0000206329b97db379d5e1bf586bbdb969c63274",
|
|
17617
17548
|
chain: "ETH",
|
|
@@ -18012,6 +17943,16 @@ export const list = {
|
|
|
18012
17943
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.vxv-0x7d29a64504629172a429e64183d6673b9dacbfce.png",
|
|
18013
17944
|
ticker: "VXV",
|
|
18014
17945
|
},
|
|
17946
|
+
{
|
|
17947
|
+
address: "0x0d57436f2d39c0664c6f0f2e349229483f87ea38",
|
|
17948
|
+
chain: "ETH",
|
|
17949
|
+
chainId: "1",
|
|
17950
|
+
decimals: 6,
|
|
17951
|
+
identifier: "ETH.wA7A5-0x0d57436f2d39c0664c6f0f2e349229483f87ea38",
|
|
17952
|
+
logoURI:
|
|
17953
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.wa7a5-0x0d57436f2d39c0664c6f0f2e349229483f87ea38.png",
|
|
17954
|
+
ticker: "wA7A5",
|
|
17955
|
+
},
|
|
18015
17956
|
{
|
|
18016
17957
|
address: "0x30ae41d5f9988d359c733232c6c693c0e645c77e",
|
|
18017
17958
|
chain: "ETH",
|
|
@@ -18132,6 +18073,16 @@ export const list = {
|
|
|
18132
18073
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.wcomai-0xc78b628b060258300218740b1a7a5b3c82b3bd9f.png",
|
|
18133
18074
|
ticker: "wCOMAI",
|
|
18134
18075
|
},
|
|
18076
|
+
{
|
|
18077
|
+
address: "0xef4461891dfb3ac8572ccf7c794664a8dd927945",
|
|
18078
|
+
chain: "ETH",
|
|
18079
|
+
chainId: "1",
|
|
18080
|
+
decimals: 18,
|
|
18081
|
+
identifier: "ETH.WCT-0xef4461891dfb3ac8572ccf7c794664a8dd927945",
|
|
18082
|
+
logoURI:
|
|
18083
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.wct-0xef4461891dfb3ac8572ccf7c794664a8dd927945.png",
|
|
18084
|
+
ticker: "WCT",
|
|
18085
|
+
},
|
|
18135
18086
|
{
|
|
18136
18087
|
address: "0x35a532d376ffd9a705d0bb319532837337a398e7",
|
|
18137
18088
|
chain: "ETH",
|
|
@@ -18232,6 +18183,16 @@ export const list = {
|
|
|
18232
18183
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.wm-0x437cc33344a0b27a429f795ff6b469c72698b291.png",
|
|
18233
18184
|
ticker: "wM",
|
|
18234
18185
|
},
|
|
18186
|
+
{
|
|
18187
|
+
address: "0x7fd4d7737597e7b4ee22acbf8d94362343ae0a79",
|
|
18188
|
+
chain: "ETH",
|
|
18189
|
+
chainId: "1",
|
|
18190
|
+
decimals: 2,
|
|
18191
|
+
identifier: "ETH.WMC-0x7fd4d7737597e7b4ee22acbf8d94362343ae0a79",
|
|
18192
|
+
logoURI:
|
|
18193
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.wmc-0x7fd4d7737597e7b4ee22acbf8d94362343ae0a79.png",
|
|
18194
|
+
ticker: "WMC",
|
|
18195
|
+
},
|
|
18235
18196
|
{
|
|
18236
18197
|
address: "0x669c01caf0edcad7c2b8dc771474ad937a7ca4af",
|
|
18237
18198
|
chain: "ETH",
|
|
@@ -18552,16 +18513,6 @@ export const list = {
|
|
|
18552
18513
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.xi-0x295b42684f90c77da7ea46336001010f2791ec8c.png",
|
|
18553
18514
|
ticker: "XI",
|
|
18554
18515
|
},
|
|
18555
|
-
{
|
|
18556
|
-
address: "0xa974c709cfb4566686553a20790685a47aceaa33",
|
|
18557
|
-
chain: "ETH",
|
|
18558
|
-
chainId: "1",
|
|
18559
|
-
decimals: 18,
|
|
18560
|
-
identifier: "ETH.XIN-0xa974c709cfb4566686553a20790685a47aceaa33",
|
|
18561
|
-
logoURI:
|
|
18562
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.xin-0xa974c709cfb4566686553a20790685a47aceaa33.png",
|
|
18563
|
-
ticker: "XIN",
|
|
18564
|
-
},
|
|
18565
18516
|
{
|
|
18566
18517
|
address: "0x3aada3e213abf8529606924d8d1c55cbdc70bf74",
|
|
18567
18518
|
chain: "ETH",
|
|
@@ -18742,6 +18693,16 @@ export const list = {
|
|
|
18742
18693
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.zeta-0xf091867ec603a6628ed83d274e835539d82e9cc8.png",
|
|
18743
18694
|
ticker: "Zeta",
|
|
18744
18695
|
},
|
|
18696
|
+
{
|
|
18697
|
+
address: "0xc71b5f631354be6853efe9c3ab6b9590f8302e81",
|
|
18698
|
+
chain: "ETH",
|
|
18699
|
+
chainId: "1",
|
|
18700
|
+
decimals: 18,
|
|
18701
|
+
identifier: "ETH.ZK-0xc71b5f631354be6853efe9c3ab6b9590f8302e81",
|
|
18702
|
+
logoURI:
|
|
18703
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.zk-0xc71b5f631354be6853efe9c3ab6b9590f8302e81.png",
|
|
18704
|
+
ticker: "ZK",
|
|
18705
|
+
},
|
|
18745
18706
|
{
|
|
18746
18707
|
address: "0x2d8ea194902bc55431420bd26be92b0782dce91d",
|
|
18747
18708
|
chain: "ETH",
|
|
@@ -18762,6 +18723,16 @@ export const list = {
|
|
|
18762
18723
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.zooa-0xc256f81d35a54c3599b424171d719e9ae87b2e9b.png",
|
|
18763
18724
|
ticker: "ZOOA",
|
|
18764
18725
|
},
|
|
18726
|
+
{
|
|
18727
|
+
address: "0xfd418e42783382e86ae91e445406600ba144d162",
|
|
18728
|
+
chain: "ETH",
|
|
18729
|
+
chainId: "1",
|
|
18730
|
+
decimals: 18,
|
|
18731
|
+
identifier: "ETH.ZRC-0xfd418e42783382e86ae91e445406600ba144d162",
|
|
18732
|
+
logoURI:
|
|
18733
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.zrc-0xfd418e42783382e86ae91e445406600ba144d162.png",
|
|
18734
|
+
ticker: "ZRC",
|
|
18735
|
+
},
|
|
18765
18736
|
{
|
|
18766
18737
|
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
18767
18738
|
chain: "ETH",
|
|
@@ -18792,16 +18763,6 @@ export const list = {
|
|
|
18792
18763
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.zusd-0xc56c2b7e71b54d38aab6d52e94a04cbfa8f604fa.png",
|
|
18793
18764
|
ticker: "ZUSD",
|
|
18794
18765
|
},
|
|
18795
|
-
{
|
|
18796
|
-
address: "0xc91a71a1ffa3d8b22ba615ba1b9c01b2bbbf55ad",
|
|
18797
|
-
chain: "ETH",
|
|
18798
|
-
chainId: "1",
|
|
18799
|
-
decimals: 18,
|
|
18800
|
-
identifier: "ETH.ZZ-0xc91a71a1ffa3d8b22ba615ba1b9c01b2bbbf55ad",
|
|
18801
|
-
logoURI:
|
|
18802
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.zz-0xc91a71a1ffa3d8b22ba615ba1b9c01b2bbbf55ad.png",
|
|
18803
|
-
ticker: "ZZ",
|
|
18804
|
-
},
|
|
18805
18766
|
{
|
|
18806
18767
|
address: "0x1e610de0d7acfa1d820024948a91d96c5c9ce6b9",
|
|
18807
18768
|
chain: "ETH",
|