@swapkit/tokens 1.0.0-rc.43 → 1.0.0-rc.45
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.es.js → index.js} +100 -38
- package/dist/index.js.map +22 -0
- package/package.json +15 -27
- package/src/fetchTokenLists.ts +47 -0
- package/src/tokenLists/Chainflip.ts +25 -6
- package/src/tokenLists/Stargatearb.ts +1 -1
- package/src/tokenLists/Thorchain.ts +21 -4
- package/LICENSE +0 -201
- package/dist/index.cjs +0 -2
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.ts +0 -32974
- package/dist/index.es.js.map +0 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
// src/tokenLists/1inch.ts
|
|
2
|
+
var list = {
|
|
2
3
|
name: "Trust Wallet: Ethereum",
|
|
3
4
|
timestamp: "2021-11-09T22:30:24.689Z",
|
|
4
5
|
version: { major: 14, minor: 0, patch: 0 },
|
|
@@ -240,7 +241,9 @@ const e = {
|
|
|
240
241
|
],
|
|
241
242
|
count: 39,
|
|
242
243
|
logo: "https://static.thorswap.net/token-list/images/eth.1inch-0x111111111117dc0aa78b770fa6a738034120c302.png"
|
|
243
|
-
}
|
|
244
|
+
};
|
|
245
|
+
// src/tokenLists/Coingecko.ts
|
|
246
|
+
var list2 = {
|
|
244
247
|
name: "CoinGecko",
|
|
245
248
|
timestamp: "2024-02-16T22:06:48.698+00:00",
|
|
246
249
|
version: { major: 200, minor: 0, patch: 0 },
|
|
@@ -30244,7 +30247,9 @@ const e = {
|
|
|
30244
30247
|
],
|
|
30245
30248
|
count: 5007,
|
|
30246
30249
|
logo: "https://static.coingecko.com/s/coingecko-logo-8903d34ce19ca4be1c81f0db30e924154750d208683fad7ae6f2ce06c76d0a56.png"
|
|
30247
|
-
}
|
|
30250
|
+
};
|
|
30251
|
+
// src/tokenLists/Maya.ts
|
|
30252
|
+
var list3 = {
|
|
30248
30253
|
name: "native-l1",
|
|
30249
30254
|
timestamp: "2023-10-17T00:00:00.000Z",
|
|
30250
30255
|
version: { major: 1, minor: 0, patch: 0 },
|
|
@@ -30274,7 +30279,9 @@ const e = {
|
|
|
30274
30279
|
],
|
|
30275
30280
|
count: 9,
|
|
30276
30281
|
logo: "https://static.thorswap.net/logo.png"
|
|
30277
|
-
}
|
|
30282
|
+
};
|
|
30283
|
+
// src/tokenLists/Pancakeswap.ts
|
|
30284
|
+
var list4 = {
|
|
30278
30285
|
name: "PancakeSwap Extended",
|
|
30279
30286
|
timestamp: "2024-01-26T09:59:03.309Z",
|
|
30280
30287
|
version: { major: 2, minor: 16, patch: 193 },
|
|
@@ -32569,7 +32576,9 @@ const e = {
|
|
|
32569
32576
|
],
|
|
32570
32577
|
count: 381,
|
|
32571
32578
|
logo: "https://s2.coinmarketcap.com/static/img/coins/64x64/7186.png"
|
|
32572
|
-
}
|
|
32579
|
+
};
|
|
32580
|
+
// src/tokenLists/Pancakeswapeth.ts
|
|
32581
|
+
var list5 = {
|
|
32573
32582
|
name: "PancakeSwap Ethereum Default",
|
|
32574
32583
|
timestamp: "2024-01-23T08:21:27.672Z",
|
|
32575
32584
|
version: { major: 1, minor: 0, patch: 40 },
|
|
@@ -32926,7 +32935,9 @@ const e = {
|
|
|
32926
32935
|
],
|
|
32927
32936
|
count: 58,
|
|
32928
32937
|
logo: "https://s2.coinmarketcap.com/static/img/coins/64x64/7186.png"
|
|
32929
|
-
}
|
|
32938
|
+
};
|
|
32939
|
+
// src/tokenLists/Pangolin.ts
|
|
32940
|
+
var list6 = {
|
|
32930
32941
|
name: "Pangolin Tokenlist",
|
|
32931
32942
|
timestamp: "2023-08-08T13:00:00+00:00",
|
|
32932
32943
|
version: { major: 11, minor: 0, patch: 0 },
|
|
@@ -33949,9 +33960,11 @@ const e = {
|
|
|
33949
33960
|
],
|
|
33950
33961
|
count: 169,
|
|
33951
33962
|
logo: "https://static.thorswap.net/token-list/images/avax.png-0x60781c2586d68229fde47564546784ab3faca982.png"
|
|
33952
|
-
}
|
|
33963
|
+
};
|
|
33964
|
+
// src/tokenLists/Stargatearb.ts
|
|
33965
|
+
var list7 = {
|
|
33953
33966
|
name: "Stargate Arbitrum",
|
|
33954
|
-
timestamp: "
|
|
33967
|
+
timestamp: "1710794931670",
|
|
33955
33968
|
tokens: [
|
|
33956
33969
|
{
|
|
33957
33970
|
address: "0x17FC002b466eEc40DaE837Fc4bE5c67993ddBd6F",
|
|
@@ -33980,7 +33993,9 @@ const e = {
|
|
|
33980
33993
|
],
|
|
33981
33994
|
count: 4,
|
|
33982
33995
|
logo: "https://static.thorswap.net/token-list/images/eth.stg-0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6.png"
|
|
33983
|
-
}
|
|
33996
|
+
};
|
|
33997
|
+
// src/tokenLists/Sushiswap.ts
|
|
33998
|
+
var list8 = {
|
|
33984
33999
|
tokens: [
|
|
33985
34000
|
{
|
|
33986
34001
|
address: "0x111111111117dC0aa78b770fA6A738034120C302",
|
|
@@ -36955,9 +36970,11 @@ const e = {
|
|
|
36955
36970
|
],
|
|
36956
36971
|
count: 495,
|
|
36957
36972
|
logo: "https://static.thorswap.net/token-list/images/eth.sushi-0x6b3595068778dd592e39a122f4f5a5cf09c90fe2.png"
|
|
36958
|
-
}
|
|
36973
|
+
};
|
|
36974
|
+
// src/tokenLists/Thorchain.ts
|
|
36975
|
+
var list9 = {
|
|
36959
36976
|
name: "thorchain",
|
|
36960
|
-
timestamp: "2024-
|
|
36977
|
+
timestamp: "2024-03-18T04:47:12.517Z",
|
|
36961
36978
|
version: { major: 1, minor: 0, patch: 0 },
|
|
36962
36979
|
keywords: ["THORChain"],
|
|
36963
36980
|
tokens: [
|
|
@@ -36968,8 +36985,13 @@ const e = {
|
|
|
36968
36985
|
identifier: "AVAX.USDC-0XB97EF9EF8734C71904D8002F8B6BC66DD9C48A6E",
|
|
36969
36986
|
decimals: 6
|
|
36970
36987
|
},
|
|
36988
|
+
{
|
|
36989
|
+
address: "0x9702230A8EA53601F5CD2DC00FDBC13D4DF4A8C7",
|
|
36990
|
+
chain: "AVAX",
|
|
36991
|
+
identifier: "AVAX.USDT-0X9702230A8EA53601F5CD2DC00FDBC13D4DF4A8C7",
|
|
36992
|
+
decimals: 6
|
|
36993
|
+
},
|
|
36971
36994
|
{ chain: "BCH", identifier: "BCH.BCH", decimals: 8 },
|
|
36972
|
-
{ address: "9F4", chain: "BNB", identifier: "BNB.ADA-9F4", decimals: 8 },
|
|
36973
36995
|
{ address: "645", chain: "BNB", identifier: "BNB.AVA-645", decimals: 8 },
|
|
36974
36996
|
{ chain: "BNB", identifier: "BNB.BNB", decimals: 8 },
|
|
36975
36997
|
{ address: "1DE", chain: "BNB", identifier: "BNB.BTCB-1DE", decimals: 8 },
|
|
@@ -36983,6 +37005,12 @@ const e = {
|
|
|
36983
37005
|
identifier: "BSC.USDC-0X8AC76A51CC950D9822D68B83FE1AD97B32CD580D",
|
|
36984
37006
|
decimals: 18
|
|
36985
37007
|
},
|
|
37008
|
+
{
|
|
37009
|
+
address: "0x55D398326F99059FF775485246999027B3197955",
|
|
37010
|
+
chain: "BSC",
|
|
37011
|
+
identifier: "BSC.USDT-0X55D398326F99059FF775485246999027B3197955",
|
|
37012
|
+
decimals: 18
|
|
37013
|
+
},
|
|
36986
37014
|
{ chain: "BTC", identifier: "BTC.BTC", decimals: 8 },
|
|
36987
37015
|
{ chain: "DOGE", identifier: "DOGE.DOGE", decimals: 8 },
|
|
36988
37016
|
{
|
|
@@ -37094,6 +37122,12 @@ const e = {
|
|
|
37094
37122
|
identifier: "ETH.USDT-0XDAC17F958D2EE523A2206206994597C13D831EC7",
|
|
37095
37123
|
decimals: 6
|
|
37096
37124
|
},
|
|
37125
|
+
{
|
|
37126
|
+
address: "0x815C23ECA83261B6EC689B60CC4A58B54BC24D8D",
|
|
37127
|
+
chain: "ETH",
|
|
37128
|
+
identifier: "ETH.VTHOR-0X815C23ECA83261B6EC689B60CC4A58B54BC24D8D",
|
|
37129
|
+
decimals: 18
|
|
37130
|
+
},
|
|
37097
37131
|
{
|
|
37098
37132
|
address: "0x2260FAC5E5542A773AA44FBCFEDF7C193BC2C599",
|
|
37099
37133
|
chain: "ETH",
|
|
@@ -37128,9 +37162,11 @@ const e = {
|
|
|
37128
37162
|
{ chain: "LTC", identifier: "LTC.LTC", decimals: 8 },
|
|
37129
37163
|
{ chain: "THOR", identifier: "THOR.RUNE", decimals: 8 }
|
|
37130
37164
|
],
|
|
37131
|
-
count:
|
|
37132
|
-
logo: "https://
|
|
37133
|
-
}
|
|
37165
|
+
count: 43,
|
|
37166
|
+
logo: "https://static.thorswap.net/token-list/images/thor.rune.png"
|
|
37167
|
+
};
|
|
37168
|
+
// src/tokenLists/Traderjoe.ts
|
|
37169
|
+
var list10 = {
|
|
37134
37170
|
name: "Trader Joe Default",
|
|
37135
37171
|
timestamp: "2024-01-22T00:00:00+00:00",
|
|
37136
37172
|
version: { major: 226, minor: 0, patch: 0 },
|
|
@@ -37829,7 +37865,9 @@ const e = {
|
|
|
37829
37865
|
],
|
|
37830
37866
|
count: 115,
|
|
37831
37867
|
logo: "https://static.thorswap.net/token-list/images/avax.joe-0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd.png"
|
|
37832
|
-
}
|
|
37868
|
+
};
|
|
37869
|
+
// src/tokenLists/Uniswap.ts
|
|
37870
|
+
var list11 = {
|
|
37833
37871
|
name: "Uniswap Labs Default",
|
|
37834
37872
|
timestamp: "2024-01-22T15:47:25.037Z",
|
|
37835
37873
|
version: { major: 11, minor: 12, patch: 0 },
|
|
@@ -39331,7 +39369,9 @@ const e = {
|
|
|
39331
39369
|
],
|
|
39332
39370
|
count: 249,
|
|
39333
39371
|
logo: "https://static.thorswap.net/token-list/images/eth.uni-0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png"
|
|
39334
|
-
}
|
|
39372
|
+
};
|
|
39373
|
+
// src/tokenLists/Woofi.ts
|
|
39374
|
+
var list12 = {
|
|
39335
39375
|
name: "Woofi Avalanche",
|
|
39336
39376
|
timestamp: "2023-05-10T04:35:02.814Z",
|
|
39337
39377
|
version: { major: 1, minor: 0, patch: 0 },
|
|
@@ -39376,31 +39416,53 @@ const e = {
|
|
|
39376
39416
|
],
|
|
39377
39417
|
count: 6,
|
|
39378
39418
|
logo: "https://static.thorswap.net/token-list/images/eth.woo-0x4691937a7508860f876c9c0a2a617e7d9e945d4b.png"
|
|
39379
|
-
}
|
|
39380
|
-
|
|
39381
|
-
|
|
39419
|
+
};
|
|
39420
|
+
// src/tokenLists/Chainflip.ts
|
|
39421
|
+
var list13 = {
|
|
39422
|
+
name: "Chainflip",
|
|
39423
|
+
timestamp: "2024-02-27T04:35:02.814Z",
|
|
39382
39424
|
version: { major: 1, minor: 0, patch: 0 },
|
|
39383
|
-
keywords: ["
|
|
39425
|
+
keywords: ["chainflip"],
|
|
39384
39426
|
tokens: [
|
|
39427
|
+
{ chain: "BTC", identifier: "BTC.BTC", decimals: 8 },
|
|
39385
39428
|
{ chain: "DOT", identifier: "DOT.DOT", decimals: 10 },
|
|
39386
|
-
{ chain: "
|
|
39429
|
+
{ chain: "ETH", identifier: "ETH.ETH", decimals: 18 },
|
|
39430
|
+
{
|
|
39431
|
+
address: "0x826180541412d574cf1336d22c0c0a287822678a",
|
|
39432
|
+
chain: "ETH",
|
|
39433
|
+
identifier: "ETH.FLIP-0X826180541412D574CF1336D22C0C0A287822678A",
|
|
39434
|
+
decimals: 18
|
|
39435
|
+
},
|
|
39436
|
+
{
|
|
39437
|
+
address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
39438
|
+
chain: "ETH",
|
|
39439
|
+
identifier: "ETH.USDC-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48",
|
|
39440
|
+
decimals: 6
|
|
39441
|
+
},
|
|
39442
|
+
{
|
|
39443
|
+
address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
39444
|
+
chain: "ETH",
|
|
39445
|
+
identifier: "ETH.USDT-0XDAC17F958D2EE523A2206206994597C13D831EC7",
|
|
39446
|
+
decimals: 6
|
|
39447
|
+
}
|
|
39387
39448
|
],
|
|
39388
|
-
count:
|
|
39389
|
-
logo: "https://static.thorswap.net/
|
|
39449
|
+
count: 6,
|
|
39450
|
+
logo: "https://static.thorswap.net/token-list/images/flip.flip.png"
|
|
39390
39451
|
};
|
|
39391
39452
|
export {
|
|
39392
|
-
|
|
39393
|
-
|
|
39394
|
-
|
|
39395
|
-
|
|
39396
|
-
|
|
39397
|
-
|
|
39398
|
-
|
|
39399
|
-
|
|
39400
|
-
|
|
39401
|
-
|
|
39402
|
-
|
|
39403
|
-
|
|
39404
|
-
|
|
39453
|
+
list12 as WoofiList,
|
|
39454
|
+
list11 as UniswapList,
|
|
39455
|
+
list10 as TraderjoeList,
|
|
39456
|
+
list9 as ThorchainList,
|
|
39457
|
+
list8 as SushiswapList,
|
|
39458
|
+
list7 as StargateARBList,
|
|
39459
|
+
list6 as PangolinList,
|
|
39460
|
+
list4 as PancakeswapList,
|
|
39461
|
+
list5 as PancakeswapETHList,
|
|
39462
|
+
list as OneInchList,
|
|
39463
|
+
list3 as MayaList,
|
|
39464
|
+
list2 as CoinGeckoList,
|
|
39465
|
+
list13 as ChainflipList
|
|
39405
39466
|
};
|
|
39406
|
-
|
|
39467
|
+
|
|
39468
|
+
//# debugId=F1BBC254DAC0148264756e2164756e21
|