@swapkit/tokens 1.8.4 → 1.9.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 +15 -13
- package/package.json +1 -1
- package/src/index.ts +6 -3
- package/src/tokenLists/caviar_v1.ts +32 -2
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/jupiter.ts +2215 -38
- package/src/tokenLists/mayachain.ts +4 -24
- package/src/tokenLists/oneinch.ts +22 -2
- package/src/tokenLists/openocean_v2.ts +1 -1
- package/src/tokenLists/pangolin_v1.ts +22 -12
- package/src/tokenLists/sushiswap_v2.ts +82 -2
- package/src/tokenLists/thorchain.ts +1 -1
- package/src/tokenLists/traderjoe_v2.ts +213 -103
- package/src/tokenLists/uniswap_v2.ts +76 -56
- package/src/tokenLists/uniswap_v3.ts +131 -101
- package/src/tokenLists/ociswap_v1.ts +0 -3699
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "UNISWAP_V3",
|
|
3
3
|
name: "Uniswap Labs Default",
|
|
4
4
|
tags: {},
|
|
5
|
-
timestamp: "2024-
|
|
5
|
+
timestamp: "2024-11-06T21:42:54.075Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 12,
|
|
8
|
-
minor:
|
|
8
|
+
minor: 25,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: ["uniswap", "default"],
|
|
12
|
-
count:
|
|
12
|
+
count: 579,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF",
|
|
@@ -311,6 +311,16 @@ export const list = {
|
|
|
311
311
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.bond-0x0d81e50bc677fa67341c44d7eaa9228dee64a4e1.png",
|
|
312
312
|
ticker: "BOND",
|
|
313
313
|
},
|
|
314
|
+
{
|
|
315
|
+
address: "0x2297aebd383787a160dd0d9f71508148769342e3",
|
|
316
|
+
chain: "ARB",
|
|
317
|
+
chainId: "42161",
|
|
318
|
+
decimals: 8,
|
|
319
|
+
identifier: "ARB.BTC.b-0x2297aebd383787a160dd0d9f71508148769342e3",
|
|
320
|
+
logoURI:
|
|
321
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.btc.b-0x2297aebd383787a160dd0d9f71508148769342e3.png",
|
|
322
|
+
ticker: "BTC.b",
|
|
323
|
+
},
|
|
314
324
|
{
|
|
315
325
|
address: "0x31190254504622cEFdFA55a7d3d272e6462629a2",
|
|
316
326
|
chain: "ARB",
|
|
@@ -431,16 +441,6 @@ export const list = {
|
|
|
431
441
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.crypto-0x9842989969687f7d249d01cae1d2ff6b7b6b6d35.png",
|
|
432
442
|
ticker: "CRYPTO",
|
|
433
443
|
},
|
|
434
|
-
{
|
|
435
|
-
address: "0xd07d35368e04a839dee335e213302b21ef14bb4a",
|
|
436
|
-
chain: "ARB",
|
|
437
|
-
chainId: "42161",
|
|
438
|
-
decimals: 18,
|
|
439
|
-
identifier: "ARB.CRYSTAL-0xd07d35368e04a839dee335e213302b21ef14bb4a",
|
|
440
|
-
logoURI:
|
|
441
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.crystal-0xd07d35368e04a839dee335e213302b21ef14bb4a.png",
|
|
442
|
-
ticker: "CRYSTAL",
|
|
443
|
-
},
|
|
444
444
|
{
|
|
445
445
|
address: "0x319f865b287fCC10b30d8cE6144e8b6D1b476999",
|
|
446
446
|
chain: "ARB",
|
|
@@ -511,6 +511,16 @@ export const list = {
|
|
|
511
511
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.dia-0xca642467c6ebe58c13cb4a7091317f34e17ac05e.png",
|
|
512
512
|
ticker: "DIA",
|
|
513
513
|
},
|
|
514
|
+
{
|
|
515
|
+
address: "0x050c24dbf1eec17babe5fc585f06116a259cc77a",
|
|
516
|
+
chain: "ARB",
|
|
517
|
+
chainId: "42161",
|
|
518
|
+
decimals: 8,
|
|
519
|
+
identifier: "ARB.DLCBTC-0x050c24dbf1eec17babe5fc585f06116a259cc77a",
|
|
520
|
+
logoURI:
|
|
521
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.dlcbtc-0x050c24dbf1eec17babe5fc585f06116a259cc77a.png",
|
|
522
|
+
ticker: "DLCBTC",
|
|
523
|
+
},
|
|
514
524
|
{
|
|
515
525
|
address: "0xE3696a02b2C9557639E29d829E9C45EFa49aD47A",
|
|
516
526
|
chain: "ARB",
|
|
@@ -681,16 +691,6 @@ export const list = {
|
|
|
681
691
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.fet-0x4be87c766a7ce11d5cc864b6c3abb7457dcc4cc9.png",
|
|
682
692
|
ticker: "FET",
|
|
683
693
|
},
|
|
684
|
-
{
|
|
685
|
-
address: "0x3269a3c00ab86c753856fd135d97b87facb0d848",
|
|
686
|
-
chain: "ARB",
|
|
687
|
-
chainId: "42161",
|
|
688
|
-
decimals: 18,
|
|
689
|
-
identifier: "ARB.FFM-0x3269a3c00ab86c753856fd135d97b87facb0d848",
|
|
690
|
-
logoURI:
|
|
691
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.ffm-0x3269a3c00ab86c753856fd135d97b87facb0d848.png",
|
|
692
|
-
ticker: "FFM",
|
|
693
|
-
},
|
|
694
694
|
{
|
|
695
695
|
address: "0x849B40AB2469309117Ed1038c5A99894767C7282",
|
|
696
696
|
chain: "ARB",
|
|
@@ -751,16 +751,6 @@ export const list = {
|
|
|
751
751
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.ftm-0xd42785d323e608b9e99fa542bd8b1000d4c2df37.png",
|
|
752
752
|
ticker: "FTM",
|
|
753
753
|
},
|
|
754
|
-
{
|
|
755
|
-
address: "0x9aee3c99934c88832399d6c6e08ad802112ebeab",
|
|
756
|
-
chain: "ARB",
|
|
757
|
-
chainId: "42161",
|
|
758
|
-
decimals: 18,
|
|
759
|
-
identifier: "ARB.FU-0x9aee3c99934c88832399d6c6e08ad802112ebeab",
|
|
760
|
-
logoURI:
|
|
761
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.fu-0x9aee3c99934c88832399d6c6e08ad802112ebeab.png",
|
|
762
|
-
ticker: "FU",
|
|
763
|
-
},
|
|
764
754
|
{
|
|
765
755
|
address: "0x1f52145666c862ed3e2f1da213d479e61b2892af",
|
|
766
756
|
chain: "ARB",
|
|
@@ -1061,6 +1051,16 @@ export const list = {
|
|
|
1061
1051
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.lit-0x349fc93da004a63f3b1343361465981330a40b25.png",
|
|
1062
1052
|
ticker: "LIT",
|
|
1063
1053
|
},
|
|
1054
|
+
{
|
|
1055
|
+
address: "0x0fc0c323cf76e188654d63d62e668cabec7a525b",
|
|
1056
|
+
chain: "ARB",
|
|
1057
|
+
chainId: "42161",
|
|
1058
|
+
decimals: 8,
|
|
1059
|
+
identifier: "ARB.LMR-0x0fc0c323cf76e188654d63d62e668cabec7a525b",
|
|
1060
|
+
logoURI:
|
|
1061
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.lmr-0x0fc0c323cf76e188654d63d62e668cabec7a525b.png",
|
|
1062
|
+
ticker: "LMR",
|
|
1063
|
+
},
|
|
1064
1064
|
{
|
|
1065
1065
|
address: "0x289ba1701C2F088cf0faf8B3705246331cB8A839",
|
|
1066
1066
|
chain: "ARB",
|
|
@@ -1552,13 +1552,13 @@ export const list = {
|
|
|
1552
1552
|
ticker: "RAI",
|
|
1553
1553
|
},
|
|
1554
1554
|
{
|
|
1555
|
-
address: "
|
|
1555
|
+
address: "0xCf78572A8fE97b2B9a4B9709f6a7D9a863c1b8E0",
|
|
1556
1556
|
chain: "ARB",
|
|
1557
1557
|
chainId: "42161",
|
|
1558
1558
|
decimals: 18,
|
|
1559
|
-
identifier: "ARB.RARI-
|
|
1559
|
+
identifier: "ARB.RARI-0xCf78572A8fE97b2B9a4B9709f6a7D9a863c1b8E0",
|
|
1560
1560
|
logoURI:
|
|
1561
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.rari-
|
|
1561
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.rari-0xcf78572a8fe97b2b9a4b9709f6a7d9a863c1b8e0.png",
|
|
1562
1562
|
ticker: "RARI",
|
|
1563
1563
|
},
|
|
1564
1564
|
{
|
|
@@ -1861,16 +1861,6 @@ export const list = {
|
|
|
1861
1861
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.tap-0x2c650dab03a59332e2e0c0c4a7f726913e5028c1.png",
|
|
1862
1862
|
ticker: "TAP",
|
|
1863
1863
|
},
|
|
1864
|
-
{
|
|
1865
|
-
address: "0x6c84a8f1c29108f47a79964b5fe888d4f4d0de40",
|
|
1866
|
-
chain: "ARB",
|
|
1867
|
-
chainId: "42161",
|
|
1868
|
-
decimals: 18,
|
|
1869
|
-
identifier: "ARB.tBTC-0x6c84a8f1c29108f47a79964b5fe888d4f4d0de40",
|
|
1870
|
-
logoURI:
|
|
1871
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.tbtc-0x6c84a8f1c29108f47a79964b5fe888d4f4d0de40.png",
|
|
1872
|
-
ticker: "tBTC",
|
|
1873
|
-
},
|
|
1874
1864
|
{
|
|
1875
1865
|
address: "0x7E2a1eDeE171C5B19E6c54D73752396C0A572594",
|
|
1876
1866
|
chain: "ARB",
|
|
@@ -2151,16 +2141,6 @@ export const list = {
|
|
|
2151
2141
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.weth-0xf26644f7d130ba86a3f6dcce875d87c4116a0e34.png",
|
|
2152
2142
|
ticker: "WETH",
|
|
2153
2143
|
},
|
|
2154
|
-
{
|
|
2155
|
-
address: "0xad4b9c1fbf4923061814dd9d5732eb703faa53d4",
|
|
2156
|
-
chain: "ARB",
|
|
2157
|
-
chainId: "42161",
|
|
2158
|
-
decimals: 18,
|
|
2159
|
-
identifier: "ARB.WNT-0xad4b9c1fbf4923061814dd9d5732eb703faa53d4",
|
|
2160
|
-
logoURI:
|
|
2161
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.wnt-0xad4b9c1fbf4923061814dd9d5732eb703faa53d4.png",
|
|
2162
|
-
ticker: "WNT",
|
|
2163
|
-
},
|
|
2164
2144
|
{
|
|
2165
2145
|
address: "0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b",
|
|
2166
2146
|
chain: "ARB",
|
|
@@ -2451,6 +2431,16 @@ export const list = {
|
|
|
2451
2431
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.alt-0x8457ca5040ad67fdebbcc8edce889a335bc0fbfb.png",
|
|
2452
2432
|
ticker: "ALT",
|
|
2453
2433
|
},
|
|
2434
|
+
{
|
|
2435
|
+
address: "0x8e729198d1c59b82bd6bba579310c40d740a11c2",
|
|
2436
|
+
chain: "ETH",
|
|
2437
|
+
chainId: "1",
|
|
2438
|
+
decimals: 18,
|
|
2439
|
+
identifier: "ETH.ALVA-0x8e729198d1c59b82bd6bba579310c40d740a11c2",
|
|
2440
|
+
logoURI:
|
|
2441
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.alva-0x8e729198d1c59b82bd6bba579310c40d740a11c2.png",
|
|
2442
|
+
ticker: "ALVA",
|
|
2443
|
+
},
|
|
2454
2444
|
{
|
|
2455
2445
|
address: "0xfF20817765cB7f73d4bde2e66e067E58D11095C2",
|
|
2456
2446
|
chain: "ETH",
|
|
@@ -3101,16 +3091,6 @@ export const list = {
|
|
|
3101
3091
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ddx-0x3a880652f47bfaa771908c07dd8673a787daed3a.png",
|
|
3102
3092
|
ticker: "DDX",
|
|
3103
3093
|
},
|
|
3104
|
-
{
|
|
3105
|
-
address: "0x1495bc9e44af1f8bcb62278d2bec4540cf0c05ea",
|
|
3106
|
-
chain: "ETH",
|
|
3107
|
-
chainId: "1",
|
|
3108
|
-
decimals: 18,
|
|
3109
|
-
identifier: "ETH.DEAI-0x1495bc9e44af1f8bcb62278d2bec4540cf0c05ea",
|
|
3110
|
-
logoURI:
|
|
3111
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.deai-0x1495bc9e44af1f8bcb62278d2bec4540cf0c05ea.png",
|
|
3112
|
-
ticker: "DEAI",
|
|
3113
|
-
},
|
|
3114
3094
|
{
|
|
3115
3095
|
address: "0x3597bfD533a99c9aa083587B074434E61Eb0A258",
|
|
3116
3096
|
chain: "ETH",
|
|
@@ -3161,6 +3141,16 @@ export const list = {
|
|
|
3161
3141
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dnt-0x0abdace70d3790235af448c88547603b945604ea.png",
|
|
3162
3142
|
ticker: "DNT",
|
|
3163
3143
|
},
|
|
3144
|
+
{
|
|
3145
|
+
address: "0xfaca6611fca6de09f726b8a0a1448253b6f748e5",
|
|
3146
|
+
chain: "ETH",
|
|
3147
|
+
chainId: "1",
|
|
3148
|
+
decimals: 18,
|
|
3149
|
+
identifier: "ETH.DOLPHIN-0xfaca6611fca6de09f726b8a0a1448253b6f748e5",
|
|
3150
|
+
logoURI:
|
|
3151
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dolphin-0xfaca6611fca6de09f726b8a0a1448253b6f748e5.png",
|
|
3152
|
+
ticker: "DOLPHIN",
|
|
3153
|
+
},
|
|
3164
3154
|
{
|
|
3165
3155
|
address: "0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b",
|
|
3166
3156
|
chain: "ETH",
|
|
@@ -3371,16 +3361,6 @@ export const list = {
|
|
|
3371
3361
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.farm-0xa0246c9032bc3a600820415ae600c6388619a14d.png",
|
|
3372
3362
|
ticker: "FARM",
|
|
3373
3363
|
},
|
|
3374
|
-
{
|
|
3375
|
-
address: "0x956f47f50a910163d8bf957cf5846d573e7f87ca",
|
|
3376
|
-
chain: "ETH",
|
|
3377
|
-
chainId: "1",
|
|
3378
|
-
decimals: 18,
|
|
3379
|
-
identifier: "ETH.FEI-0x956f47f50a910163d8bf957cf5846d573e7f87ca",
|
|
3380
|
-
logoURI:
|
|
3381
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.fei-0x956f47f50a910163d8bf957cf5846d573e7f87ca.png",
|
|
3382
|
-
ticker: "FEI",
|
|
3383
|
-
},
|
|
3384
3364
|
{
|
|
3385
3365
|
address: "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",
|
|
3386
3366
|
chain: "ETH",
|
|
@@ -3691,6 +3671,16 @@ export const list = {
|
|
|
3691
3671
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.high-0x71ab77b7dbb4fa7e017bc15090b2163221420282.png",
|
|
3692
3672
|
ticker: "HIGH",
|
|
3693
3673
|
},
|
|
3674
|
+
{
|
|
3675
|
+
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
3676
|
+
chain: "ETH",
|
|
3677
|
+
chainId: "1",
|
|
3678
|
+
decimals: 18,
|
|
3679
|
+
identifier: "ETH.HOP-0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
3680
|
+
logoURI:
|
|
3681
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.hop-0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc.png",
|
|
3682
|
+
ticker: "HOP",
|
|
3683
|
+
},
|
|
3694
3684
|
{
|
|
3695
3685
|
address: "0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA",
|
|
3696
3686
|
chain: "ETH",
|
|
@@ -3751,6 +3741,16 @@ export const list = {
|
|
|
3751
3741
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.inj-0xe28b3b32b6c345a34ff64674606124dd5aceca30.png",
|
|
3752
3742
|
ticker: "INJ",
|
|
3753
3743
|
},
|
|
3744
|
+
{
|
|
3745
|
+
address: "0x186ef81fd8e77eec8bffc3039e7ec41d5fc0b457",
|
|
3746
|
+
chain: "ETH",
|
|
3747
|
+
chainId: "1",
|
|
3748
|
+
decimals: 18,
|
|
3749
|
+
identifier: "ETH.INSP-0x186ef81fd8e77eec8bffc3039e7ec41d5fc0b457",
|
|
3750
|
+
logoURI:
|
|
3751
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.insp-0x186ef81fd8e77eec8bffc3039e7ec41d5fc0b457.png",
|
|
3752
|
+
ticker: "INSP",
|
|
3753
|
+
},
|
|
3754
3754
|
{
|
|
3755
3755
|
address: "0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68",
|
|
3756
3756
|
chain: "ETH",
|
|
@@ -4281,6 +4281,16 @@ export const list = {
|
|
|
4281
4281
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mv-0xae788f80f2756a86aa2f410c651f2af83639b95b.png",
|
|
4282
4282
|
ticker: "MV",
|
|
4283
4283
|
},
|
|
4284
|
+
{
|
|
4285
|
+
address: "0x72e364f2abdc788b7e918bc238b21f109cd634d7",
|
|
4286
|
+
chain: "ETH",
|
|
4287
|
+
chainId: "1",
|
|
4288
|
+
decimals: 18,
|
|
4289
|
+
identifier: "ETH.MVI-0x72e364f2abdc788b7e918bc238b21f109cd634d7",
|
|
4290
|
+
logoURI:
|
|
4291
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mvi-0x72e364f2abdc788b7e918bc238b21f109cd634d7.png",
|
|
4292
|
+
ticker: "MVI",
|
|
4293
|
+
},
|
|
4284
4294
|
{
|
|
4285
4295
|
address: "0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e",
|
|
4286
4296
|
chain: "ETH",
|
|
@@ -4411,16 +4421,6 @@ export const list = {
|
|
|
4411
4421
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.orn-0x0258f474786ddfd37abce6df6bbb1dd5dfc4434a.png",
|
|
4412
4422
|
ticker: "ORN",
|
|
4413
4423
|
},
|
|
4414
|
-
{
|
|
4415
|
-
address: "0x2a8e1e676ec238d8a992307b495b45b3feaa5e86",
|
|
4416
|
-
chain: "ETH",
|
|
4417
|
-
chainId: "1",
|
|
4418
|
-
decimals: 18,
|
|
4419
|
-
identifier: "ETH.OUSD-0x2a8e1e676ec238d8a992307b495b45b3feaa5e86",
|
|
4420
|
-
logoURI:
|
|
4421
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ousd-0x2a8e1e676ec238d8a992307b495b45b3feaa5e86.png",
|
|
4422
|
-
ticker: "OUSD",
|
|
4423
|
-
},
|
|
4424
4424
|
{
|
|
4425
4425
|
address: "0x4575f41308EC1483f3d399aa9a2826d74Da13Deb",
|
|
4426
4426
|
chain: "ETH",
|
|
@@ -4991,6 +4991,16 @@ export const list = {
|
|
|
4991
4991
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.sena-0x8be3460a480c80728a8c4d7a5d5303c85ba7b3b9.png",
|
|
4992
4992
|
ticker: "sENA",
|
|
4993
4993
|
},
|
|
4994
|
+
{
|
|
4995
|
+
address: "0x243cacb4d5ff6814ad668c3e225246efa886ad5a",
|
|
4996
|
+
chain: "ETH",
|
|
4997
|
+
chainId: "1",
|
|
4998
|
+
decimals: 18,
|
|
4999
|
+
identifier: "ETH.SHI-0x243cacb4d5ff6814ad668c3e225246efa886ad5a",
|
|
5000
|
+
logoURI:
|
|
5001
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.shi-0x243cacb4d5ff6814ad668c3e225246efa886ad5a.png",
|
|
5002
|
+
ticker: "SHI",
|
|
5003
|
+
},
|
|
4994
5004
|
{
|
|
4995
5005
|
address: "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
4996
5006
|
chain: "ETH",
|
|
@@ -5101,16 +5111,6 @@ export const list = {
|
|
|
5101
5111
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.sov-0x2c5bc2ba3614fd27fcc7022ea71d9172e2632c16.png",
|
|
5102
5112
|
ticker: "SOV",
|
|
5103
5113
|
},
|
|
5104
|
-
{
|
|
5105
|
-
address: "0x86ed939b500e121c0c5f493f399084db596dad20",
|
|
5106
|
-
chain: "ETH",
|
|
5107
|
-
chainId: "1",
|
|
5108
|
-
decimals: 18,
|
|
5109
|
-
identifier: "ETH.SPC-0x86ed939b500e121c0c5f493f399084db596dad20",
|
|
5110
|
-
logoURI:
|
|
5111
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.spc-0x86ed939b500e121c0c5f493f399084db596dad20.png",
|
|
5112
|
-
ticker: "SPC",
|
|
5113
|
-
},
|
|
5114
5114
|
{
|
|
5115
5115
|
address: "0x090185f2135308BaD17527004364eBcC2D37e5F6",
|
|
5116
5116
|
chain: "ETH",
|
|
@@ -5391,6 +5391,16 @@ export const list = {
|
|
|
5391
5391
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.tru-0x4c19596f5aaff459fa38b0f7ed92f11ae6543784.png",
|
|
5392
5392
|
ticker: "TRU",
|
|
5393
5393
|
},
|
|
5394
|
+
{
|
|
5395
|
+
address: "0xd47bdf574b4f76210ed503e0efe81b58aa061f3d",
|
|
5396
|
+
chain: "ETH",
|
|
5397
|
+
chainId: "1",
|
|
5398
|
+
decimals: 18,
|
|
5399
|
+
identifier: "ETH.TRVL-0xd47bdf574b4f76210ed503e0efe81b58aa061f3d",
|
|
5400
|
+
logoURI:
|
|
5401
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.trvl-0xd47bdf574b4f76210ed503e0efe81b58aa061f3d.png",
|
|
5402
|
+
ticker: "TRVL",
|
|
5403
|
+
},
|
|
5394
5404
|
{
|
|
5395
5405
|
address: "0xA35923162C49cF95e6BF26623385eb431ad920D3",
|
|
5396
5406
|
chain: "ETH",
|
|
@@ -5491,6 +5501,16 @@ export const list = {
|
|
|
5491
5501
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",
|
|
5492
5502
|
ticker: "USDC",
|
|
5493
5503
|
},
|
|
5504
|
+
{
|
|
5505
|
+
address: "0xe343167631d89B6Ffc58B88d6b7fB0228795491D",
|
|
5506
|
+
chain: "ETH",
|
|
5507
|
+
chainId: "1",
|
|
5508
|
+
decimals: 6,
|
|
5509
|
+
identifier: "ETH.USDG-0xe343167631d89B6Ffc58B88d6b7fB0228795491D",
|
|
5510
|
+
logoURI:
|
|
5511
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdg-0xe343167631d89b6ffc58b88d6b7fb0228795491d.png",
|
|
5512
|
+
ticker: "USDG",
|
|
5513
|
+
},
|
|
5494
5514
|
{
|
|
5495
5515
|
address: "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
|
|
5496
5516
|
chain: "ETH",
|
|
@@ -5522,14 +5542,14 @@ export const list = {
|
|
|
5522
5542
|
ticker: "USDT",
|
|
5523
5543
|
},
|
|
5524
5544
|
{
|
|
5525
|
-
address: "
|
|
5545
|
+
address: "0x55c08ca52497e2f1534b59e2917bf524d4765257",
|
|
5526
5546
|
chain: "ETH",
|
|
5527
5547
|
chainId: "1",
|
|
5528
|
-
decimals:
|
|
5529
|
-
identifier: "ETH.
|
|
5548
|
+
decimals: 18,
|
|
5549
|
+
identifier: "ETH.UwU-0x55c08ca52497e2f1534b59e2917bf524d4765257",
|
|
5530
5550
|
logoURI:
|
|
5531
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.
|
|
5532
|
-
ticker: "
|
|
5551
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.uwu-0x55c08ca52497e2f1534b59e2917bf524d4765257.png",
|
|
5552
|
+
ticker: "UwU",
|
|
5533
5553
|
},
|
|
5534
5554
|
{
|
|
5535
5555
|
address: "0x340d2bde5eb28c1eed91b2f790723e3b160613b7",
|
|
@@ -5741,6 +5761,16 @@ export const list = {
|
|
|
5741
5761
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ygg-0x25f8087ead173b73d6e8b84329989a8eea16cf73.png",
|
|
5742
5762
|
ticker: "YGG",
|
|
5743
5763
|
},
|
|
5764
|
+
{
|
|
5765
|
+
address: "0x5b52bfb8062ce664d74bbcd4cd6dc7df53fd7233",
|
|
5766
|
+
chain: "ETH",
|
|
5767
|
+
chainId: "1",
|
|
5768
|
+
decimals: 18,
|
|
5769
|
+
identifier: "ETH.ZENIQ-0x5b52bfb8062ce664d74bbcd4cd6dc7df53fd7233",
|
|
5770
|
+
logoURI:
|
|
5771
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.zeniq-0x5b52bfb8062ce664d74bbcd4cd6dc7df53fd7233.png",
|
|
5772
|
+
ticker: "ZENIQ",
|
|
5773
|
+
},
|
|
5744
5774
|
{
|
|
5745
5775
|
address: "0xf091867EC603A6628eD83D274E835539D82e9cc8",
|
|
5746
5776
|
chain: "ETH",
|