@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
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@ export const list = {
|
|
|
2
2
|
provider: "MAYACHAIN",
|
|
3
3
|
chainId: "mayachain-mainnet-v1",
|
|
4
4
|
name: "MAYACHAIN",
|
|
5
|
-
timestamp: "2025-
|
|
5
|
+
timestamp: "2025-05-06T12:03:48.376Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
@@ -334,7 +334,7 @@ export const list = {
|
|
|
334
334
|
chain: "MAYA",
|
|
335
335
|
chainId: "mayachain-mainnet-v1",
|
|
336
336
|
decimals: 8,
|
|
337
|
-
identifier: "MAYA.ARB/
|
|
337
|
+
identifier: "MAYA.ARB/WstETH-0x5979d7b546e38e414f7e9822514be443a4800529",
|
|
338
338
|
logoURI:
|
|
339
339
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.wsteth-0x5979d7b546e38e414f7e9822514be443a4800529.png",
|
|
340
340
|
ticker: "wstETH",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "ONEINCH",
|
|
3
3
|
name: "ONEINCH",
|
|
4
|
-
timestamp: "2025-
|
|
4
|
+
timestamp: "2025-05-06T12:03:50.380Z",
|
|
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: 1073,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0xba5ddd1f9d7f570dc94a51479a000e3bce967196",
|
|
@@ -3706,6 +3706,16 @@ export const list = {
|
|
|
3706
3706
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.cusdcv3-0xc3d688b66703497daa19211eedff47f25384cdc3.png",
|
|
3707
3707
|
ticker: "cUSDCv3",
|
|
3708
3708
|
},
|
|
3709
|
+
{
|
|
3710
|
+
address: "0xad55aebc9b8c03fc43cd9f62260391c13c23e7c0",
|
|
3711
|
+
chain: "ETH",
|
|
3712
|
+
chainId: "1",
|
|
3713
|
+
decimals: 18,
|
|
3714
|
+
identifier: "ETH.cUSDO-0xad55aebc9b8c03fc43cd9f62260391c13c23e7c0",
|
|
3715
|
+
logoURI:
|
|
3716
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.cusdo-0xad55aebc9b8c03fc43cd9f62260391c13c23e7c0.png",
|
|
3717
|
+
ticker: "cUSDO",
|
|
3718
|
+
},
|
|
3709
3719
|
{
|
|
3710
3720
|
address: "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9",
|
|
3711
3721
|
chain: "ETH",
|
|
@@ -6184,6 +6194,16 @@ export const list = {
|
|
|
6184
6194
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.lusd-0x5f98805a4e8be255a32880fdec7f6728c6568ba0.png",
|
|
6185
6195
|
ticker: "LUSD",
|
|
6186
6196
|
},
|
|
6197
|
+
{
|
|
6198
|
+
address: "0x7c1156e515aa1a2e851674120074968c905aaf37",
|
|
6199
|
+
chain: "ETH",
|
|
6200
|
+
chainId: "1",
|
|
6201
|
+
decimals: 18,
|
|
6202
|
+
identifier: "ETH.lvlUSD-0x7c1156e515aa1a2e851674120074968c905aaf37",
|
|
6203
|
+
logoURI:
|
|
6204
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.lvlusd-0x7c1156e515aa1a2e851674120074968c905aaf37.png",
|
|
6205
|
+
ticker: "lvlUSD",
|
|
6206
|
+
},
|
|
6187
6207
|
{
|
|
6188
6208
|
address: "0xc690f7c7fcffa6a82b79fab7508c466fefdfc8c5",
|
|
6189
6209
|
chain: "ETH",
|
|
@@ -7624,6 +7644,16 @@ export const list = {
|
|
|
7624
7644
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.pro-0x226bb599a12c826476e3a771454697ea52e9e220.png",
|
|
7625
7645
|
ticker: "PRO",
|
|
7626
7646
|
},
|
|
7647
|
+
{
|
|
7648
|
+
address: "0x28d38df637db75533bd3f71426f3410a82041544",
|
|
7649
|
+
chain: "ETH",
|
|
7650
|
+
chainId: "1",
|
|
7651
|
+
decimals: 18,
|
|
7652
|
+
identifier: "ETH.PROMPT-0x28d38df637db75533bd3f71426f3410a82041544",
|
|
7653
|
+
logoURI:
|
|
7654
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.prompt-0x28d38df637db75533bd3f71426f3410a82041544.png",
|
|
7655
|
+
ticker: "PROMPT",
|
|
7656
|
+
},
|
|
7627
7657
|
{
|
|
7628
7658
|
address: "0x8642a849d0dcb7a15a974794668adcfbe4794b56",
|
|
7629
7659
|
chain: "ETH",
|
|
@@ -7954,6 +7984,16 @@ export const list = {
|
|
|
7954
7984
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.reth-0xae78736cd615f374d3085123a210448e74fc6393.png",
|
|
7955
7985
|
ticker: "rETH",
|
|
7956
7986
|
},
|
|
7987
|
+
{
|
|
7988
|
+
address: "0x57ab1e0003f623289cd798b1824be09a793e4bec",
|
|
7989
|
+
chain: "ETH",
|
|
7990
|
+
chainId: "1",
|
|
7991
|
+
decimals: 18,
|
|
7992
|
+
identifier: "ETH.reUSD-0x57ab1e0003f623289cd798b1824be09a793e4bec",
|
|
7993
|
+
logoURI:
|
|
7994
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.reusd-0x57ab1e0003f623289cd798b1824be09a793e4bec.png",
|
|
7995
|
+
ticker: "reUSD",
|
|
7996
|
+
},
|
|
7957
7997
|
{
|
|
7958
7998
|
address: "0x557b933a7c2c45672b610f8954a3deb39a51a8ca",
|
|
7959
7999
|
chain: "ETH",
|
|
@@ -8314,6 +8354,16 @@ export const list = {
|
|
|
8314
8354
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.sdt-0x73968b9a57c6e53d41345fd57a6e6ae27d6cdb2f.png",
|
|
8315
8355
|
ticker: "SDT",
|
|
8316
8356
|
},
|
|
8357
|
+
{
|
|
8358
|
+
address: "0xbdf43ecadc5cef51b7d1772f722e40596bc1788b",
|
|
8359
|
+
chain: "ETH",
|
|
8360
|
+
chainId: "1",
|
|
8361
|
+
decimals: 18,
|
|
8362
|
+
identifier: "ETH.SEI-0xbdf43ecadc5cef51b7d1772f722e40596bc1788b",
|
|
8363
|
+
logoURI:
|
|
8364
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.sei-0xbdf43ecadc5cef51b7d1772f722e40596bc1788b.png",
|
|
8365
|
+
ticker: "SEI",
|
|
8366
|
+
},
|
|
8317
8367
|
{
|
|
8318
8368
|
address: "0x8be3460a480c80728a8c4d7a5d5303c85ba7b3b9",
|
|
8319
8369
|
chain: "ETH",
|
|
@@ -9554,6 +9604,16 @@ export const list = {
|
|
|
9554
9604
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.usd0++-0x35d8949372d46b7a3d5a56006ae77b215fc69bc0.png",
|
|
9555
9605
|
ticker: "USD0++",
|
|
9556
9606
|
},
|
|
9607
|
+
{
|
|
9608
|
+
address: "0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d",
|
|
9609
|
+
chain: "ETH",
|
|
9610
|
+
chainId: "1",
|
|
9611
|
+
decimals: 18,
|
|
9612
|
+
identifier: "ETH.USD1-0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d",
|
|
9613
|
+
logoURI:
|
|
9614
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.usd1-0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d.png",
|
|
9615
|
+
ticker: "USD1",
|
|
9616
|
+
},
|
|
9557
9617
|
{
|
|
9558
9618
|
address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
9559
9619
|
chain: "ETH",
|
|
@@ -9684,6 +9744,16 @@ export const list = {
|
|
|
9684
9744
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.ushi-0x6dca182ac5e3f99985bc4ee0f726d6472ab1ec55.png",
|
|
9685
9745
|
ticker: "USHI",
|
|
9686
9746
|
},
|
|
9747
|
+
{
|
|
9748
|
+
address: "0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110",
|
|
9749
|
+
chain: "ETH",
|
|
9750
|
+
chainId: "1",
|
|
9751
|
+
decimals: 18,
|
|
9752
|
+
identifier: "ETH.USR-0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110",
|
|
9753
|
+
logoURI:
|
|
9754
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.usr-0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110.png",
|
|
9755
|
+
ticker: "USR",
|
|
9756
|
+
},
|
|
9687
9757
|
{
|
|
9688
9758
|
address: "0xa47c8bf37f92abed4a126bda807a7b7498661acd",
|
|
9689
9759
|
chain: "ETH",
|
|
@@ -9985,13 +10055,13 @@ export const list = {
|
|
|
9985
10055
|
ticker: "wCFG",
|
|
9986
10056
|
},
|
|
9987
10057
|
{
|
|
9988
|
-
address: "
|
|
10058
|
+
address: "0xef4461891dfb3ac8572ccf7c794664a8dd927945",
|
|
9989
10059
|
chain: "ETH",
|
|
9990
10060
|
chainId: "1",
|
|
9991
10061
|
decimals: 18,
|
|
9992
|
-
identifier: "ETH.WCT-
|
|
10062
|
+
identifier: "ETH.WCT-0xef4461891dfb3ac8572ccf7c794664a8dd927945",
|
|
9993
10063
|
logoURI:
|
|
9994
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.wct-
|
|
10064
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.wct-0xef4461891dfb3ac8572ccf7c794664a8dd927945.png",
|
|
9995
10065
|
ticker: "WCT",
|
|
9996
10066
|
},
|
|
9997
10067
|
{
|
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "PANCAKESWAP",
|
|
3
3
|
chainId: "56",
|
|
4
4
|
name: "PancakeSwap Extended",
|
|
5
|
-
timestamp: "2025-
|
|
5
|
+
timestamp: "2025-05-06T08:39:19.543Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 2,
|
|
8
8
|
minor: 16,
|
|
9
|
-
patch:
|
|
9
|
+
patch: 363,
|
|
10
10
|
},
|
|
11
11
|
keywords: ["pancakeswap", "extended"],
|
|
12
|
-
count:
|
|
12
|
+
count: 520,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x6EaDc05928ACd93eFB3FA0DFbC644D96C6Aa1Df8",
|
|
@@ -71,6 +71,16 @@ export const list = {
|
|
|
71
71
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.ai-0x2598c30330d5771ae9f983979209486ae26de875.png",
|
|
72
72
|
ticker: "AI",
|
|
73
73
|
},
|
|
74
|
+
{
|
|
75
|
+
address: "0x55ad16Bd573B3365f43A9dAeB0Cc66A73821b4a5",
|
|
76
|
+
chain: "BSC",
|
|
77
|
+
chainId: "56",
|
|
78
|
+
decimals: 18,
|
|
79
|
+
identifier: "BSC.AIOT-0X55AD16BD573B3365F43A9DAEB0CC66A73821B4A5",
|
|
80
|
+
logoURI:
|
|
81
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.aiot-0x55ad16bd573b3365f43a9daeb0cc66a73821b4a5.png",
|
|
82
|
+
ticker: "AIOT",
|
|
83
|
+
},
|
|
74
84
|
{
|
|
75
85
|
address: "0x33d08D8C7a168333a85285a68C0042b39fC3741D",
|
|
76
86
|
chain: "BSC",
|
|
@@ -411,6 +421,16 @@ export const list = {
|
|
|
411
421
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.axs-0x715d400f88c167884bbcc41c5fea407ed4d2f8a0.png",
|
|
412
422
|
ticker: "AXS",
|
|
413
423
|
},
|
|
424
|
+
{
|
|
425
|
+
address: "0x783c3f003f172c6Ac5AC700218a357d2D66Ee2a2",
|
|
426
|
+
chain: "BSC",
|
|
427
|
+
chainId: "56",
|
|
428
|
+
decimals: 18,
|
|
429
|
+
identifier: "BSC.B2-0X783C3F003F172C6AC5AC700218A357D2D66EE2A2",
|
|
430
|
+
logoURI:
|
|
431
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.b2-0x783c3f003f172c6ac5ac700218a357d2d66ee2a2.png",
|
|
432
|
+
ticker: "B2",
|
|
433
|
+
},
|
|
414
434
|
{
|
|
415
435
|
address: "0xdB8D30b74bf098aF214e862C90E647bbB1fcC58c",
|
|
416
436
|
chain: "BSC",
|
|
@@ -461,6 +481,16 @@ export const list = {
|
|
|
461
481
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.band-0xad6caeb32cd2c308980a548bd0bc5aa4306c6c18.png",
|
|
462
482
|
ticker: "BAND",
|
|
463
483
|
},
|
|
484
|
+
{
|
|
485
|
+
address: "0x3AeE7602b612de36088F3ffEd8c8f10E86EbF2bF",
|
|
486
|
+
chain: "BSC",
|
|
487
|
+
chainId: "56",
|
|
488
|
+
decimals: 18,
|
|
489
|
+
identifier: "BSC.BANK-0X3AEE7602B612DE36088F3FFED8C8F10E86EBF2BF",
|
|
490
|
+
logoURI:
|
|
491
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.bank-0x3aee7602b612de36088f3ffed8c8f10e86ebf2bf.png",
|
|
492
|
+
ticker: "BANK",
|
|
493
|
+
},
|
|
464
494
|
{
|
|
465
495
|
address: "0x101d82428437127bF1608F699CD651e6Abf9766E",
|
|
466
496
|
chain: "BSC",
|
|
@@ -921,6 +951,16 @@ export const list = {
|
|
|
921
951
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.bttold-0x8595f9da7b868b1822194faed312235e43007b49.png",
|
|
922
952
|
ticker: "BTTOLD",
|
|
923
953
|
},
|
|
954
|
+
{
|
|
955
|
+
address: "0xd5369a3CaC0f4448A9A96bb98AF9c887c92fC37B",
|
|
956
|
+
chain: "BSC",
|
|
957
|
+
chainId: "56",
|
|
958
|
+
decimals: 18,
|
|
959
|
+
identifier: "BSC.BUBB-0XD5369A3CAC0F4448A9A96BB98AF9C887C92FC37B",
|
|
960
|
+
logoURI:
|
|
961
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.bubb-0xd5369a3cac0f4448a9a96bb98af9c887c92fc37b.png",
|
|
962
|
+
ticker: "BUBB",
|
|
963
|
+
},
|
|
924
964
|
{
|
|
925
965
|
address: "0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51",
|
|
926
966
|
chain: "BSC",
|
|
@@ -1001,6 +1041,16 @@ export const list = {
|
|
|
1001
1041
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.cakedog-0x96a3b63701dbc6d40a1c4153734778443b0175ad.png",
|
|
1002
1042
|
ticker: "CAKEDOG",
|
|
1003
1043
|
},
|
|
1044
|
+
{
|
|
1045
|
+
address: "0x1a5f096d6D4F0Da25f2df00279cFf615c7F856fc",
|
|
1046
|
+
chain: "BSC",
|
|
1047
|
+
chainId: "56",
|
|
1048
|
+
decimals: 18,
|
|
1049
|
+
identifier: "BSC.CAMILLE-0X1A5F096D6D4F0DA25F2DF00279CFF615C7F856FC",
|
|
1050
|
+
logoURI:
|
|
1051
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.camille-0x1a5f096d6d4f0da25f2df00279cff615c7f856fc.png",
|
|
1052
|
+
ticker: "CAMILLE",
|
|
1053
|
+
},
|
|
1004
1054
|
{
|
|
1005
1055
|
address: "0xFfBa7529AC181c2Ee1844548e6D7061c9A597dF4",
|
|
1006
1056
|
chain: "BSC",
|
|
@@ -1541,6 +1591,16 @@ export const list = {
|
|
|
1541
1591
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.eps-0xa7f552078dcc247c2684336020c03648500c6d9f.png",
|
|
1542
1592
|
ticker: "EPS",
|
|
1543
1593
|
},
|
|
1594
|
+
{
|
|
1595
|
+
address: "0x3Dc8e2d80b6215a1BCcAe4d38715C3520581E77c",
|
|
1596
|
+
chain: "BSC",
|
|
1597
|
+
chainId: "56",
|
|
1598
|
+
decimals: 18,
|
|
1599
|
+
identifier: "BSC.EPT-0X3DC8E2D80B6215A1BCCAE4D38715C3520581E77C",
|
|
1600
|
+
logoURI:
|
|
1601
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.ept-0x3dc8e2d80b6215a1bccae4d38715c3520581e77c.png",
|
|
1602
|
+
ticker: "EPT",
|
|
1603
|
+
},
|
|
1544
1604
|
{
|
|
1545
1605
|
address: "0x374Ca32fd7934c5d43240E1e73fa9B2283468609",
|
|
1546
1606
|
chain: "BSC",
|
|
@@ -1641,6 +1701,16 @@ export const list = {
|
|
|
1641
1701
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.ezeth-0x2416092f143378750bb29b79ed961ab195cceea5.png",
|
|
1642
1702
|
ticker: "EZETH",
|
|
1643
1703
|
},
|
|
1704
|
+
{
|
|
1705
|
+
address: "0x6952c5408b9822295ba4a7e694d0C5FfDB8fE320",
|
|
1706
|
+
chain: "BSC",
|
|
1707
|
+
chainId: "56",
|
|
1708
|
+
decimals: 18,
|
|
1709
|
+
identifier: "BSC.FAIR3-0X6952C5408B9822295BA4A7E694D0C5FFDB8FE320",
|
|
1710
|
+
logoURI:
|
|
1711
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.fair3-0x6952c5408b9822295ba4a7e694d0c5ffdb8fe320.png",
|
|
1712
|
+
ticker: "FAIR3",
|
|
1713
|
+
},
|
|
1644
1714
|
{
|
|
1645
1715
|
address: "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409",
|
|
1646
1716
|
chain: "BSC",
|
|
@@ -1661,6 +1731,16 @@ export const list = {
|
|
|
1661
1731
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.fet-0x031b41e504677879370e9dbcf937283a8691fa7f.png",
|
|
1662
1732
|
ticker: "FET",
|
|
1663
1733
|
},
|
|
1734
|
+
{
|
|
1735
|
+
address: "0xd55C9fB62E176a8Eb6968f32958FeFDD0962727E",
|
|
1736
|
+
chain: "BSC",
|
|
1737
|
+
chainId: "56",
|
|
1738
|
+
decimals: 18,
|
|
1739
|
+
identifier: "BSC.FHE-0XD55C9FB62E176A8EB6968F32958FEFDD0962727E",
|
|
1740
|
+
logoURI:
|
|
1741
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.fhe-0xd55c9fb62e176a8eb6968f32958fefdd0962727e.png",
|
|
1742
|
+
ticker: "FHE",
|
|
1743
|
+
},
|
|
1664
1744
|
{
|
|
1665
1745
|
address: "0x4f39c3319188A723003670c3F9B9e7EF991E52F3",
|
|
1666
1746
|
chain: "BSC",
|
|
@@ -1701,6 +1781,16 @@ export const list = {
|
|
|
1701
1781
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.fine-0x4e6415a5727ea08aae4580057187923aec331227.png",
|
|
1702
1782
|
ticker: "FINE",
|
|
1703
1783
|
},
|
|
1784
|
+
{
|
|
1785
|
+
address: "0xfb5B838b6cfEEdC2873aB27866079AC55363D37E",
|
|
1786
|
+
chain: "BSC",
|
|
1787
|
+
chainId: "56",
|
|
1788
|
+
decimals: 9,
|
|
1789
|
+
identifier: "BSC.FLOKI-0XFB5B838B6CFEEDC2873AB27866079AC55363D37E",
|
|
1790
|
+
logoURI:
|
|
1791
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.floki-0xfb5b838b6cfeedc2873ab27866079ac55363d37e.png",
|
|
1792
|
+
ticker: "FLOKI",
|
|
1793
|
+
},
|
|
1704
1794
|
{
|
|
1705
1795
|
address: "0x658A109C5900BC6d2357c87549B651670E5b0539",
|
|
1706
1796
|
chain: "BSC",
|
|
@@ -1721,6 +1811,16 @@ export const list = {
|
|
|
1721
1811
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.form-0x25a528af62e56512a19ce8c3cab427807c28cc19.png",
|
|
1722
1812
|
ticker: "FORM",
|
|
1723
1813
|
},
|
|
1814
|
+
{
|
|
1815
|
+
address: "0x5b73A93b4E5e4f1FD27D8b3F8C97D69908b5E284",
|
|
1816
|
+
chain: "BSC",
|
|
1817
|
+
chainId: "56",
|
|
1818
|
+
decimals: 18,
|
|
1819
|
+
identifier: "BSC.FORM-0X5B73A93B4E5E4F1FD27D8B3F8C97D69908B5E284",
|
|
1820
|
+
logoURI:
|
|
1821
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.form-0x5b73a93b4e5e4f1fd27d8b3f8c97d69908b5e284.png",
|
|
1822
|
+
ticker: "FORM",
|
|
1823
|
+
},
|
|
1724
1824
|
{
|
|
1725
1825
|
address: "0x4AD663403df2F0E7987bC9C74561687472e1611C",
|
|
1726
1826
|
chain: "BSC",
|
|
@@ -1891,6 +1991,16 @@ export const list = {
|
|
|
1891
1991
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.gum-0xc53708664b99df348dd27c3ac0759d2da9c40462.png",
|
|
1892
1992
|
ticker: "GUM",
|
|
1893
1993
|
},
|
|
1994
|
+
{
|
|
1995
|
+
address: "0x3D9bE0aC1001cd81c32464276D863d2FFdCa4967",
|
|
1996
|
+
chain: "BSC",
|
|
1997
|
+
chainId: "56",
|
|
1998
|
+
decimals: 9,
|
|
1999
|
+
identifier: "BSC.HAEDAL-0X3D9BE0AC1001CD81C32464276D863D2FFDCA4967",
|
|
2000
|
+
logoURI:
|
|
2001
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.haedal-0x3d9be0ac1001cd81c32464276d863d2ffdca4967.png",
|
|
2002
|
+
ticker: "HAEDAL",
|
|
2003
|
+
},
|
|
1894
2004
|
{
|
|
1895
2005
|
address: "0xaA9E582e5751d703F85912903bacADdFed26484C",
|
|
1896
2006
|
chain: "BSC",
|
|
@@ -2061,6 +2171,16 @@ export const list = {
|
|
|
2061
2171
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.huahua-0x9fd470124903957f299a1c90feda9043a4619cc6.png",
|
|
2062
2172
|
ticker: "HUAHUA",
|
|
2063
2173
|
},
|
|
2174
|
+
{
|
|
2175
|
+
address: "0xC9d23ED2ADB0f551369946BD377f8644cE1ca5c4",
|
|
2176
|
+
chain: "BSC",
|
|
2177
|
+
chainId: "56",
|
|
2178
|
+
decimals: 18,
|
|
2179
|
+
identifier: "BSC.HYPER-0XC9D23ED2ADB0F551369946BD377F8644CE1CA5C4",
|
|
2180
|
+
logoURI:
|
|
2181
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.hyper-0xc9d23ed2adb0f551369946bd377f8644ce1ca5c4.png",
|
|
2182
|
+
ticker: "HYPER",
|
|
2183
|
+
},
|
|
2064
2184
|
{
|
|
2065
2185
|
address: "0xC0eFf7749b125444953ef89682201Fb8c6A917CD",
|
|
2066
2186
|
chain: "BSC",
|
|
@@ -2721,6 +2841,16 @@ export const list = {
|
|
|
2721
2841
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.mhunt-0x2c717059b366714d267039af8f59125cadce6d8c.png",
|
|
2722
2842
|
ticker: "MHUNT",
|
|
2723
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
address: "0x7b4Bf9fEcCfF207eF2CB7101Ceb15b8516021AcD",
|
|
2846
|
+
chain: "BSC",
|
|
2847
|
+
chainId: "56",
|
|
2848
|
+
decimals: 6,
|
|
2849
|
+
identifier: "BSC.MILK-0X7B4BF9FECCFF207EF2CB7101CEB15B8516021ACD",
|
|
2850
|
+
logoURI:
|
|
2851
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.milk-0x7b4bf9feccff207ef2cb7101ceb15b8516021acd.png",
|
|
2852
|
+
ticker: "MILK",
|
|
2853
|
+
},
|
|
2724
2854
|
{
|
|
2725
2855
|
address: "0x5B6DcF557E2aBE2323c48445E8CC948910d8c2c9",
|
|
2726
2856
|
chain: "BSC",
|
|
@@ -2871,6 +3001,16 @@ export const list = {
|
|
|
2871
3001
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.mx-0x9f882567a62a5560d147d64871776eea72df41d3.png",
|
|
2872
3002
|
ticker: "MX",
|
|
2873
3003
|
},
|
|
3004
|
+
{
|
|
3005
|
+
address: "0xD82544bf0dfe8385eF8FA34D67e6e4940CC63e16",
|
|
3006
|
+
chain: "BSC",
|
|
3007
|
+
chainId: "56",
|
|
3008
|
+
decimals: 18,
|
|
3009
|
+
identifier: "BSC.MYX-0XD82544BF0DFE8385EF8FA34D67E6E4940CC63E16",
|
|
3010
|
+
logoURI:
|
|
3011
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.myx-0xd82544bf0dfe8385ef8fa34d67e6e4940cc63e16.png",
|
|
3012
|
+
ticker: "MYX",
|
|
3013
|
+
},
|
|
2874
3014
|
{
|
|
2875
3015
|
address: "0x755f34709E369D37C6Fa52808aE84A32007d1155",
|
|
2876
3016
|
chain: "BSC",
|
|
@@ -3781,6 +3921,16 @@ export const list = {
|
|
|
3781
3921
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.shib-0x2859e4544c4bb03966803b044a93563bd2d0dd4d.png",
|
|
3782
3922
|
ticker: "SHIB",
|
|
3783
3923
|
},
|
|
3924
|
+
{
|
|
3925
|
+
address: "0x868FCEd65edBF0056c4163515dD840e9f287A4c3",
|
|
3926
|
+
chain: "BSC",
|
|
3927
|
+
chainId: "56",
|
|
3928
|
+
decimals: 18,
|
|
3929
|
+
identifier: "BSC.SIGN-0X868FCED65EDBF0056C4163515DD840E9F287A4C3",
|
|
3930
|
+
logoURI:
|
|
3931
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.sign-0x868fced65edbf0056c4163515dd840e9f287a4c3.png",
|
|
3932
|
+
ticker: "SIGN",
|
|
3933
|
+
},
|
|
3784
3934
|
{
|
|
3785
3935
|
address: "0x997A58129890bBdA032231A52eD1ddC845fc18e1",
|
|
3786
3936
|
chain: "BSC",
|
|
@@ -3811,6 +3961,16 @@ export const list = {
|
|
|
3811
3961
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.skill-0x154a9f9cbd3449ad22fdae23044319d6ef2a1fab.png",
|
|
3812
3962
|
ticker: "SKILL",
|
|
3813
3963
|
},
|
|
3964
|
+
{
|
|
3965
|
+
address: "0x92aa03137385F18539301349dcfC9EbC923fFb10",
|
|
3966
|
+
chain: "BSC",
|
|
3967
|
+
chainId: "56",
|
|
3968
|
+
decimals: 18,
|
|
3969
|
+
identifier: "BSC.SKYAI-0X92AA03137385F18539301349DCFC9EBC923FFB10",
|
|
3970
|
+
logoURI:
|
|
3971
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.skyai-0x92aa03137385f18539301349dcfc9ebc923ffb10.png",
|
|
3972
|
+
ticker: "SKYAI",
|
|
3973
|
+
},
|
|
3814
3974
|
{
|
|
3815
3975
|
address: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B",
|
|
3816
3976
|
chain: "BSC",
|
|
@@ -3851,16 +4011,6 @@ export const list = {
|
|
|
3851
4011
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.solvbtc-0x4aae823a6a0b376de6a78e74ecc5b079d38cbcf7.png",
|
|
3852
4012
|
ticker: "SOLVBTC",
|
|
3853
4013
|
},
|
|
3854
|
-
{
|
|
3855
|
-
address: "0x1346b618dC92810EC74163e4c27004c921D446a5",
|
|
3856
|
-
chain: "BSC",
|
|
3857
|
-
chainId: "56",
|
|
3858
|
-
decimals: 18,
|
|
3859
|
-
identifier: "BSC.SOLVBTC.BBN-0X1346B618DC92810EC74163E4C27004C921D446A5",
|
|
3860
|
-
logoURI:
|
|
3861
|
-
"https://storage.googleapis.com/token-list-swapkit/images/bsc.solvbtc.bbn-0x1346b618dc92810ec74163e4c27004c921d446a5.png",
|
|
3862
|
-
ticker: "SOLVBTC.BBN",
|
|
3863
|
-
},
|
|
3864
4014
|
{
|
|
3865
4015
|
address: "0x53E63a31fD1077f949204b94F431bCaB98F72BCE",
|
|
3866
4016
|
chain: "BSC",
|
|
@@ -4371,6 +4521,16 @@ export const list = {
|
|
|
4371
4521
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.unw-0x5b65cd9feb54f1df3d0c60576003344079f8dc06.png",
|
|
4372
4522
|
ticker: "UNW",
|
|
4373
4523
|
},
|
|
4524
|
+
{
|
|
4525
|
+
address: "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d",
|
|
4526
|
+
chain: "BSC",
|
|
4527
|
+
chainId: "56",
|
|
4528
|
+
decimals: 18,
|
|
4529
|
+
identifier: "BSC.USD1-0X8D0D000EE44948FC98C9B98A4FA4921476F08B0D",
|
|
4530
|
+
logoURI:
|
|
4531
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.usd1-0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d.png",
|
|
4532
|
+
ticker: "USD1",
|
|
4533
|
+
},
|
|
4374
4534
|
{
|
|
4375
4535
|
address: "0x9356086146be5158E98aD827E21b5cF944699894",
|
|
4376
4536
|
chain: "BSC",
|
|
@@ -4451,6 +4611,16 @@ export const list = {
|
|
|
4451
4611
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.ush-0x91d6d6af7635b7b23a8ced9508117965180e2362.png",
|
|
4452
4612
|
ticker: "USH",
|
|
4453
4613
|
},
|
|
4614
|
+
{
|
|
4615
|
+
address: "0x2492D0006411Af6C8bbb1c8afc1B0197350a79e9",
|
|
4616
|
+
chain: "BSC",
|
|
4617
|
+
chainId: "56",
|
|
4618
|
+
decimals: 18,
|
|
4619
|
+
identifier: "BSC.USR-0X2492D0006411AF6C8BBB1C8AFC1B0197350A79E9",
|
|
4620
|
+
logoURI:
|
|
4621
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.usr-0x2492d0006411af6c8bbb1c8afc1b0197350a79e9.png",
|
|
4622
|
+
ticker: "USR",
|
|
4623
|
+
},
|
|
4454
4624
|
{
|
|
4455
4625
|
address: "0x23396cF899Ca06c4472205fC903bDB4de249D6fC",
|
|
4456
4626
|
chain: "BSC",
|
|
@@ -4881,6 +5051,16 @@ export const list = {
|
|
|
4881
5051
|
"https://storage.googleapis.com/token-list-swapkit/images/bsc.xrp-0x1d2f0da169ceb9fc7b3144628db156f3f6c60dbe.png",
|
|
4882
5052
|
ticker: "XRP",
|
|
4883
5053
|
},
|
|
5054
|
+
{
|
|
5055
|
+
address: "0x1346b618dC92810EC74163e4c27004c921D446a5",
|
|
5056
|
+
chain: "BSC",
|
|
5057
|
+
chainId: "56",
|
|
5058
|
+
decimals: 18,
|
|
5059
|
+
identifier: "BSC.XSOLVBTC-0X1346B618DC92810EC74163E4C27004C921D446A5",
|
|
5060
|
+
logoURI:
|
|
5061
|
+
"https://storage.googleapis.com/token-list-swapkit/images/bsc.xsolvbtc-0x1346b618dc92810ec74163e4c27004c921d446a5.png",
|
|
5062
|
+
ticker: "XSOLVBTC",
|
|
5063
|
+
},
|
|
4884
5064
|
{
|
|
4885
5065
|
address: "0x103071Da56e7cD95b415320760D6a0dDC4DA1ca5",
|
|
4886
5066
|
chain: "BSC",
|
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "PANGOLIN_V1",
|
|
3
3
|
chainId: "43114",
|
|
4
4
|
name: "PANGOLIN_V1",
|
|
5
|
-
timestamp: "2025-
|
|
5
|
+
timestamp: "2025-05-06T12:04:10.904Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 8,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0xf20d962a6c8f70c731bd838a3a388D7d48fA6e15",
|
|
@@ -51,6 +51,16 @@ export const list = {
|
|
|
51
51
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdc-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e.png",
|
|
52
52
|
ticker: "USDC",
|
|
53
53
|
},
|
|
54
|
+
{
|
|
55
|
+
address: "0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
|
|
56
|
+
chain: "AVAX",
|
|
57
|
+
chainId: "43114",
|
|
58
|
+
decimals: 6,
|
|
59
|
+
identifier: "AVAX.USDT.E-0XC7198437980C041C805A1EDCBA50C1CE5DB95118",
|
|
60
|
+
logoURI:
|
|
61
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdt.e-0xc7198437980c041c805a1edcba50c1ce5db95118.png",
|
|
62
|
+
ticker: "USDT.E",
|
|
63
|
+
},
|
|
54
64
|
{
|
|
55
65
|
address: "0x260Bbf5698121EB85e7a74f2E45E16Ce762EbE11",
|
|
56
66
|
chain: "AVAX",
|