@swapkit/tokens 1.0.0-rc.26 → 1.0.0-rc.28
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.cjs +1 -1
- package/dist/index.d.ts +8543 -8466
- package/dist/index.es.js +9328 -9166
- package/package.json +8 -8
- package/src/index.ts +0 -1
- package/src/tokenLists/Coingecko.ts +10243 -10104
- package/src/tokenLists/Pancakeswap.ts +15 -3
- package/src/tokenLists/Pancakeswapeth.ts +9 -3
- package/src/tokenLists/Stargatearb.ts +1 -1
- package/src/tokenLists/Thorchain.ts +1 -1
- package/src/tokenLists/Traderjoe.ts +32 -2
- package/src/tokenLists/Native.ts +0 -25
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
name: 'PancakeSwap Extended',
|
|
3
|
-
timestamp: '2023-12-
|
|
4
|
-
version: { major: 2, minor: 16, patch:
|
|
3
|
+
timestamp: '2023-12-08T10:19:11.322Z',
|
|
4
|
+
version: { major: 2, minor: 16, patch: 169 },
|
|
5
5
|
keywords: ['pancakeswap', 'extended'],
|
|
6
6
|
tokens: [
|
|
7
7
|
{
|
|
@@ -334,6 +334,12 @@ export const list = {
|
|
|
334
334
|
identifier: 'BSC.BONDLY-0X5D0158A5C3DDF47D4EA4517D8DB0D76AA2E87563',
|
|
335
335
|
decimals: 18,
|
|
336
336
|
},
|
|
337
|
+
{
|
|
338
|
+
address: '0xA697e272a73744b343528C3Bc4702F2565b2F422',
|
|
339
|
+
chain: 'BSC',
|
|
340
|
+
identifier: 'BSC.Bonk-0XA697E272A73744B343528C3BC4702F2565B2F422',
|
|
341
|
+
decimals: 5,
|
|
342
|
+
},
|
|
337
343
|
{
|
|
338
344
|
address: '0xffEecbf8D7267757c2dc3d13D730E97E15BfdF7F',
|
|
339
345
|
chain: 'BSC',
|
|
@@ -2008,6 +2014,12 @@ export const list = {
|
|
|
2008
2014
|
identifier: 'BSC.WOOP-0X8B303D5BBFBBF46F1A4D9741E491E06986894E18',
|
|
2009
2015
|
decimals: 18,
|
|
2010
2016
|
},
|
|
2017
|
+
{
|
|
2018
|
+
address: '0xF00600eBC7633462BC4F9C61eA2cE99F5AAEBd4a',
|
|
2019
|
+
chain: 'BSC',
|
|
2020
|
+
identifier: 'BSC.wROSE-0XF00600EBC7633462BC4F9C61EA2CE99F5AAEBD4A',
|
|
2021
|
+
decimals: 18,
|
|
2022
|
+
},
|
|
2011
2023
|
{
|
|
2012
2024
|
address: '0xA58950F05FeA2277d2608748412bf9F802eA4901',
|
|
2013
2025
|
chain: 'BSC',
|
|
@@ -2141,6 +2153,6 @@ export const list = {
|
|
|
2141
2153
|
decimals: 18,
|
|
2142
2154
|
},
|
|
2143
2155
|
],
|
|
2144
|
-
count:
|
|
2156
|
+
count: 358,
|
|
2145
2157
|
logo: 'https://s2.coinmarketcap.com/static/img/coins/64x64/7186.png',
|
|
2146
2158
|
} as const;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
name: 'PancakeSwap Ethereum Default',
|
|
3
|
-
timestamp: '2023-12-
|
|
4
|
-
version: { major: 1, minor: 0, patch:
|
|
3
|
+
timestamp: '2023-12-08T10:17:11.470Z',
|
|
4
|
+
version: { major: 1, minor: 0, patch: 35 },
|
|
5
5
|
keywords: ['pancakeswap', 'default', 'ethereum'],
|
|
6
6
|
tokens: [
|
|
7
7
|
{
|
|
@@ -310,7 +310,13 @@ export const list = {
|
|
|
310
310
|
identifier: 'ETH.INSP-0X186EF81FD8E77EEC8BFFC3039E7EC41D5FC0B457',
|
|
311
311
|
decimals: 18,
|
|
312
312
|
},
|
|
313
|
+
{
|
|
314
|
+
address: '0x1151CB3d861920e07a38e03eEAd12C32178567F6',
|
|
315
|
+
chain: 'ETH',
|
|
316
|
+
identifier: 'ETH.Bonk-0X1151CB3D861920E07A38E03EEAD12C32178567F6',
|
|
317
|
+
decimals: 5,
|
|
318
|
+
},
|
|
313
319
|
],
|
|
314
|
-
count:
|
|
320
|
+
count: 52,
|
|
315
321
|
logo: 'https://s2.coinmarketcap.com/static/img/coins/64x64/7186.png',
|
|
316
322
|
} as const;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
name: 'Trader Joe Default',
|
|
3
3
|
timestamp: '2021-11-20T00:00:00+00:00',
|
|
4
|
-
version: { major: 223, minor:
|
|
4
|
+
version: { major: 223, minor: 5, patch: 0 },
|
|
5
5
|
keywords: ['avalanche', 'arbitrum', 'bnb chain', 'defi', 'trader joe'],
|
|
6
6
|
tokens: [
|
|
7
7
|
{
|
|
@@ -664,7 +664,37 @@ export const list = {
|
|
|
664
664
|
identifier: 'AVAX.xQI-0XE05A6B6F84E67A74C1C263D7E35D06EAB5C211B5',
|
|
665
665
|
decimals: 18,
|
|
666
666
|
},
|
|
667
|
+
{
|
|
668
|
+
address: '0x420FcA0121DC28039145009570975747295f2329',
|
|
669
|
+
chain: 'AVAX',
|
|
670
|
+
identifier: 'AVAX.COQ-0X420FCA0121DC28039145009570975747295F2329',
|
|
671
|
+
decimals: 18,
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
address: '0x4f60a160D8C2DDdaAfe16FCC57566dB84D674BD6',
|
|
675
|
+
chain: 'AVAX',
|
|
676
|
+
identifier: 'AVAX.JEWEL-0X4F60A160D8C2DDDAAFE16FCC57566DB84D674BD6',
|
|
677
|
+
decimals: 18,
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
address: '0x997Ddaa07d716995DE90577C123Db411584E5E46',
|
|
681
|
+
chain: 'AVAX',
|
|
682
|
+
identifier: 'AVAX.JEWEL-0X997DDAA07D716995DE90577C123DB411584E5E46',
|
|
683
|
+
decimals: 18,
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
address: '0x47c3118Ad183712Acd42648e9E522e13690f29a0',
|
|
687
|
+
chain: 'AVAX',
|
|
688
|
+
identifier: 'AVAX.MEAT-0X47C3118AD183712ACD42648E9E522E13690F29A0',
|
|
689
|
+
decimals: 6,
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
address: '0x0EF27Ddc8F89D4886E89d630De089962FfC12E43',
|
|
693
|
+
chain: 'AVAX',
|
|
694
|
+
identifier: 'AVAX.PGX-0X0EF27DDC8F89D4886E89D630DE089962FFC12E43',
|
|
695
|
+
decimals: 18,
|
|
696
|
+
},
|
|
667
697
|
],
|
|
668
|
-
count:
|
|
698
|
+
count: 115,
|
|
669
699
|
logo: 'https://static.thorswap.net/token-list/images/avax.joe-0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd.png',
|
|
670
700
|
} as const;
|
package/src/tokenLists/Native.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export const list = {
|
|
2
|
-
name: 'native-l1',
|
|
3
|
-
timestamp: '2023-10-17T00:00:00.000Z',
|
|
4
|
-
version: { major: 1, minor: 0, patch: 0 },
|
|
5
|
-
keywords: ['Native'],
|
|
6
|
-
tokens: [
|
|
7
|
-
{ address: '1C9', chain: 'BNB', identifier: 'BNB.ETH-1C9', decimals: 8 },
|
|
8
|
-
{ address: '1DE', chain: 'BNB', identifier: 'BNB.BTCB-1DE', decimals: 8 },
|
|
9
|
-
{ address: '645', chain: 'BNB', identifier: 'BNB.AVA-645', decimals: 8 },
|
|
10
|
-
{ address: '8C2', chain: 'BNB', identifier: 'BNB.TWT-8C2', decimals: 8 },
|
|
11
|
-
{ address: 'BD1', chain: 'BNB', identifier: 'BNB.BUSD-BD1', decimals: 8 },
|
|
12
|
-
{ chain: 'AVAX', identifier: 'AVAX.AVAX', decimals: 18 },
|
|
13
|
-
{ chain: 'BCH', identifier: 'BCH.BCH', decimals: 8 },
|
|
14
|
-
{ chain: 'BNB', identifier: 'BNB.BNB', decimals: 8 },
|
|
15
|
-
{ chain: 'BSC', identifier: 'BSC.BNB', decimals: 18 },
|
|
16
|
-
{ chain: 'BTC', identifier: 'BTC.BTC', decimals: 8 },
|
|
17
|
-
{ chain: 'DOGE', identifier: 'DOGE.DOGE', decimals: 8 },
|
|
18
|
-
{ chain: 'ETH', identifier: 'ETH.ETH', decimals: 18 },
|
|
19
|
-
{ chain: 'GAIA', identifier: 'GAIA.ATOM', decimals: 6 },
|
|
20
|
-
{ chain: 'LTC', identifier: 'LTC.LTC', decimals: 8 },
|
|
21
|
-
{ chain: 'THOR', identifier: 'THOR.RUNE', decimals: 8 },
|
|
22
|
-
],
|
|
23
|
-
count: 15,
|
|
24
|
-
logo: 'https://static.thorswap.net/logo.png',
|
|
25
|
-
} as const;
|