@swapkit/tokens 2.4.1 → 2.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +14 -14
- package/package.json +1 -1
- package/src/tokenLists/camelot_v3.ts +2 -22
- package/src/tokenLists/caviar_v1.ts +1 -1
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/jupiter.ts +122 -92
- package/src/tokenLists/kado.ts +5 -4
- package/src/tokenLists/mayachain.ts +2 -40
- package/src/tokenLists/oneinch.ts +263 -3543
- package/src/tokenLists/pancakeswap.ts +745 -5
- package/src/tokenLists/pangolin_v1.ts +2 -22
- package/src/tokenLists/sushiswap_v2.ts +2 -212
- package/src/tokenLists/thorchain.ts +3 -3
- package/src/tokenLists/traderjoe_v2.ts +69 -559
- package/src/tokenLists/uniswap_v2.ts +5390 -1092
- package/src/tokenLists/uniswap_v3.ts +13503 -2343
package/package.json
CHANGED
|
@@ -2,8 +2,8 @@ export const list = {
|
|
|
2
2
|
provider: "CAMELOT_V3",
|
|
3
3
|
chainId: "42161",
|
|
4
4
|
name: "Camelot V3",
|
|
5
|
-
timestamp: "
|
|
6
|
-
count:
|
|
5
|
+
timestamp: "1741956312848",
|
|
6
|
+
count: 1602,
|
|
7
7
|
tokens: [
|
|
8
8
|
{
|
|
9
9
|
address: "0xda39A32c9c5Bb2C9E99d4e2a24bc55A418599F90",
|
|
@@ -5925,16 +5925,6 @@ export const list = {
|
|
|
5925
5925
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.edet-0x8eda8226c679103535a0620e3f32f50c3b8a0d1b.png",
|
|
5926
5926
|
ticker: "EDET",
|
|
5927
5927
|
},
|
|
5928
|
-
{
|
|
5929
|
-
address: "0xf8173a39c56a554837C4C7f104153A005D284D11",
|
|
5930
|
-
chain: "ARB",
|
|
5931
|
-
chainId: "42161",
|
|
5932
|
-
decimals: 18,
|
|
5933
|
-
identifier: "ARB.EDU-0xf8173a39c56a554837C4C7f104153A005D284D11",
|
|
5934
|
-
logoURI:
|
|
5935
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.edu-0xf8173a39c56a554837c4c7f104153a005d284d11.png",
|
|
5936
|
-
ticker: "EDU",
|
|
5937
|
-
},
|
|
5938
5928
|
{
|
|
5939
5929
|
address: "0x53e131a94Df92787a080F61FE67Ce1EA6640EA4C",
|
|
5940
5930
|
chain: "ARB",
|
|
@@ -13666,16 +13656,6 @@ export const list = {
|
|
|
13666
13656
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.supr-0xf8393c8de20953b83db1be7ca42cd242563d8fe7.png",
|
|
13667
13657
|
ticker: "SUPR",
|
|
13668
13658
|
},
|
|
13669
|
-
{
|
|
13670
|
-
address: "0xdDb46999F8891663a8F2828d25298f70416d7610",
|
|
13671
|
-
chain: "ARB",
|
|
13672
|
-
chainId: "42161",
|
|
13673
|
-
decimals: 18,
|
|
13674
|
-
identifier: "ARB.sUSDS-0xdDb46999F8891663a8F2828d25298f70416d7610",
|
|
13675
|
-
logoURI:
|
|
13676
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.susds-0xddb46999f8891663a8f2828d25298f70416d7610.png",
|
|
13677
|
-
ticker: "sUSDS",
|
|
13678
|
-
},
|
|
13679
13659
|
{
|
|
13680
13660
|
address: "0x7788A3538C5fc7F9c7C8A74EAC4c898fC8d87d92",
|
|
13681
13661
|
chain: "ARB",
|
|
@@ -24,14 +24,14 @@ export const list: {
|
|
|
24
24
|
provider: "JUPITER",
|
|
25
25
|
chainId: "solana",
|
|
26
26
|
name: "JUPITER",
|
|
27
|
-
timestamp: "2025-
|
|
27
|
+
timestamp: "2025-04-08T08:03:11.417Z",
|
|
28
28
|
version: {
|
|
29
29
|
major: 1,
|
|
30
30
|
minor: 0,
|
|
31
31
|
patch: 0,
|
|
32
32
|
},
|
|
33
33
|
keywords: [],
|
|
34
|
-
count:
|
|
34
|
+
count: 3179,
|
|
35
35
|
tokens: [
|
|
36
36
|
{
|
|
37
37
|
address: "EJPtJEDogxzDbvM8qvAsqYbLmPj5n1vQeqoAzj9Yfv3q",
|
|
@@ -6173,16 +6173,6 @@ export const list: {
|
|
|
6173
6173
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.acs-5maydfq5yxtudahtfyumbuhzjgabas9tbeyeqyahds5y.png",
|
|
6174
6174
|
ticker: "ACS",
|
|
6175
6175
|
},
|
|
6176
|
-
{
|
|
6177
|
-
address: "GJAFwWjJ3vnTsrQVabjBVK2TYB1YtRCQXRDfDgUnpump",
|
|
6178
|
-
chain: "SOL",
|
|
6179
|
-
chainId: "solana",
|
|
6180
|
-
decimals: 6,
|
|
6181
|
-
identifier: "SOL.ACT-GJAFwWjJ3vnTsrQVabjBVK2TYB1YtRCQXRDfDgUnpump",
|
|
6182
|
-
logoURI:
|
|
6183
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.act-gjafwwjj3vntsrqvabjbvk2tyb1ytrcqxrdfdgunpump.png",
|
|
6184
|
-
ticker: "ACT",
|
|
6185
|
-
},
|
|
6186
6176
|
{
|
|
6187
6177
|
address: "sctmZ5CYLhpvb7M558dihzj1JsKh2fD28KsJZe4wH4A",
|
|
6188
6178
|
chain: "SOL",
|
|
@@ -10553,6 +10543,16 @@ export const list: {
|
|
|
10553
10543
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.cdbd-55bhm86e8brnhwy7snz4chqtfqtrvgdvaewyvczjs8rc.png",
|
|
10554
10544
|
ticker: "CDBD",
|
|
10555
10545
|
},
|
|
10546
|
+
{
|
|
10547
|
+
address: "CDCSoLckzozyktpAp9FWT3w92KFJVEUxAU7cNu2Jn3aX",
|
|
10548
|
+
chain: "SOL",
|
|
10549
|
+
chainId: "solana",
|
|
10550
|
+
decimals: 9,
|
|
10551
|
+
identifier: "SOL.CDCSOL-CDCSoLckzozyktpAp9FWT3w92KFJVEUxAU7cNu2Jn3aX",
|
|
10552
|
+
logoURI:
|
|
10553
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.cdcsol-cdcsolckzozyktpap9fwt3w92kfjveuxau7cnu2jn3ax.png",
|
|
10554
|
+
ticker: "CDCSOL",
|
|
10555
|
+
},
|
|
10556
10556
|
{
|
|
10557
10557
|
address: "sctmEVDCAdg6eDAPHMQsZ9XUjpKE76vAeo4eLAiUAMV",
|
|
10558
10558
|
chain: "SOL",
|
|
@@ -10573,16 +10573,6 @@ export const list: {
|
|
|
10573
10573
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.cedar-bd3zhhck6aqz1rvbawmyhp5dfxfadyabxzwbh8cepump.png",
|
|
10574
10574
|
ticker: "CEDAR",
|
|
10575
10575
|
},
|
|
10576
|
-
{
|
|
10577
|
-
address: "J5T1Fkdn76Byu9hkd9C8nHCpdXc9Fcb9jPxKJfPKPjJg",
|
|
10578
|
-
chain: "SOL",
|
|
10579
|
-
chainId: "solana",
|
|
10580
|
-
decimals: 9,
|
|
10581
|
-
identifier: "SOL.CEEZUR-J5T1Fkdn76Byu9hkd9C8nHCpdXc9Fcb9jPxKJfPKPjJg",
|
|
10582
|
-
logoURI:
|
|
10583
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.ceezur-j5t1fkdn76byu9hkd9c8nhcpdxc9fcb9jpxkjfpkpjjg.png",
|
|
10584
|
-
ticker: "CEEZUR",
|
|
10585
|
-
},
|
|
10586
10576
|
{
|
|
10587
10577
|
address: "8PMJczfs9W8TDKiNBD85AuqxE8tWACCDeUwxpUeadL3j",
|
|
10588
10578
|
chain: "SOL",
|
|
@@ -11073,6 +11063,16 @@ export const list: {
|
|
|
11073
11063
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.choruz-361puxtpohpegcncvm7duvnziizk37gvxln3cw9vpump.png",
|
|
11074
11064
|
ticker: "CHORUZ",
|
|
11075
11065
|
},
|
|
11066
|
+
{
|
|
11067
|
+
address: "52Rh8epudA3qvLmyP1YCavRWrNV8As1JcW5xMU7mJEj9",
|
|
11068
|
+
chain: "SOL",
|
|
11069
|
+
chainId: "solana",
|
|
11070
|
+
decimals: 6,
|
|
11071
|
+
identifier: "SOL.CHRONO-52Rh8epudA3qvLmyP1YCavRWrNV8As1JcW5xMU7mJEj9",
|
|
11072
|
+
logoURI:
|
|
11073
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.chrono-52rh8epuda3qvlmyp1ycavrwrnv8as1jcw5xmu7mjej9.png",
|
|
11074
|
+
ticker: "CHRONO",
|
|
11075
|
+
},
|
|
11076
11076
|
{
|
|
11077
11077
|
address: "sctm6wW2kYo3cpcCeWHHpJD5dBcRcnR1EfKRqKPMWct",
|
|
11078
11078
|
chain: "SOL",
|
|
@@ -12463,6 +12463,16 @@ export const list: {
|
|
|
12463
12463
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.daosol-gejpt3wjmr628fqxxtgxmce1plntcpv4ufi8ksxmypqh.png",
|
|
12464
12464
|
ticker: "daoSOL",
|
|
12465
12465
|
},
|
|
12466
|
+
{
|
|
12467
|
+
address: "8BtoThi2ZoXnF7QQK1Wjmh2JuBw9FjVvhnGMVZ2vpump",
|
|
12468
|
+
chain: "SOL",
|
|
12469
|
+
chainId: "solana",
|
|
12470
|
+
decimals: 6,
|
|
12471
|
+
identifier: "SOL.DARK-8BtoThi2ZoXnF7QQK1Wjmh2JuBw9FjVvhnGMVZ2vpump",
|
|
12472
|
+
logoURI:
|
|
12473
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.dark-8btothi2zoxnf7qqk1wjmh2jubw9fjvvhngmvz2vpump.png",
|
|
12474
|
+
ticker: "DARK",
|
|
12475
|
+
},
|
|
12466
12476
|
{
|
|
12467
12477
|
address: "FmQ7v2QUqXVVtAXkngBh3Mwx7s3mKT55nQ5Z673dURYS",
|
|
12468
12478
|
chain: "SOL",
|
|
@@ -15153,6 +15163,16 @@ export const list: {
|
|
|
15153
15163
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.fartguy-ezvkdryracwkqey7fhg4bbl7gx8wc5dvnxwm4za2pump.png",
|
|
15154
15164
|
ticker: "FartGuy",
|
|
15155
15165
|
},
|
|
15166
|
+
{
|
|
15167
|
+
address: "5LJMJyR8MtAkbtpf8kFUV7S9oFG3xaGDdcnFxYt9pump",
|
|
15168
|
+
chain: "SOL",
|
|
15169
|
+
chainId: "solana",
|
|
15170
|
+
decimals: 6,
|
|
15171
|
+
identifier: "SOL.FAT-5LJMJyR8MtAkbtpf8kFUV7S9oFG3xaGDdcnFxYt9pump",
|
|
15172
|
+
logoURI:
|
|
15173
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.fat-5ljmjyr8mtakbtpf8kfuv7s9ofg3xagddcnfxyt9pump.png",
|
|
15174
|
+
ticker: "FAT",
|
|
15175
|
+
},
|
|
15156
15176
|
{
|
|
15157
15177
|
address: "DXCoKQ7iLpux398fNHewQn6djfGobzFuPiR5o8hrVHAb",
|
|
15158
15178
|
chain: "SOL",
|
|
@@ -15573,16 +15593,6 @@ export const list: {
|
|
|
15573
15593
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.flat3sol-sctmcvzbwukur1jywxxcq1n56uburz2cmbtmp8i8hgx.png",
|
|
15574
15594
|
ticker: "FLAT3SOL",
|
|
15575
15595
|
},
|
|
15576
|
-
{
|
|
15577
|
-
address: "VVWAy5U2KFd1p8AdchjUxqaJbZPBeP5vUQRZtAy8hyc",
|
|
15578
|
-
chain: "SOL",
|
|
15579
|
-
chainId: "solana",
|
|
15580
|
-
decimals: 9,
|
|
15581
|
-
identifier: "SOL.FLIP-VVWAy5U2KFd1p8AdchjUxqaJbZPBeP5vUQRZtAy8hyc",
|
|
15582
|
-
logoURI:
|
|
15583
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.flip-vvway5u2kfd1p8adchjuxqajbzpbep5vuqrztay8hyc.png",
|
|
15584
|
-
ticker: "FLIP",
|
|
15585
|
-
},
|
|
15586
15596
|
{
|
|
15587
15597
|
address: "sctmkfwq8ePJwQv19eKEy8evykNSHvspkTRrKzDpGLv",
|
|
15588
15598
|
chain: "SOL",
|
|
@@ -16843,6 +16853,16 @@ export const list: {
|
|
|
16843
16853
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.ghblasol-sctmlwgysemnetw2vxuikxczc41x2hed5lcmwy9xwey.png",
|
|
16844
16854
|
ticker: "GhbLaSOL",
|
|
16845
16855
|
},
|
|
16856
|
+
{
|
|
16857
|
+
address: "4TBi66vi32S7J8X1A6eWfaLHYmUXu7CStcEmsJQdpump",
|
|
16858
|
+
chain: "SOL",
|
|
16859
|
+
chainId: "solana",
|
|
16860
|
+
decimals: 6,
|
|
16861
|
+
identifier: "SOL.Ghibli-4TBi66vi32S7J8X1A6eWfaLHYmUXu7CStcEmsJQdpump",
|
|
16862
|
+
logoURI:
|
|
16863
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.ghibli-4tbi66vi32s7j8x1a6ewfalhymuxu7cstcemsjqdpump.png",
|
|
16864
|
+
ticker: "Ghibli",
|
|
16865
|
+
},
|
|
16846
16866
|
{
|
|
16847
16867
|
address: "63LfDmNb3MQ8mw9MtZ2To9bEA2M71kZUUGq5tiJxcqj9",
|
|
16848
16868
|
chain: "SOL",
|
|
@@ -18203,6 +18223,16 @@ export const list: {
|
|
|
18203
18223
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.hawkrsol-sctm6unajvukyf9ngxmgozxwk1jdrm9snhneemcf1bf.png",
|
|
18204
18224
|
ticker: "HawKrSOL",
|
|
18205
18225
|
},
|
|
18226
|
+
{
|
|
18227
|
+
address: "HAY3ZXFGUEaQLM1rnxHATU64n7c32PAyQ9CnvYxfZR4Q",
|
|
18228
|
+
chain: "SOL",
|
|
18229
|
+
chainId: "solana",
|
|
18230
|
+
decimals: 9,
|
|
18231
|
+
identifier: "SOL.HayekSOL-HAY3ZXFGUEaQLM1rnxHATU64n7c32PAyQ9CnvYxfZR4Q",
|
|
18232
|
+
logoURI:
|
|
18233
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.hayeksol-hay3zxfgueaqlm1rnxhatu64n7c32payq9cnvyxfzr4q.png",
|
|
18234
|
+
ticker: "HayekSOL",
|
|
18235
|
+
},
|
|
18206
18236
|
{
|
|
18207
18237
|
address: "sctmCAbCBzvw5nRDj55X38UsgHEpknPWn2k8izFXyW1",
|
|
18208
18238
|
chain: "SOL",
|
|
@@ -18813,6 +18843,16 @@ export const list: {
|
|
|
18813
18843
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.hotdoge-7bdpwwy7qbvzgjzr5fr5dqk3nohz96hb5ey8jyaypump.png",
|
|
18814
18844
|
ticker: "HOTDOGE",
|
|
18815
18845
|
},
|
|
18846
|
+
{
|
|
18847
|
+
address: "DitHyRMQiSDhn5cnKMJV2CDDt6sVct96YrECiM49pump",
|
|
18848
|
+
chain: "SOL",
|
|
18849
|
+
chainId: "solana",
|
|
18850
|
+
decimals: 6,
|
|
18851
|
+
identifier: "SOL.House-DitHyRMQiSDhn5cnKMJV2CDDt6sVct96YrECiM49pump",
|
|
18852
|
+
logoURI:
|
|
18853
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.house-dithyrmqisdhn5cnkmjv2cddt6svct96yrecim49pump.png",
|
|
18854
|
+
ticker: "House",
|
|
18855
|
+
},
|
|
18816
18856
|
{
|
|
18817
18857
|
address: "sctmpUb54Tsm8gEQcPnguyBp6sfM4woTumXHTi9ujrS",
|
|
18818
18858
|
chain: "SOL",
|
|
@@ -19343,6 +19383,16 @@ export const list: {
|
|
|
19343
19383
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.imaro-3gjckk5jxnjffbruus2eeyhpiden6z5tpxlkfvhkskkg.png",
|
|
19344
19384
|
ticker: "IMARO",
|
|
19345
19385
|
},
|
|
19386
|
+
{
|
|
19387
|
+
address: "znv3FZt2HFAvzYf5LxzVyryh3mBXWuTRRng25gEZAjh",
|
|
19388
|
+
chain: "SOL",
|
|
19389
|
+
chainId: "solana",
|
|
19390
|
+
decimals: 6,
|
|
19391
|
+
identifier: "SOL.IMG-znv3FZt2HFAvzYf5LxzVyryh3mBXWuTRRng25gEZAjh",
|
|
19392
|
+
logoURI:
|
|
19393
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.img-znv3fzt2hfavzyf5lxzvyryh3mbxwutrrng25gezajh.png",
|
|
19394
|
+
ticker: "IMG",
|
|
19395
|
+
},
|
|
19346
19396
|
{
|
|
19347
19397
|
address: "imsoru6juztJ4pTJvPQaTnY766uEmCVc4AQJ8V1Yuvs",
|
|
19348
19398
|
chain: "SOL",
|
|
@@ -24643,16 +24693,6 @@ export const list: {
|
|
|
24643
24693
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.pika-42o42kh1dzedjqijwpwhcntpmw42hxzg7ybms1h6a5r1.png",
|
|
24644
24694
|
ticker: "Pika",
|
|
24645
24695
|
},
|
|
24646
|
-
{
|
|
24647
|
-
address: "2mNz73pMDGFknAp95iZm8WnFsSYQC4NVJtAz6mFF9ycv",
|
|
24648
|
-
chain: "SOL",
|
|
24649
|
-
chainId: "solana",
|
|
24650
|
-
decimals: 6,
|
|
24651
|
-
identifier: "SOL.PILLY-2mNz73pMDGFknAp95iZm8WnFsSYQC4NVJtAz6mFF9ycv",
|
|
24652
|
-
logoURI:
|
|
24653
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.pilly-2mnz73pmdgfknap95izm8wnfssyqc4nvjtaz6mff9ycv.png",
|
|
24654
|
-
ticker: "PILLY",
|
|
24655
|
-
},
|
|
24656
24696
|
{
|
|
24657
24697
|
address: "97Mbx6Jym1iEkQdVfLf5PMWL5tARGnQ5na5jhR9Lpump",
|
|
24658
24698
|
chain: "SOL",
|
|
@@ -24753,16 +24793,6 @@ export const list: {
|
|
|
24753
24793
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.pix404-3hfhj9cm3mqkeejmzakkre1ykvmvya9a2mbcys9xpump.png",
|
|
24754
24794
|
ticker: "PIX404",
|
|
24755
24795
|
},
|
|
24756
|
-
{
|
|
24757
|
-
address: "8D37jiPH55BPAD171YbZnsUTydwAseHgT7CQMjFKcKTU",
|
|
24758
|
-
chain: "SOL",
|
|
24759
|
-
chainId: "solana",
|
|
24760
|
-
decimals: 9,
|
|
24761
|
-
identifier: "SOL.PIXIZ-8D37jiPH55BPAD171YbZnsUTydwAseHgT7CQMjFKcKTU",
|
|
24762
|
-
logoURI:
|
|
24763
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.pixiz-8d37jiph55bpad171ybznsutydwasehgt7cqmjfkcktu.png",
|
|
24764
|
-
ticker: "PIXIZ",
|
|
24765
|
-
},
|
|
24766
24796
|
{
|
|
24767
24797
|
address: "DZvuAtqMdWzDHMGDpTkRmW2QBxstjCNTcobMDMpVuRDa",
|
|
24768
24798
|
chain: "SOL",
|
|
@@ -25153,16 +25183,6 @@ export const list: {
|
|
|
25153
25183
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.ppsol-ppsoldzk74to6ydydeph57dccdefncssm8mprz5wi2v.png",
|
|
25154
25184
|
ticker: "ppSOL",
|
|
25155
25185
|
},
|
|
25156
|
-
{
|
|
25157
|
-
address: "Fb2DefbdjKFPfmTnq4xnuZ9xdtVyXGsEAetoFmGLZQcc",
|
|
25158
|
-
chain: "SOL",
|
|
25159
|
-
chainId: "solana",
|
|
25160
|
-
decimals: 8,
|
|
25161
|
-
identifier: "SOL.PPT-Fb2DefbdjKFPfmTnq4xnuZ9xdtVyXGsEAetoFmGLZQcc",
|
|
25162
|
-
logoURI:
|
|
25163
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.ppt-fb2defbdjkfpfmtnq4xnuz9xdtvyxgseaetofmglzqcc.png",
|
|
25164
|
-
ticker: "PPT",
|
|
25165
|
-
},
|
|
25166
25186
|
{
|
|
25167
25187
|
address: "AW8u4LiMo1SKcGiMBPYzHcWynirZYQA5KwsoFUMJpump",
|
|
25168
25188
|
chain: "SOL",
|
|
@@ -28243,6 +28263,16 @@ export const list: {
|
|
|
28243
28263
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.sta5dsol-sctm4mpgezs7odk4kadpshnaeo7a6s5kq79vs26dnon.png",
|
|
28244
28264
|
ticker: "STA5dSOL",
|
|
28245
28265
|
},
|
|
28266
|
+
{
|
|
28267
|
+
address: "ExtG6GryEe8nkjLv957BwFXopfVYwNv5utd4aKetwMD7",
|
|
28268
|
+
chain: "SOL",
|
|
28269
|
+
chainId: "solana",
|
|
28270
|
+
decimals: 9,
|
|
28271
|
+
identifier: "SOL.stacheSOL-ExtG6GryEe8nkjLv957BwFXopfVYwNv5utd4aKetwMD7",
|
|
28272
|
+
logoURI:
|
|
28273
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.stachesol-extg6gryee8nkjlv957bwfxopfvywnv5utd4aketwmd7.png",
|
|
28274
|
+
ticker: "stacheSOL",
|
|
28275
|
+
},
|
|
28246
28276
|
{
|
|
28247
28277
|
address: "8npbXTu4oTNw3xrMGY1aTm4CtB7cMPVuRUCh3Wqj3fSW",
|
|
28248
28278
|
chain: "SOL",
|
|
@@ -29173,6 +29203,16 @@ export const list: {
|
|
|
29173
29203
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.titan-f1ub7phqfvuyzsfoxwkcwnocy3kjgfnsflyesoqypump.png",
|
|
29174
29204
|
ticker: "TITAN",
|
|
29175
29205
|
},
|
|
29206
|
+
{
|
|
29207
|
+
address: "FtUEW73K6vEYHfbkfpdBZfWpxgQar2HipGdbutEhpump",
|
|
29208
|
+
chain: "SOL",
|
|
29209
|
+
chainId: "solana",
|
|
29210
|
+
decimals: 6,
|
|
29211
|
+
identifier: "SOL.titcoin-FtUEW73K6vEYHfbkfpdBZfWpxgQar2HipGdbutEhpump",
|
|
29212
|
+
logoURI:
|
|
29213
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.titcoin-ftuew73k6veyhfbkfpdbzfwpxgqar2hipgdbutehpump.png",
|
|
29214
|
+
ticker: "titcoin",
|
|
29215
|
+
},
|
|
29176
29216
|
{
|
|
29177
29217
|
address: "45C1NSdYrbkT1etufJGLB7rEYsj2JbfFTswreDRNbjxx",
|
|
29178
29218
|
chain: "SOL",
|
|
@@ -29663,16 +29703,6 @@ export const list: {
|
|
|
29663
29703
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.twinny-8wjzpmvohx4k9pxcdc2rz1bobs5isavxva9xkmhnpump.png",
|
|
29664
29704
|
ticker: "Twinny",
|
|
29665
29705
|
},
|
|
29666
|
-
{
|
|
29667
|
-
address: "FcScaNdN3TRPMwcgqHj1E5GuEh1rNesBGVN5WtZuad1z",
|
|
29668
|
-
chain: "SOL",
|
|
29669
|
-
chainId: "solana",
|
|
29670
|
-
decimals: 9,
|
|
29671
|
-
identifier: "SOL.TWTR-FcScaNdN3TRPMwcgqHj1E5GuEh1rNesBGVN5WtZuad1z",
|
|
29672
|
-
logoURI:
|
|
29673
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.twtr-fcscandn3trpmwcgqhj1e5gueh1rnesbgvn5wtzuad1z.png",
|
|
29674
|
-
ticker: "TWTR",
|
|
29675
|
-
},
|
|
29676
29706
|
{
|
|
29677
29707
|
address: "sctmippqxHXn2FkLm4xinCLnDBHBkgR29ZMor8z4MTJ",
|
|
29678
29708
|
chain: "SOL",
|
|
@@ -29923,6 +29953,16 @@ export const list: {
|
|
|
29923
29953
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.usde-dekqhypn7gmrj5cartqfawefqbzb33hyf6s5icwjeont.png",
|
|
29924
29954
|
ticker: "USDe",
|
|
29925
29955
|
},
|
|
29956
|
+
{
|
|
29957
|
+
address: "2u1tszSeqZ3qBWF3uNGPFc8TzMk2tdiwknnRMWGWjGWH",
|
|
29958
|
+
chain: "SOL",
|
|
29959
|
+
chainId: "solana",
|
|
29960
|
+
decimals: 6,
|
|
29961
|
+
identifier: "SOL.USDG-2u1tszSeqZ3qBWF3uNGPFc8TzMk2tdiwknnRMWGWjGWH",
|
|
29962
|
+
logoURI:
|
|
29963
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.usdg-2u1tszseqz3qbwf3ungpfc8tzmk2tdiwknnrmwgwjgwh.png",
|
|
29964
|
+
ticker: "USDG",
|
|
29965
|
+
},
|
|
29926
29966
|
{
|
|
29927
29967
|
address: "USDH1SM1ojwWUga67PGrgFWUHibbjqMvuMaDkRJTgkX",
|
|
29928
29968
|
chain: "SOL",
|
|
@@ -30643,16 +30683,6 @@ export const list: {
|
|
|
30643
30683
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.wfragsol-wfrgswjaz8tbaxsjitmbfrufv2msnwy7bmwccwaa28u.png",
|
|
30644
30684
|
ticker: "wfragSOL",
|
|
30645
30685
|
},
|
|
30646
|
-
{
|
|
30647
|
-
address: "4Eb7ReeT936hX25KMBfYtyP1RWDdd9iixEwGJroACeLC",
|
|
30648
|
-
chain: "SOL",
|
|
30649
|
-
chainId: "solana",
|
|
30650
|
-
decimals: 6,
|
|
30651
|
-
identifier: "SOL.WGC-4Eb7ReeT936hX25KMBfYtyP1RWDdd9iixEwGJroACeLC",
|
|
30652
|
-
logoURI:
|
|
30653
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.wgc-4eb7reet936hx25kmbfytyp1rwddd9iixewgjroacelc.png",
|
|
30654
|
-
ticker: "WGC",
|
|
30655
|
-
},
|
|
30656
30686
|
{
|
|
30657
30687
|
address: "GTH3wG3NErjwcf7VGCoXEXkgXSHvYhx5gtATeeM5JAS1",
|
|
30658
30688
|
chain: "SOL",
|
|
@@ -30913,16 +30943,6 @@ export const list: {
|
|
|
30913
30943
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.woof-9neqaucb16sq3tn1psbkwqyhpdlmfhwjkgymrejsagte.png",
|
|
30914
30944
|
ticker: "WOOF",
|
|
30915
30945
|
},
|
|
30916
|
-
{
|
|
30917
|
-
address: "A3HyGZqe451CBesNqieNPfJ4A9Mu332ui8ni6dobVSLB",
|
|
30918
|
-
chain: "SOL",
|
|
30919
|
-
chainId: "solana",
|
|
30920
|
-
decimals: 5,
|
|
30921
|
-
identifier: "SOL.WOOP-A3HyGZqe451CBesNqieNPfJ4A9Mu332ui8ni6dobVSLB",
|
|
30922
|
-
logoURI:
|
|
30923
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.woop-a3hygzqe451cbesnqienpfj4a9mu332ui8ni6dobvslb.png",
|
|
30924
|
-
ticker: "WOOP",
|
|
30925
|
-
},
|
|
30926
30946
|
{
|
|
30927
30947
|
address: "F7Hwf8ib5DVCoiuyGr618Y3gon429Rnd1r5F9R5upump",
|
|
30928
30948
|
chain: "SOL",
|
|
@@ -31633,6 +31653,16 @@ export const list: {
|
|
|
31633
31653
|
"https://storage.googleapis.com/token-list-swapkit/images/sol.zbcn-zbcnpud7ymxzthb2fhgkgi78mnshglrxuhrewnrm9ru.png",
|
|
31634
31654
|
ticker: "ZBCN",
|
|
31635
31655
|
},
|
|
31656
|
+
{
|
|
31657
|
+
address: "zBTCug3er3tLyffELcvDNrKkCymbPWysGcWihESYfLg",
|
|
31658
|
+
chain: "SOL",
|
|
31659
|
+
chainId: "solana",
|
|
31660
|
+
decimals: 8,
|
|
31661
|
+
identifier: "SOL.zBTC-zBTCug3er3tLyffELcvDNrKkCymbPWysGcWihESYfLg",
|
|
31662
|
+
logoURI:
|
|
31663
|
+
"https://storage.googleapis.com/token-list-swapkit/images/sol.zbtc-zbtcug3er3tlyffelcvdnrkkcymbpwysgcwihesyflg.png",
|
|
31664
|
+
ticker: "zBTC",
|
|
31665
|
+
},
|
|
31636
31666
|
{
|
|
31637
31667
|
address: "3pH7FnM3yR2Jy2c6vyXmsCiNi1rjQ7gerCq2pEUHpump",
|
|
31638
31668
|
chain: "SOL",
|
package/src/tokenLists/kado.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "KADO",
|
|
3
3
|
name: "KADO",
|
|
4
|
-
timestamp: "2025-
|
|
4
|
+
timestamp: "2025-04-08T08:03:27.724Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
@@ -67,7 +67,7 @@ export const list = {
|
|
|
67
67
|
{
|
|
68
68
|
chain: "BTC",
|
|
69
69
|
chainId: "bitcoin",
|
|
70
|
-
decimals:
|
|
70
|
+
decimals: 18,
|
|
71
71
|
identifier: "BTC.BTC",
|
|
72
72
|
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/btc.btc.png",
|
|
73
73
|
ticker: "BTC",
|
|
@@ -327,11 +327,12 @@ export const list = {
|
|
|
327
327
|
ticker: "VND",
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
|
+
address: "uatom",
|
|
330
331
|
chain: "GAIA",
|
|
331
332
|
chainId: "cosmoshub-4",
|
|
332
333
|
decimals: 6,
|
|
333
|
-
identifier: "GAIA.ATOM",
|
|
334
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/gaia.atom.png",
|
|
334
|
+
identifier: "GAIA.ATOM-uatom",
|
|
335
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/gaia.atom-uatom.png",
|
|
335
336
|
ticker: "ATOM",
|
|
336
337
|
},
|
|
337
338
|
{
|
|
@@ -2,35 +2,15 @@ export const list = {
|
|
|
2
2
|
provider: "MAYACHAIN",
|
|
3
3
|
chainId: "mayachain-mainnet-v1",
|
|
4
4
|
name: "MAYACHAIN",
|
|
5
|
-
timestamp: "2025-
|
|
5
|
+
timestamp: "2025-04-08T08:01:02.232Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 50,
|
|
13
13
|
tokens: [
|
|
14
|
-
{
|
|
15
|
-
address: "0x912ce59144191c1204e64559fe8253a0e49e6548",
|
|
16
|
-
chain: "ARB",
|
|
17
|
-
chainId: "42161",
|
|
18
|
-
decimals: 18,
|
|
19
|
-
identifier: "ARB.ARB-0x912ce59144191c1204e64559fe8253a0e49e6548",
|
|
20
|
-
logoURI:
|
|
21
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.arb-0x912ce59144191c1204e64559fe8253a0e49e6548.png",
|
|
22
|
-
ticker: "ARB",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
|
|
26
|
-
chain: "ARB",
|
|
27
|
-
chainId: "42161",
|
|
28
|
-
decimals: 18,
|
|
29
|
-
identifier: "ARB.DAI-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
|
|
30
|
-
logoURI:
|
|
31
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
32
|
-
ticker: "DAI",
|
|
33
|
-
},
|
|
34
14
|
{
|
|
35
15
|
chain: "ARB",
|
|
36
16
|
chainId: "42161",
|
|
@@ -119,16 +99,6 @@ export const list = {
|
|
|
119
99
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.wbtc-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f.png",
|
|
120
100
|
ticker: "WBTC",
|
|
121
101
|
},
|
|
122
|
-
{
|
|
123
|
-
address: "0x5979d7b546e38e414f7e9822514be443a4800529",
|
|
124
|
-
chain: "ARB",
|
|
125
|
-
chainId: "42161",
|
|
126
|
-
decimals: 18,
|
|
127
|
-
identifier: "ARB.wstETH-0x5979d7b546e38e414f7e9822514be443a4800529",
|
|
128
|
-
logoURI:
|
|
129
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.wsteth-0x5979d7b546e38e414f7e9822514be443a4800529.png",
|
|
130
|
-
ticker: "wstETH",
|
|
131
|
-
},
|
|
132
102
|
{
|
|
133
103
|
address: "0x9f41b34f42058a7b74672055a5fae22c4b113fd1",
|
|
134
104
|
chain: "ARB",
|
|
@@ -211,14 +181,6 @@ export const list = {
|
|
|
211
181
|
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/kuji.kuji.png",
|
|
212
182
|
ticker: "KUJI",
|
|
213
183
|
},
|
|
214
|
-
{
|
|
215
|
-
chain: "KUJI",
|
|
216
|
-
chainId: "kaiyo-1",
|
|
217
|
-
decimals: 6,
|
|
218
|
-
identifier: "KUJI.USK",
|
|
219
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/kuji.usk.png",
|
|
220
|
-
ticker: "USK",
|
|
221
|
-
},
|
|
222
184
|
{
|
|
223
185
|
address: "0x912ce59144191c1204e64559fe8253a0e49e6548",
|
|
224
186
|
chain: "MAYA",
|