@swapkit/tokens 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +12 -12
- 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 +30 -2
- package/src/tokenLists/oneinch.ts +282 -42
- package/src/tokenLists/pangolin_v1.ts +12 -2
- package/src/tokenLists/sushiswap_v2.ts +41 -11
- package/src/tokenLists/thorchain.ts +2 -12
- package/src/tokenLists/traderjoe_v2.ts +34 -184
- package/src/tokenLists/uniswap_v2.ts +1583 -4
- package/src/tokenLists/uniswap_v3.ts +1583 -4
package/package.json
CHANGED
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "MAYACHAIN",
|
|
3
3
|
chainId: "mayachain-mainnet-v1",
|
|
4
4
|
name: "MAYACHAIN",
|
|
5
|
-
timestamp: "2024-09-
|
|
5
|
+
timestamp: "2024-09-23T08:30:40.683Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 55,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x912ce59144191c1204e64559fe8253a0e49e6548",
|
|
@@ -153,6 +153,16 @@ export const list = {
|
|
|
153
153
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eth.png",
|
|
154
154
|
ticker: "ETH",
|
|
155
155
|
},
|
|
156
|
+
{
|
|
157
|
+
address: "0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
|
|
158
|
+
chain: "ETH",
|
|
159
|
+
chainId: "1",
|
|
160
|
+
decimals: 18,
|
|
161
|
+
identifier: "ETH.MOG-0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
|
|
162
|
+
logoURI:
|
|
163
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mog-0xaaee1a9723aadb7afa2810263653a34ba2c21c7a.png",
|
|
164
|
+
ticker: "MOG",
|
|
165
|
+
},
|
|
156
166
|
{
|
|
157
167
|
address: "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
158
168
|
chain: "ETH",
|
|
@@ -193,6 +203,14 @@ export const list = {
|
|
|
193
203
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png",
|
|
194
204
|
ticker: "WstETH",
|
|
195
205
|
},
|
|
206
|
+
{
|
|
207
|
+
chain: "KUJI",
|
|
208
|
+
chainId: "kaiyo-1",
|
|
209
|
+
decimals: 6,
|
|
210
|
+
identifier: "KUJI.AXLYUM",
|
|
211
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/kuji.axlyum.png",
|
|
212
|
+
ticker: "AXLYUM",
|
|
213
|
+
},
|
|
196
214
|
{
|
|
197
215
|
chain: "KUJI",
|
|
198
216
|
chainId: "kaiyo-1",
|
|
@@ -399,6 +417,16 @@ export const list = {
|
|
|
399
417
|
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eth.png",
|
|
400
418
|
ticker: "ETH",
|
|
401
419
|
},
|
|
420
|
+
{
|
|
421
|
+
address: "0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
|
|
422
|
+
chain: "MAYA",
|
|
423
|
+
chainId: "mayachain-mainnet-v1",
|
|
424
|
+
decimals: 8,
|
|
425
|
+
identifier: "MAYA.ETH/MOG-0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
|
|
426
|
+
logoURI:
|
|
427
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mog-0xaaee1a9723aadb7afa2810263653a34ba2c21c7a.png",
|
|
428
|
+
ticker: "MOG",
|
|
429
|
+
},
|
|
402
430
|
{
|
|
403
431
|
address: "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
404
432
|
chain: "MAYA",
|
|
@@ -1,15 +1,25 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "ONEINCH",
|
|
3
3
|
name: "ONEINCH",
|
|
4
|
-
timestamp: "2024-09-
|
|
4
|
+
timestamp: "2024-09-23T08:30:41.787Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: ["oneinch", "1inch", "1inch.exchange", "1inch.exchange v1"],
|
|
11
|
-
count:
|
|
11
|
+
count: 1399,
|
|
12
12
|
tokens: [
|
|
13
|
+
{
|
|
14
|
+
address: "0xba5ddd1f9d7f570dc94a51479a000e3bce967196",
|
|
15
|
+
chain: "ARB",
|
|
16
|
+
chainId: "42161",
|
|
17
|
+
decimals: 18,
|
|
18
|
+
identifier: "ARB.AAVE-0xba5ddd1f9d7f570dc94a51479a000e3bce967196",
|
|
19
|
+
logoURI:
|
|
20
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.aave-0xba5ddd1f9d7f570dc94a51479a000e3bce967196.png",
|
|
21
|
+
ticker: "AAVE",
|
|
22
|
+
},
|
|
13
23
|
{
|
|
14
24
|
address: "0x912ce59144191c1204e64559fe8253a0e49e6548",
|
|
15
25
|
chain: "ARB",
|
|
@@ -40,6 +50,16 @@ export const list = {
|
|
|
40
50
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.bal-0x040d1edc9569d4bab2d15287dc5a4f10f56a56b8.png",
|
|
41
51
|
ticker: "BAL",
|
|
42
52
|
},
|
|
53
|
+
{
|
|
54
|
+
address: "0x09199d9a5f4448d0848e4395d065e1ad9c4a1f74",
|
|
55
|
+
chain: "ARB",
|
|
56
|
+
chainId: "42161",
|
|
57
|
+
decimals: 5,
|
|
58
|
+
identifier: "ARB.Bonk-0x09199d9a5f4448d0848e4395d065e1ad9c4a1f74",
|
|
59
|
+
logoURI:
|
|
60
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.bonk-0x09199d9a5f4448d0848e4395d065e1ad9c4a1f74.png",
|
|
61
|
+
ticker: "Bonk",
|
|
62
|
+
},
|
|
43
63
|
{
|
|
44
64
|
address: "0x354a6da3fcde098f8389cad84b0182725c6c91de",
|
|
45
65
|
chain: "ARB",
|
|
@@ -100,6 +120,16 @@ export const list = {
|
|
|
100
120
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.dfx-0x27f485b62c4a7e635f561a87560adf5090239e93.png",
|
|
101
121
|
ticker: "DFX",
|
|
102
122
|
},
|
|
123
|
+
{
|
|
124
|
+
address: "0x050c24dbf1eec17babe5fc585f06116a259cc77a",
|
|
125
|
+
chain: "ARB",
|
|
126
|
+
chainId: "42161",
|
|
127
|
+
decimals: 8,
|
|
128
|
+
identifier: "ARB.DLCBTC-0x050c24dbf1eec17babe5fc585f06116a259cc77a",
|
|
129
|
+
logoURI:
|
|
130
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.dlcbtc-0x050c24dbf1eec17babe5fc585f06116a259cc77a.png",
|
|
131
|
+
ticker: "DLCBTC",
|
|
132
|
+
},
|
|
103
133
|
{
|
|
104
134
|
address: "0x6c2c06790b3e3e3c38e12ee22f8183b37a13ee55",
|
|
105
135
|
chain: "ARB",
|
|
@@ -179,24 +209,24 @@ export const list = {
|
|
|
179
209
|
ticker: "GMX",
|
|
180
210
|
},
|
|
181
211
|
{
|
|
182
|
-
address: "
|
|
212
|
+
address: "0xa0b862f60edef4452f25b4160f177db44deb6cf1",
|
|
183
213
|
chain: "ARB",
|
|
184
214
|
chainId: "42161",
|
|
185
215
|
decimals: 18,
|
|
186
|
-
identifier: "ARB.
|
|
216
|
+
identifier: "ARB.GNO-0xa0b862f60edef4452f25b4160f177db44deb6cf1",
|
|
187
217
|
logoURI:
|
|
188
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.
|
|
189
|
-
ticker: "
|
|
218
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.gno-0xa0b862f60edef4452f25b4160f177db44deb6cf1.png",
|
|
219
|
+
ticker: "GNO",
|
|
190
220
|
},
|
|
191
221
|
{
|
|
192
|
-
address: "
|
|
222
|
+
address: "0x9623063377ad1b27544c965ccd7342f7ea7e88c7",
|
|
193
223
|
chain: "ARB",
|
|
194
224
|
chainId: "42161",
|
|
195
225
|
decimals: 18,
|
|
196
|
-
identifier: "ARB.
|
|
226
|
+
identifier: "ARB.GRT-0x9623063377ad1b27544c965ccd7342f7ea7e88c7",
|
|
197
227
|
logoURI:
|
|
198
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.
|
|
199
|
-
ticker: "
|
|
228
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.grt-0x9623063377ad1b27544c965ccd7342f7ea7e88c7.png",
|
|
229
|
+
ticker: "GRT",
|
|
200
230
|
},
|
|
201
231
|
{
|
|
202
232
|
address: "0x371c7ec6d8039ff7933a2aa28eb827ffe1f52f07",
|
|
@@ -248,16 +278,6 @@ export const list = {
|
|
|
248
278
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.liqd-0x93c15cd7de26f07265f0272e0b831c5d7fab174f.png",
|
|
249
279
|
ticker: "LIQD",
|
|
250
280
|
},
|
|
251
|
-
{
|
|
252
|
-
address: "0x3f56e0c36d275367b8c502090edf38289b3dea0d",
|
|
253
|
-
chain: "ARB",
|
|
254
|
-
chainId: "42161",
|
|
255
|
-
decimals: 18,
|
|
256
|
-
identifier: "ARB.MAI-0x3f56e0c36d275367b8c502090edf38289b3dea0d",
|
|
257
|
-
logoURI:
|
|
258
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.mai-0x3f56e0c36d275367b8c502090edf38289b3dea0d.png",
|
|
259
|
-
ticker: "MAI",
|
|
260
|
-
},
|
|
261
281
|
{
|
|
262
282
|
address: "0x4e352cf164e64adcbad318c3a1e222e9eba4ce42",
|
|
263
283
|
chain: "ARB",
|
|
@@ -438,16 +458,6 @@ export const list = {
|
|
|
438
458
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.sushi-0xd4d42f0b6def4ce0383636770ef773390d85c61a.png",
|
|
439
459
|
ticker: "SUSHI",
|
|
440
460
|
},
|
|
441
|
-
{
|
|
442
|
-
address: "0xde903e2712288a1da82942dddf2c20529565ac30",
|
|
443
|
-
chain: "ARB",
|
|
444
|
-
chainId: "42161",
|
|
445
|
-
decimals: 18,
|
|
446
|
-
identifier: "ARB.SWPR-0xde903e2712288a1da82942dddf2c20529565ac30",
|
|
447
|
-
logoURI:
|
|
448
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.swpr-0xde903e2712288a1da82942dddf2c20529565ac30.png",
|
|
449
|
-
ticker: "SWPR",
|
|
450
|
-
},
|
|
451
461
|
{
|
|
452
462
|
address: "0xfa7f8980b0f1e64a2062791cc3b0871572f1f7f0",
|
|
453
463
|
chain: "ARB",
|
|
@@ -488,6 +498,16 @@ export const list = {
|
|
|
488
498
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.usdc.e-0xff970a61a04b1ca14834a43f5de4533ebddb5cc8.png",
|
|
489
499
|
ticker: "USDC.e",
|
|
490
500
|
},
|
|
501
|
+
{
|
|
502
|
+
address: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",
|
|
503
|
+
chain: "ARB",
|
|
504
|
+
chainId: "42161",
|
|
505
|
+
decimals: 18,
|
|
506
|
+
identifier: "ARB.USDe-0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",
|
|
507
|
+
logoURI:
|
|
508
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.usde-0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34.png",
|
|
509
|
+
ticker: "USDe",
|
|
510
|
+
},
|
|
491
511
|
{
|
|
492
512
|
address: "0xd74f5255d557944cf7dd0e45ff521520002d5748",
|
|
493
513
|
chain: "ARB",
|
|
@@ -518,6 +538,16 @@ export const list = {
|
|
|
518
538
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.usdv-0x323665443cef804a3b5206103304bd4872ea4253.png",
|
|
519
539
|
ticker: "USDV",
|
|
520
540
|
},
|
|
541
|
+
{
|
|
542
|
+
address: "0xb2f30a7c980f052f02563fb518dcc39e6bf38175",
|
|
543
|
+
chain: "ARB",
|
|
544
|
+
chainId: "42161",
|
|
545
|
+
decimals: 18,
|
|
546
|
+
identifier: "ARB.USDx-0xb2f30a7c980f052f02563fb518dcc39e6bf38175",
|
|
547
|
+
logoURI:
|
|
548
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.usdx-0xb2f30a7c980f052f02563fb518dcc39e6bf38175.png",
|
|
549
|
+
ticker: "USDx",
|
|
550
|
+
},
|
|
521
551
|
{
|
|
522
552
|
address: "0x088cd8f5ef3652623c22d48b1605dcfe860cd704",
|
|
523
553
|
chain: "ARB",
|
|
@@ -528,6 +558,16 @@ export const list = {
|
|
|
528
558
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.vela-0x088cd8f5ef3652623c22d48b1605dcfe860cd704.png",
|
|
529
559
|
ticker: "VELA",
|
|
530
560
|
},
|
|
561
|
+
{
|
|
562
|
+
address: "0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91",
|
|
563
|
+
chain: "ARB",
|
|
564
|
+
chainId: "42161",
|
|
565
|
+
decimals: 18,
|
|
566
|
+
identifier: "ARB.W-0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91",
|
|
567
|
+
logoURI:
|
|
568
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.w-0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91.png",
|
|
569
|
+
ticker: "W",
|
|
570
|
+
},
|
|
531
571
|
{
|
|
532
572
|
address: "0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f",
|
|
533
573
|
chain: "ARB",
|
|
@@ -776,6 +816,16 @@ export const list = {
|
|
|
776
816
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.cly-0xec3492a2508ddf4fdc0cd76f31f340b30d1793e6.png",
|
|
777
817
|
ticker: "CLY",
|
|
778
818
|
},
|
|
819
|
+
{
|
|
820
|
+
address: "0xc3048e19e76cb9a3aa9d77d8c03c29fc906e2437",
|
|
821
|
+
chain: "AVAX",
|
|
822
|
+
chainId: "43114",
|
|
823
|
+
decimals: 18,
|
|
824
|
+
identifier: "AVAX.COMP-0xc3048e19e76cb9a3aa9d77d8c03c29fc906e2437",
|
|
825
|
+
logoURI:
|
|
826
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.comp-0xc3048e19e76cb9a3aa9d77d8c03c29fc906e2437.png",
|
|
827
|
+
ticker: "COMP",
|
|
828
|
+
},
|
|
779
829
|
{
|
|
780
830
|
address: "0x637afeff75ca669ff92e4570b14d6399a658902f",
|
|
781
831
|
chain: "AVAX",
|
|
@@ -1316,6 +1366,16 @@ export const list = {
|
|
|
1316
1366
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.tusd-0x1c20e891bab6b1727d14da358fae2984ed9b59eb.png",
|
|
1317
1367
|
ticker: "TUSD",
|
|
1318
1368
|
},
|
|
1369
|
+
{
|
|
1370
|
+
address: "0x8ebaf22b6f053dffeaf46f4dd9efa95d89ba8580",
|
|
1371
|
+
chain: "AVAX",
|
|
1372
|
+
chainId: "43114",
|
|
1373
|
+
decimals: 18,
|
|
1374
|
+
identifier: "AVAX.UNI.e-0x8ebaf22b6f053dffeaf46f4dd9efa95d89ba8580",
|
|
1375
|
+
logoURI:
|
|
1376
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.uni.e-0x8ebaf22b6f053dffeaf46f4dd9efa95d89ba8580.png",
|
|
1377
|
+
ticker: "UNI.e",
|
|
1378
|
+
},
|
|
1319
1379
|
{
|
|
1320
1380
|
address: "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e",
|
|
1321
1381
|
chain: "AVAX",
|
|
@@ -1587,6 +1647,16 @@ export const list = {
|
|
|
1587
1647
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.abatv1-0xe1ba0fb44ccb0d11b80f92f4f8ed94ca3ff51d00.png",
|
|
1588
1648
|
ticker: "aBATv1",
|
|
1589
1649
|
},
|
|
1650
|
+
{
|
|
1651
|
+
address: "0xb98d4c97425d9908e66e53a6fdf673acca0be986",
|
|
1652
|
+
chain: "ETH",
|
|
1653
|
+
chainId: "1",
|
|
1654
|
+
decimals: 18,
|
|
1655
|
+
identifier: "ETH.ABT-0xb98d4c97425d9908e66e53a6fdf673acca0be986",
|
|
1656
|
+
logoURI:
|
|
1657
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.abt-0xb98d4c97425d9908e66e53a6fdf673acca0be986.png",
|
|
1658
|
+
ticker: "ABT",
|
|
1659
|
+
},
|
|
1590
1660
|
{
|
|
1591
1661
|
address: "0xa361718326c15715591c299427c62086f69923d9",
|
|
1592
1662
|
chain: "ETH",
|
|
@@ -2947,6 +3017,16 @@ export const list = {
|
|
|
2947
3017
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bdp-0xf3dcbc6d72a4e1892f7917b7c43b74131df8480e.png",
|
|
2948
3018
|
ticker: "BDP",
|
|
2949
3019
|
},
|
|
3020
|
+
{
|
|
3021
|
+
address: "0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce",
|
|
3022
|
+
chain: "ETH",
|
|
3023
|
+
chainId: "1",
|
|
3024
|
+
decimals: 18,
|
|
3025
|
+
identifier: "ETH.BEAM-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce",
|
|
3026
|
+
logoURI:
|
|
3027
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",
|
|
3028
|
+
ticker: "BEAM",
|
|
3029
|
+
},
|
|
2950
3030
|
{
|
|
2951
3031
|
address: "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6",
|
|
2952
3032
|
chain: "ETH",
|
|
@@ -2997,6 +3077,16 @@ export const list = {
|
|
|
2997
3077
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bfc-0x0c7d5ae016f806603cb1782bea29ac69471cab9c.png",
|
|
2998
3078
|
ticker: "BFC",
|
|
2999
3079
|
},
|
|
3080
|
+
{
|
|
3081
|
+
address: "0xf17e65822b568b3903685a7c9f496cf7656cc6c2",
|
|
3082
|
+
chain: "ETH",
|
|
3083
|
+
chainId: "1",
|
|
3084
|
+
decimals: 18,
|
|
3085
|
+
identifier: "ETH.BICO-0xf17e65822b568b3903685a7c9f496cf7656cc6c2",
|
|
3086
|
+
logoURI:
|
|
3087
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bico-0xf17e65822b568b3903685a7c9f496cf7656cc6c2.png",
|
|
3088
|
+
ticker: "BICO",
|
|
3089
|
+
},
|
|
3000
3090
|
{
|
|
3001
3091
|
address: "0x25e1474170c4c0aa64fa98123bdc8db49d7802fa",
|
|
3002
3092
|
chain: "ETH",
|
|
@@ -3357,6 +3447,16 @@ export const list = {
|
|
|
3357
3447
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.caw-0xf3b9569f82b18aef890de263b84189bd33ebe452.png",
|
|
3358
3448
|
ticker: "CAW",
|
|
3359
3449
|
},
|
|
3450
|
+
{
|
|
3451
|
+
address: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
|
|
3452
|
+
chain: "ETH",
|
|
3453
|
+
chainId: "1",
|
|
3454
|
+
decimals: 8,
|
|
3455
|
+
identifier: "ETH.cbBTC-0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
|
|
3456
|
+
logoURI:
|
|
3457
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.cbbtc-0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf.png",
|
|
3458
|
+
ticker: "cbBTC",
|
|
3459
|
+
},
|
|
3360
3460
|
{
|
|
3361
3461
|
address: "0xbe9895146f7af43049ca1c1ae358b0541ea49704",
|
|
3362
3462
|
chain: "ETH",
|
|
@@ -4605,6 +4705,16 @@ export const list = {
|
|
|
4605
4705
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ethx-0xa35b1b31ce002fbf2058d22f30f95d405200a15b.png",
|
|
4606
4706
|
ticker: "ETHX",
|
|
4607
4707
|
},
|
|
4708
|
+
{
|
|
4709
|
+
address: "0xd9fcd98c322942075a5c3860693e9f4f03aae07b",
|
|
4710
|
+
chain: "ETH",
|
|
4711
|
+
chainId: "1",
|
|
4712
|
+
decimals: 18,
|
|
4713
|
+
identifier: "ETH.EUL-0xd9fcd98c322942075a5c3860693e9f4f03aae07b",
|
|
4714
|
+
logoURI:
|
|
4715
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eul-0xd9fcd98c322942075a5c3860693e9f4f03aae07b.png",
|
|
4716
|
+
ticker: "EUL",
|
|
4717
|
+
},
|
|
4608
4718
|
{
|
|
4609
4719
|
address: "0x1a7e4e63778b4f12a199c062f3efdd288afcbce8",
|
|
4610
4720
|
chain: "ETH",
|
|
@@ -4855,6 +4965,16 @@ export const list = {
|
|
|
4855
4965
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.font-0x4c25bdf026ea05f32713f00f73ca55857fbf6342.png",
|
|
4856
4966
|
ticker: "FONT",
|
|
4857
4967
|
},
|
|
4968
|
+
{
|
|
4969
|
+
address: "0x41545f8b9472d758bb669ed8eaeeecd7a9c4ec29",
|
|
4970
|
+
chain: "ETH",
|
|
4971
|
+
chainId: "1",
|
|
4972
|
+
decimals: 18,
|
|
4973
|
+
identifier: "ETH.FORT-0x41545f8b9472d758bb669ed8eaeeecd7a9c4ec29",
|
|
4974
|
+
logoURI:
|
|
4975
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.fort-0x41545f8b9472d758bb669ed8eaeeecd7a9c4ec29.png",
|
|
4976
|
+
ticker: "FORT",
|
|
4977
|
+
},
|
|
4858
4978
|
{
|
|
4859
4979
|
address: "0x77fba179c79de5b7653f68b5039af940ada60ce0",
|
|
4860
4980
|
chain: "ETH",
|
|
@@ -4935,6 +5055,16 @@ export const list = {
|
|
|
4935
5055
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ftm-0x4e15361fd6b4bb609fa63c81a2be19d873717870.png",
|
|
4936
5056
|
ticker: "FTM",
|
|
4937
5057
|
},
|
|
5058
|
+
{
|
|
5059
|
+
address: "0xaedf386b755465871ff874e3e37af5976e247064",
|
|
5060
|
+
chain: "ETH",
|
|
5061
|
+
chainId: "1",
|
|
5062
|
+
decimals: 18,
|
|
5063
|
+
identifier: "ETH.FTN-0xaedf386b755465871ff874e3e37af5976e247064",
|
|
5064
|
+
logoURI:
|
|
5065
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ftn-0xaedf386b755465871ff874e3e37af5976e247064.png",
|
|
5066
|
+
ticker: "FTN",
|
|
5067
|
+
},
|
|
4938
5068
|
{
|
|
4939
5069
|
address: "0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9",
|
|
4940
5070
|
chain: "ETH",
|
|
@@ -5085,6 +5215,16 @@ export const list = {
|
|
|
5085
5215
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.get-0x8a854288a5976036a725879164ca3e91d30c6a1b.png",
|
|
5086
5216
|
ticker: "GET",
|
|
5087
5217
|
},
|
|
5218
|
+
{
|
|
5219
|
+
address: "0xdab396ccf3d84cf2d07c4454e10c8a6f5b008d2b",
|
|
5220
|
+
chain: "ETH",
|
|
5221
|
+
chainId: "1",
|
|
5222
|
+
decimals: 18,
|
|
5223
|
+
identifier: "ETH.GFI-0xdab396ccf3d84cf2d07c4454e10c8a6f5b008d2b",
|
|
5224
|
+
logoURI:
|
|
5225
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.gfi-0xdab396ccf3d84cf2d07c4454e10c8a6f5b008d2b.png",
|
|
5226
|
+
ticker: "GFI",
|
|
5227
|
+
},
|
|
5088
5228
|
{
|
|
5089
5229
|
address: "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
|
|
5090
5230
|
chain: "ETH",
|
|
@@ -5255,6 +5395,16 @@ export const list = {
|
|
|
5255
5395
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.gswap-0xaac41ec512808d64625576eddd580e7ea40ef8b2.png",
|
|
5256
5396
|
ticker: "GSWAP",
|
|
5257
5397
|
},
|
|
5398
|
+
{
|
|
5399
|
+
address: "0xe66747a101bff2dba3697199dcce5b743b454759",
|
|
5400
|
+
chain: "ETH",
|
|
5401
|
+
chainId: "1",
|
|
5402
|
+
decimals: 18,
|
|
5403
|
+
identifier: "ETH.GT-0xe66747a101bff2dba3697199dcce5b743b454759",
|
|
5404
|
+
logoURI:
|
|
5405
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.gt-0xe66747a101bff2dba3697199dcce5b743b454759.png",
|
|
5406
|
+
ticker: "GT",
|
|
5407
|
+
},
|
|
5258
5408
|
{
|
|
5259
5409
|
address: "0xde30da39c46104798bb5aa3fe8b9e0e1f348163f",
|
|
5260
5410
|
chain: "ETH",
|
|
@@ -5595,6 +5745,16 @@ export const list = {
|
|
|
5595
5745
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.id-0xebd9d99a3982d547c5bb4db7e3b1f9f14b67eb83.png",
|
|
5596
5746
|
ticker: "ID",
|
|
5597
5747
|
},
|
|
5748
|
+
{
|
|
5749
|
+
address: "0xb705268213d593b8fd88d3fdeff93aff5cbdcfae",
|
|
5750
|
+
chain: "ETH",
|
|
5751
|
+
chainId: "1",
|
|
5752
|
+
decimals: 18,
|
|
5753
|
+
identifier: "ETH.IDEX-0xb705268213d593b8fd88d3fdeff93aff5cbdcfae",
|
|
5754
|
+
logoURI:
|
|
5755
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.idex-0xb705268213d593b8fd88d3fdeff93aff5cbdcfae.png",
|
|
5756
|
+
ticker: "IDEX",
|
|
5757
|
+
},
|
|
5598
5758
|
{
|
|
5599
5759
|
address: "0x875773784af8135ea0ef43b5a374aad105c5d39e",
|
|
5600
5760
|
chain: "ETH",
|
|
@@ -5775,16 +5935,6 @@ export const list = {
|
|
|
5775
5935
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.jgn-0x73374ea518de7addd4c2b624c0e8b113955ee041.png",
|
|
5776
5936
|
ticker: "JGN",
|
|
5777
5937
|
},
|
|
5778
|
-
{
|
|
5779
|
-
address: "0xe80c0cd204d654cebe8dd64a4857cab6be8345a3",
|
|
5780
|
-
chain: "ETH",
|
|
5781
|
-
chainId: "1",
|
|
5782
|
-
decimals: 18,
|
|
5783
|
-
identifier: "ETH.JPEG-0xe80c0cd204d654cebe8dd64a4857cab6be8345a3",
|
|
5784
|
-
logoURI:
|
|
5785
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.jpeg-0xe80c0cd204d654cebe8dd64a4857cab6be8345a3.png",
|
|
5786
|
-
ticker: "JPEG",
|
|
5787
|
-
},
|
|
5788
5938
|
{
|
|
5789
5939
|
address: "0x4b1e80cac91e2216eeb63e29b957eb91ae9c2be8",
|
|
5790
5940
|
chain: "ETH",
|
|
@@ -6625,6 +6775,16 @@ export const list = {
|
|
|
6625
6775
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mm_2-0x6b4c7a5e3f0b99fcd83e9c089bddd6c7fce5c611.png",
|
|
6626
6776
|
ticker: "MM_2",
|
|
6627
6777
|
},
|
|
6778
|
+
{
|
|
6779
|
+
address: "0x3c3a81e81dc49a522a592e7622a7e711c06bf354",
|
|
6780
|
+
chain: "ETH",
|
|
6781
|
+
chainId: "1",
|
|
6782
|
+
decimals: 18,
|
|
6783
|
+
identifier: "ETH.MNT-0x3c3a81e81dc49a522a592e7622a7e711c06bf354",
|
|
6784
|
+
logoURI:
|
|
6785
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mnt-0x3c3a81e81dc49a522a592e7622a7e711c06bf354.png",
|
|
6786
|
+
ticker: "MNT",
|
|
6787
|
+
},
|
|
6628
6788
|
{
|
|
6629
6789
|
address: "0xd3e4ba569045546d09cf021ecc5dfe42b1d7f6e4",
|
|
6630
6790
|
chain: "ETH",
|
|
@@ -7695,6 +7855,16 @@ export const list = {
|
|
|
7695
7855
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.premia-0x6399c842dd2be3de30bf99bc7d1bbf6fa3650e70.png",
|
|
7696
7856
|
ticker: "PREMIA",
|
|
7697
7857
|
},
|
|
7858
|
+
{
|
|
7859
|
+
address: "0xb23d80f5fefcddaa212212f028021b41ded428cf",
|
|
7860
|
+
chain: "ETH",
|
|
7861
|
+
chainId: "1",
|
|
7862
|
+
decimals: 18,
|
|
7863
|
+
identifier: "ETH.PRIME-0xb23d80f5fefcddaa212212f028021b41ded428cf",
|
|
7864
|
+
logoURI:
|
|
7865
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.prime-0xb23d80f5fefcddaa212212f028021b41ded428cf.png",
|
|
7866
|
+
ticker: "PRIME",
|
|
7867
|
+
},
|
|
7698
7868
|
{
|
|
7699
7869
|
address: "0xda47862a83dac0c112ba89c6abc2159b95afd71c",
|
|
7700
7870
|
chain: "ETH",
|
|
@@ -7705,6 +7875,16 @@ export const list = {
|
|
|
7705
7875
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.prisma-0xda47862a83dac0c112ba89c6abc2159b95afd71c.png",
|
|
7706
7876
|
ticker: "PRISMA",
|
|
7707
7877
|
},
|
|
7878
|
+
{
|
|
7879
|
+
address: "0x226bb599a12c826476e3a771454697ea52e9e220",
|
|
7880
|
+
chain: "ETH",
|
|
7881
|
+
chainId: "1",
|
|
7882
|
+
decimals: 8,
|
|
7883
|
+
identifier: "ETH.PRO-0x226bb599a12c826476e3a771454697ea52e9e220",
|
|
7884
|
+
logoURI:
|
|
7885
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.pro-0x226bb599a12c826476e3a771454697ea52e9e220.png",
|
|
7886
|
+
ticker: "PRO",
|
|
7887
|
+
},
|
|
7708
7888
|
{
|
|
7709
7889
|
address: "0x8642a849d0dcb7a15a974794668adcfbe4794b56",
|
|
7710
7890
|
chain: "ETH",
|
|
@@ -11924,6 +12104,16 @@ export const list = {
|
|
|
11924
12104
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.skl-0x00c83aecc790e8a4453e5dd3b0b4b3680501a7a7.png",
|
|
11925
12105
|
ticker: "SKL",
|
|
11926
12106
|
},
|
|
12107
|
+
{
|
|
12108
|
+
address: "0x56072c95faa701256059aa122697b133aded9279",
|
|
12109
|
+
chain: "ETH",
|
|
12110
|
+
chainId: "1",
|
|
12111
|
+
decimals: 18,
|
|
12112
|
+
identifier: "ETH.SKY-0x56072c95faa701256059aa122697b133aded9279",
|
|
12113
|
+
logoURI:
|
|
12114
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.sky-0x56072c95faa701256059aa122697b133aded9279.png",
|
|
12115
|
+
ticker: "SKY",
|
|
12116
|
+
},
|
|
11927
12117
|
{
|
|
11928
12118
|
address: "0xcc8fa225d80b9c7d42f96e9570156c65d6caaa25",
|
|
11929
12119
|
chain: "ETH",
|
|
@@ -12279,9 +12469,19 @@ export const list = {
|
|
|
12279
12469
|
chain: "ETH",
|
|
12280
12470
|
chainId: "1",
|
|
12281
12471
|
decimals: 18,
|
|
12282
|
-
identifier: "ETH.
|
|
12472
|
+
identifier: "ETH.STRK_1-0x74232704659ef37c08995e386a2e26cc27a8d7b1",
|
|
12473
|
+
logoURI:
|
|
12474
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.strk_1-0x74232704659ef37c08995e386a2e26cc27a8d7b1.png",
|
|
12475
|
+
ticker: "STRK_1",
|
|
12476
|
+
},
|
|
12477
|
+
{
|
|
12478
|
+
address: "0xca14007eff0db1f8135f4c25b34de49ab0d42766",
|
|
12479
|
+
chain: "ETH",
|
|
12480
|
+
chainId: "1",
|
|
12481
|
+
decimals: 18,
|
|
12482
|
+
identifier: "ETH.STRK-0xca14007eff0db1f8135f4c25b34de49ab0d42766",
|
|
12283
12483
|
logoURI:
|
|
12284
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.strk-
|
|
12484
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.strk-0xca14007eff0db1f8135f4c25b34de49ab0d42766.png",
|
|
12285
12485
|
ticker: "STRK",
|
|
12286
12486
|
},
|
|
12287
12487
|
{
|
|
@@ -12404,6 +12604,16 @@ export const list = {
|
|
|
12404
12604
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.swfl-0xba21ef4c9f433ede00badefcc2754b8e74bd538a.png",
|
|
12405
12605
|
ticker: "SWFL",
|
|
12406
12606
|
},
|
|
12607
|
+
{
|
|
12608
|
+
address: "0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e",
|
|
12609
|
+
chain: "ETH",
|
|
12610
|
+
chainId: "1",
|
|
12611
|
+
decimals: 8,
|
|
12612
|
+
identifier: "ETH.SWFTC-0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e",
|
|
12613
|
+
logoURI:
|
|
12614
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.swftc-0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e.png",
|
|
12615
|
+
ticker: "SWFTC",
|
|
12616
|
+
},
|
|
12407
12617
|
{
|
|
12408
12618
|
address: "0x48c3399719b582dd63eb5aadf12a40b4c3f52fa2",
|
|
12409
12619
|
chain: "ETH",
|
|
@@ -12574,6 +12784,16 @@ export const list = {
|
|
|
12574
12784
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tkn-0xaaaf91d9b90df800df4f55c205fd6989c977e73a.png",
|
|
12575
12785
|
ticker: "TKN",
|
|
12576
12786
|
},
|
|
12787
|
+
{
|
|
12788
|
+
address: "0x667102bd3413bfeaa3dffb48fa8288819e480a88",
|
|
12789
|
+
chain: "ETH",
|
|
12790
|
+
chainId: "1",
|
|
12791
|
+
decimals: 8,
|
|
12792
|
+
identifier: "ETH.TKX-0x667102bd3413bfeaa3dffb48fa8288819e480a88",
|
|
12793
|
+
logoURI:
|
|
12794
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tkx-0x667102bd3413bfeaa3dffb48fa8288819e480a88.png",
|
|
12795
|
+
ticker: "TKX",
|
|
12796
|
+
},
|
|
12577
12797
|
{
|
|
12578
12798
|
address: "0x2e9d63788249371f1dfc918a52f8d799f4a38c94",
|
|
12579
12799
|
chain: "ETH",
|
|
@@ -12994,6 +13214,16 @@ export const list = {
|
|
|
12994
13214
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdp-0x8e870d67f660d95d5be530380d0ec0bd388289e1.png",
|
|
12995
13215
|
ticker: "USDP",
|
|
12996
13216
|
},
|
|
13217
|
+
{
|
|
13218
|
+
address: "0xdc035d45d973e3ec169d2276ddab16f1e407384f",
|
|
13219
|
+
chain: "ETH",
|
|
13220
|
+
chainId: "1",
|
|
13221
|
+
decimals: 18,
|
|
13222
|
+
identifier: "ETH.USDS-0xdc035d45d973e3ec169d2276ddab16f1e407384f",
|
|
13223
|
+
logoURI:
|
|
13224
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usds-0xdc035d45d973e3ec169d2276ddab16f1e407384f.png",
|
|
13225
|
+
ticker: "USDS",
|
|
13226
|
+
},
|
|
12997
13227
|
{
|
|
12998
13228
|
address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
12999
13229
|
chain: "ETH",
|
|
@@ -13244,6 +13474,16 @@ export const list = {
|
|
|
13244
13474
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.vxv-0x7d29a64504629172a429e64183d6673b9dacbfce.png",
|
|
13245
13475
|
ticker: "VXV",
|
|
13246
13476
|
},
|
|
13477
|
+
{
|
|
13478
|
+
address: "0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91",
|
|
13479
|
+
chain: "ETH",
|
|
13480
|
+
chainId: "1",
|
|
13481
|
+
decimals: 18,
|
|
13482
|
+
identifier: "ETH.W-0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91",
|
|
13483
|
+
logoURI:
|
|
13484
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.w-0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91.png",
|
|
13485
|
+
ticker: "W",
|
|
13486
|
+
},
|
|
13247
13487
|
{
|
|
13248
13488
|
address: "0x256d1fce1b1221e8398f65f9b36033ce50b2d497",
|
|
13249
13489
|
chain: "ETH",
|
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "PANGOLIN_V1",
|
|
3
3
|
chainId: "43114",
|
|
4
4
|
name: "PANGOLIN_V1",
|
|
5
|
-
timestamp: "2024-09-
|
|
5
|
+
timestamp: "2024-09-23T08:30:48.297Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 16,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0xf20d962a6c8f70c731bd838a3a388D7d48fA6e15",
|
|
@@ -71,6 +71,16 @@ export const list = {
|
|
|
71
71
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.savax-0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be.png",
|
|
72
72
|
ticker: "SAVAX",
|
|
73
73
|
},
|
|
74
|
+
{
|
|
75
|
+
address: "0x6e7f5C0b9f4432716bDd0a77a3601291b9D9e985",
|
|
76
|
+
chain: "AVAX",
|
|
77
|
+
chainId: "43114",
|
|
78
|
+
decimals: 9,
|
|
79
|
+
identifier: "AVAX.SPORE-0X6E7F5C0B9F4432716BDD0A77A3601291B9D9E985",
|
|
80
|
+
logoURI:
|
|
81
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.spore-0x6e7f5c0b9f4432716bdd0a77a3601291b9d9e985.png",
|
|
82
|
+
ticker: "SPORE",
|
|
83
|
+
},
|
|
74
84
|
{
|
|
75
85
|
address: "0x9d871BD3D730F416D5d06Ff8BC17bE4119070552",
|
|
76
86
|
chain: "AVAX",
|