@swapkit/tokens 2.4.0 → 2.4.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 +12 -12
- package/package.json +1 -1
- package/src/tokenLists/camelot_v3.ts +22 -2
- package/src/tokenLists/caviar_v1.ts +1 -1
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/jupiter.ts +158 -37
- package/src/tokenLists/mayachain.ts +1 -1
- package/src/tokenLists/oneinch.ts +10 -150
- package/src/tokenLists/pangolin_v1.ts +2 -12
- package/src/tokenLists/sushiswap_v2.ts +12 -2
- package/src/tokenLists/thorchain.ts +2 -2
- package/src/tokenLists/traderjoe_v2.ts +115 -175
- package/src/tokenLists/uniswap_v2.ts +73 -43
- package/src/tokenLists/uniswap_v3.ts +62 -62
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "ONEINCH",
|
|
3
3
|
name: "ONEINCH",
|
|
4
|
-
timestamp: "2025-03-
|
|
4
|
+
timestamp: "2025-03-27T08:31:03.615Z",
|
|
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: 1364,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0xba5ddd1f9d7f570dc94a51479a000e3bce967196",
|
|
@@ -589,24 +589,24 @@ export const list = {
|
|
|
589
589
|
ticker: "USDM",
|
|
590
590
|
},
|
|
591
591
|
{
|
|
592
|
-
address: "
|
|
592
|
+
address: "0xd74f5255d557944cf7dd0e45ff521520002d5748",
|
|
593
593
|
chain: "ARB",
|
|
594
594
|
chainId: "42161",
|
|
595
595
|
decimals: 18,
|
|
596
|
-
identifier: "ARB.
|
|
596
|
+
identifier: "ARB.USDs_2-0xd74f5255d557944cf7dd0e45ff521520002d5748",
|
|
597
597
|
logoURI:
|
|
598
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
599
|
-
ticker: "
|
|
598
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.usds_2-0xd74f5255d557944cf7dd0e45ff521520002d5748.png",
|
|
599
|
+
ticker: "USDs_2",
|
|
600
600
|
},
|
|
601
601
|
{
|
|
602
|
-
address: "
|
|
602
|
+
address: "0x6491c05a82219b8d1479057361ff1654749b876b",
|
|
603
603
|
chain: "ARB",
|
|
604
604
|
chainId: "42161",
|
|
605
605
|
decimals: 18,
|
|
606
|
-
identifier: "ARB.
|
|
606
|
+
identifier: "ARB.USDS-0x6491c05a82219b8d1479057361ff1654749b876b",
|
|
607
607
|
logoURI:
|
|
608
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.usds-
|
|
609
|
-
ticker: "
|
|
608
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.usds-0x6491c05a82219b8d1479057361ff1654749b876b.png",
|
|
609
|
+
ticker: "USDS",
|
|
610
610
|
},
|
|
611
611
|
{
|
|
612
612
|
address: "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
|
|
@@ -936,16 +936,6 @@ export const list = {
|
|
|
936
936
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.domi-0xfc6da929c031162841370af240dec19099861d3b.png",
|
|
937
937
|
ticker: "DOMI",
|
|
938
938
|
},
|
|
939
|
-
{
|
|
940
|
-
address: "0x1db749847c4abb991d8b6032102383e6bfd9b1c7",
|
|
941
|
-
chain: "AVAX",
|
|
942
|
-
chainId: "43114",
|
|
943
|
-
decimals: 18,
|
|
944
|
-
identifier: "AVAX.DON-0x1db749847c4abb991d8b6032102383e6bfd9b1c7",
|
|
945
|
-
logoURI:
|
|
946
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.don-0x1db749847c4abb991d8b6032102383e6bfd9b1c7.png",
|
|
947
|
-
ticker: "DON",
|
|
948
|
-
},
|
|
949
939
|
{
|
|
950
940
|
address: "0x7761e2338b35bceb6bda6ce477ef012bde7ae611",
|
|
951
941
|
chain: "AVAX",
|
|
@@ -1066,16 +1056,6 @@ export const list = {
|
|
|
1066
1056
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.husky-0x65378b697853568da9ff8eab60c13e1ee9f4a654.png",
|
|
1067
1057
|
ticker: "HUSKY",
|
|
1068
1058
|
},
|
|
1069
|
-
{
|
|
1070
|
-
address: "0xf891214fdcf9cdaa5fdc42369ee4f27f226adad6",
|
|
1071
|
-
chain: "AVAX",
|
|
1072
|
-
chainId: "43114",
|
|
1073
|
-
decimals: 18,
|
|
1074
|
-
identifier: "AVAX.IME-0xf891214fdcf9cdaa5fdc42369ee4f27f226adad6",
|
|
1075
|
-
logoURI:
|
|
1076
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ime-0xf891214fdcf9cdaa5fdc42369ee4f27f226adad6.png",
|
|
1077
|
-
ticker: "IME",
|
|
1078
|
-
},
|
|
1079
1059
|
{
|
|
1080
1060
|
address: "0x544c42fbb96b39b21df61cf322b5edc285ee7429",
|
|
1081
1061
|
chain: "AVAX",
|
|
@@ -1086,16 +1066,6 @@ export const list = {
|
|
|
1086
1066
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.insur-0x544c42fbb96b39b21df61cf322b5edc285ee7429.png",
|
|
1087
1067
|
ticker: "INSUR",
|
|
1088
1068
|
},
|
|
1089
|
-
{
|
|
1090
|
-
address: "0x3eefb18003d033661f84e48360ebecd181a84709",
|
|
1091
|
-
chain: "AVAX",
|
|
1092
|
-
chainId: "43114",
|
|
1093
|
-
decimals: 18,
|
|
1094
|
-
identifier: "AVAX.ISA-0x3eefb18003d033661f84e48360ebecd181a84709",
|
|
1095
|
-
logoURI:
|
|
1096
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.isa-0x3eefb18003d033661f84e48360ebecd181a84709.png",
|
|
1097
|
-
ticker: "ISA",
|
|
1098
|
-
},
|
|
1099
1069
|
{
|
|
1100
1070
|
address: "0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd",
|
|
1101
1071
|
chain: "AVAX",
|
|
@@ -1126,16 +1096,6 @@ export const list = {
|
|
|
1126
1096
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.link.e-0x5947bb275c521040051d82396192181b413227a3.png",
|
|
1127
1097
|
ticker: "LINK.e",
|
|
1128
1098
|
},
|
|
1129
|
-
{
|
|
1130
|
-
address: "0xff579d6259dedcc80488c9b89d2820bcb5609160",
|
|
1131
|
-
chain: "AVAX",
|
|
1132
|
-
chainId: "43114",
|
|
1133
|
-
decimals: 18,
|
|
1134
|
-
identifier: "AVAX.LVT-0xff579d6259dedcc80488c9b89d2820bcb5609160",
|
|
1135
|
-
logoURI:
|
|
1136
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.lvt-0xff579d6259dedcc80488c9b89d2820bcb5609160.png",
|
|
1137
|
-
ticker: "LVT",
|
|
1138
|
-
},
|
|
1139
1099
|
{
|
|
1140
1100
|
address: "0x4c9b4e1ac6f24cde3660d5e4ef1ebf77c710c084",
|
|
1141
1101
|
chain: "AVAX",
|
|
@@ -1196,16 +1156,6 @@ export const list = {
|
|
|
1196
1156
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.pendle-0xfb98b335551a418cd0737375a2ea0ded62ea213b.png",
|
|
1197
1157
|
ticker: "PENDLE",
|
|
1198
1158
|
},
|
|
1199
|
-
{
|
|
1200
|
-
address: "0x7b2b702706d9b361dfe3f00bd138c0cfda7fb2cf",
|
|
1201
|
-
chain: "AVAX",
|
|
1202
|
-
chainId: "43114",
|
|
1203
|
-
decimals: 18,
|
|
1204
|
-
identifier: "AVAX.PLN-0x7b2b702706d9b361dfe3f00bd138c0cfda7fb2cf",
|
|
1205
|
-
logoURI:
|
|
1206
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.pln-0x7b2b702706d9b361dfe3f00bd138c0cfda7fb2cf.png",
|
|
1207
|
-
ticker: "PLN",
|
|
1208
|
-
},
|
|
1209
1159
|
{
|
|
1210
1160
|
address: "0x60781c2586d68229fde47564546784ab3faca982",
|
|
1211
1161
|
chain: "AVAX",
|
|
@@ -1236,16 +1186,6 @@ export const list = {
|
|
|
1236
1186
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.qi-0x8729438eb15e2c8b576fcc6aecda6a148776c0f5.png",
|
|
1237
1187
|
ticker: "QI",
|
|
1238
1188
|
},
|
|
1239
|
-
{
|
|
1240
|
-
address: "0x7086e045b78e1e72f741f25231c08d238812cf8a",
|
|
1241
|
-
chain: "AVAX",
|
|
1242
|
-
chainId: "43114",
|
|
1243
|
-
decimals: 18,
|
|
1244
|
-
identifier: "AVAX.RACEX-0x7086e045b78e1e72f741f25231c08d238812cf8a",
|
|
1245
|
-
logoURI:
|
|
1246
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.racex-0x7086e045b78e1e72f741f25231c08d238812cf8a.png",
|
|
1247
|
-
ticker: "RACEX",
|
|
1248
|
-
},
|
|
1249
1189
|
{
|
|
1250
1190
|
address: "0xb2a85c5ecea99187a977ac34303b80acbddfa208",
|
|
1251
1191
|
chain: "AVAX",
|
|
@@ -1366,26 +1306,6 @@ export const list = {
|
|
|
1366
1306
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.tic-0x75739a693459f33b1fbcc02099eea3ebcf150cbe.png",
|
|
1367
1307
|
ticker: "TIC",
|
|
1368
1308
|
},
|
|
1369
|
-
{
|
|
1370
|
-
address: "0x564a341df6c126f90cf3ecb92120fd7190acb401",
|
|
1371
|
-
chain: "AVAX",
|
|
1372
|
-
chainId: "43114",
|
|
1373
|
-
decimals: 6,
|
|
1374
|
-
identifier: "AVAX.TRYB-0x564a341df6c126f90cf3ecb92120fd7190acb401",
|
|
1375
|
-
logoURI:
|
|
1376
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.tryb-0x564a341df6c126f90cf3ecb92120fd7190acb401.png",
|
|
1377
|
-
ticker: "TRYB",
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
address: "0x4fbf0429599460d327bd5f55625e30e4fc066095",
|
|
1381
|
-
chain: "AVAX",
|
|
1382
|
-
chainId: "43114",
|
|
1383
|
-
decimals: 18,
|
|
1384
|
-
identifier: "AVAX.TSD-0x4fbf0429599460d327bd5f55625e30e4fc066095",
|
|
1385
|
-
logoURI:
|
|
1386
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.tsd-0x4fbf0429599460d327bd5f55625e30e4fc066095.png",
|
|
1387
|
-
ticker: "TSD",
|
|
1388
|
-
},
|
|
1389
1309
|
{
|
|
1390
1310
|
address: "0xf693248f96fe03422fea95ac0afbbbc4a8fdd172",
|
|
1391
1311
|
chain: "AVAX",
|
|
@@ -1476,16 +1396,6 @@ export const list = {
|
|
|
1476
1396
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.wbtc.e-0x50b7545627a5162f82a992c33b87adc75187b218.png",
|
|
1477
1397
|
ticker: "WBTC.e",
|
|
1478
1398
|
},
|
|
1479
|
-
{
|
|
1480
|
-
address: "0xb1466d4cf0dcfc0bcddcf3500f473cdacb88b56d",
|
|
1481
|
-
chain: "AVAX",
|
|
1482
|
-
chainId: "43114",
|
|
1483
|
-
decimals: 18,
|
|
1484
|
-
identifier: "AVAX.WET-0xb1466d4cf0dcfc0bcddcf3500f473cdacb88b56d",
|
|
1485
|
-
logoURI:
|
|
1486
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.wet-0xb1466d4cf0dcfc0bcddcf3500f473cdacb88b56d.png",
|
|
1487
|
-
ticker: "WET",
|
|
1488
|
-
},
|
|
1489
1399
|
{
|
|
1490
1400
|
address: "0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab",
|
|
1491
1401
|
chain: "AVAX",
|
|
@@ -4825,16 +4735,6 @@ export const list = {
|
|
|
4825
4735
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.flx-0x3ea8ea4237344c9931214796d9417af1a1180770.png",
|
|
4826
4736
|
ticker: "FLX",
|
|
4827
4737
|
},
|
|
4828
|
-
{
|
|
4829
|
-
address: "0x7f280dac515121dcda3eac69eb4c13a52392cace",
|
|
4830
|
-
chain: "ETH",
|
|
4831
|
-
chainId: "1",
|
|
4832
|
-
decimals: 18,
|
|
4833
|
-
identifier: "ETH.FNC-0x7f280dac515121dcda3eac69eb4c13a52392cace",
|
|
4834
|
-
logoURI:
|
|
4835
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.fnc-0x7f280dac515121dcda3eac69eb4c13a52392cace.png",
|
|
4836
|
-
ticker: "FNC",
|
|
4837
|
-
},
|
|
4838
4738
|
{
|
|
4839
4739
|
address: "0xdc5864ede28bd4405aa04d93e05a0531797d9d59",
|
|
4840
4740
|
chain: "ETH",
|
|
@@ -6235,16 +6135,6 @@ export const list = {
|
|
|
6235
6135
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.lrc-0xbbbbca6a901c926f240b89eacb641d8aec7aeafd.png",
|
|
6236
6136
|
ticker: "LRC",
|
|
6237
6137
|
},
|
|
6238
|
-
{
|
|
6239
|
-
address: "0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549",
|
|
6240
|
-
chain: "ETH",
|
|
6241
|
-
chainId: "1",
|
|
6242
|
-
decimals: 18,
|
|
6243
|
-
identifier: "ETH.LSETH-0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549",
|
|
6244
|
-
logoURI:
|
|
6245
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.lseth-0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549.png",
|
|
6246
|
-
ticker: "LSETH",
|
|
6247
|
-
},
|
|
6248
6138
|
{
|
|
6249
6139
|
address: "0x6033f7f88332b8db6ad452b7c6d5bb643990ae3f",
|
|
6250
6140
|
chain: "ETH",
|
|
@@ -6585,16 +6475,6 @@ export const list = {
|
|
|
6585
6475
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.mir-0x09a3ecafa817268f77be1283176b946c4ff2e608.png",
|
|
6586
6476
|
ticker: "MIR",
|
|
6587
6477
|
},
|
|
6588
|
-
{
|
|
6589
|
-
address: "0x88acdd2a6425c3faae4bc9650fd7e27e0bebb7ab",
|
|
6590
|
-
chain: "ETH",
|
|
6591
|
-
chainId: "1",
|
|
6592
|
-
decimals: 18,
|
|
6593
|
-
identifier: "ETH.MIST-0x88acdd2a6425c3faae4bc9650fd7e27e0bebb7ab",
|
|
6594
|
-
logoURI:
|
|
6595
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.mist-0x88acdd2a6425c3faae4bc9650fd7e27e0bebb7ab.png",
|
|
6596
|
-
ticker: "MIST",
|
|
6597
|
-
},
|
|
6598
6478
|
{
|
|
6599
6479
|
address: "0x5d285f735998f36631f678ff41fb56a10a4d0429",
|
|
6600
6480
|
chain: "ETH",
|
|
@@ -13234,16 +13114,6 @@ export const list = {
|
|
|
13234
13114
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.voice-0x2e2364966267b5d7d2ce6cd9a9b5bd19d9c7c6a9.png",
|
|
13235
13115
|
ticker: "VOICE",
|
|
13236
13116
|
},
|
|
13237
|
-
{
|
|
13238
|
-
address: "0x7db5af2b9624e1b3b4bb69d6debd9ad1016a58ac",
|
|
13239
|
-
chain: "ETH",
|
|
13240
|
-
chainId: "1",
|
|
13241
|
-
decimals: 9,
|
|
13242
|
-
identifier: "ETH.VOLT-0x7db5af2b9624e1b3b4bb69d6debd9ad1016a58ac",
|
|
13243
|
-
logoURI:
|
|
13244
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.volt-0x7db5af2b9624e1b3b4bb69d6debd9ad1016a58ac.png",
|
|
13245
|
-
ticker: "VOLT",
|
|
13246
|
-
},
|
|
13247
13117
|
{
|
|
13248
13118
|
address: "0xf411903cbc70a74d22900a5de66a2dda66507255",
|
|
13249
13119
|
chain: "ETH",
|
|
@@ -13694,16 +13564,6 @@ export const list = {
|
|
|
13694
13564
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.xeth-0xe063f04f280c60aeca68b38341c2eecbec703ae2.png",
|
|
13695
13565
|
ticker: "xETH",
|
|
13696
13566
|
},
|
|
13697
|
-
{
|
|
13698
|
-
address: "0x76bc677d444f1e9d57daf5187ee2b7dc852745ae",
|
|
13699
|
-
chain: "ETH",
|
|
13700
|
-
chainId: "1",
|
|
13701
|
-
decimals: 18,
|
|
13702
|
-
identifier: "ETH.XFT-0x76bc677d444f1e9d57daf5187ee2b7dc852745ae",
|
|
13703
|
-
logoURI:
|
|
13704
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.xft-0x76bc677d444f1e9d57daf5187ee2b7dc852745ae.png",
|
|
13705
|
-
ticker: "XFT",
|
|
13706
|
-
},
|
|
13707
13567
|
{
|
|
13708
13568
|
address: "0x892a6f9df0147e5f079b0993f486f9aca3c87881",
|
|
13709
13569
|
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: "2025-03-
|
|
5
|
+
timestamp: "2025-03-27T08:31:17.473Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 9,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0xf20d962a6c8f70c731bd838a3a388D7d48fA6e15",
|
|
@@ -41,16 +41,6 @@ export const list = {
|
|
|
41
41
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.qi-0x8729438eb15e2c8b576fcc6aecda6a148776c0f5.png",
|
|
42
42
|
ticker: "QI",
|
|
43
43
|
},
|
|
44
|
-
{
|
|
45
|
-
address: "0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE",
|
|
46
|
-
chain: "AVAX",
|
|
47
|
-
chainId: "43114",
|
|
48
|
-
decimals: 18,
|
|
49
|
-
identifier: "AVAX.SAVAX-0X2B2C81E08F1AF8835A78BB2A90AE924ACE0EA4BE",
|
|
50
|
-
logoURI:
|
|
51
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.savax-0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be.png",
|
|
52
|
-
ticker: "SAVAX",
|
|
53
|
-
},
|
|
54
44
|
{
|
|
55
45
|
address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
|
|
56
46
|
chain: "AVAX",
|
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "SUSHISWAP_V2",
|
|
3
3
|
chainId: "1",
|
|
4
4
|
name: "SUSHISWAP_V2",
|
|
5
|
-
timestamp: "2025-03-
|
|
5
|
+
timestamp: "2025-03-27T08:31:18.599Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 72,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF",
|
|
@@ -531,6 +531,16 @@ export const list = {
|
|
|
531
531
|
"https://storage.googleapis.com/token-list-swapkit/images/eth.spell-0x090185f2135308bad17527004364ebcc2d37e5f6.png",
|
|
532
532
|
ticker: "SPELL",
|
|
533
533
|
},
|
|
534
|
+
{
|
|
535
|
+
address: "0x8d137e3337eb1B58A222Fef2B2Cc7C423903d9cf",
|
|
536
|
+
chain: "ETH",
|
|
537
|
+
chainId: "1",
|
|
538
|
+
decimals: 18,
|
|
539
|
+
identifier: "ETH.SQGL-0X8D137E3337EB1B58A222FEF2B2CC7C423903D9CF",
|
|
540
|
+
logoURI:
|
|
541
|
+
"https://storage.googleapis.com/token-list-swapkit/images/eth.sqgl-0x8d137e3337eb1b58a222fef2b2cc7c423903d9cf.png",
|
|
542
|
+
ticker: "SQGL",
|
|
543
|
+
},
|
|
534
544
|
{
|
|
535
545
|
address: "0x44017598f2AF1bD733F9D87b5017b4E7c1B28DDE",
|
|
536
546
|
chain: "ETH",
|
|
@@ -2,7 +2,7 @@ export const list = {
|
|
|
2
2
|
provider: "THORCHAIN",
|
|
3
3
|
chainId: "thorchain-1",
|
|
4
4
|
name: "THORCHAIN",
|
|
5
|
-
timestamp: "2025-03-
|
|
5
|
+
timestamp: "2025-03-27T08:31:19.573Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
@@ -336,7 +336,7 @@ export const list = {
|
|
|
336
336
|
{
|
|
337
337
|
chain: "LTC",
|
|
338
338
|
chainId: "litecoin",
|
|
339
|
-
decimals:
|
|
339
|
+
decimals: 18,
|
|
340
340
|
identifier: "LTC.LTC",
|
|
341
341
|
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/ltc.ltc.png",
|
|
342
342
|
shortCode: "l",
|