@swapkit/tokens 1.0.0-rc.24 → 1.0.0-rc.26
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 +7136 -6619
- package/dist/index.es.js +7604 -6986
- package/package.json +4 -4
- package/src/tokenLists/Coingecko.ts +7574 -7023
- package/src/tokenLists/Pancakeswap.ts +2 -2
- package/src/tokenLists/Pancakeswapeth.ts +21 -3
- package/src/tokenLists/Stargatearb.ts +1 -1
- package/src/tokenLists/Thorchain.ts +47 -4
- package/src/tokenLists/Traderjoe.ts +8 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
name: 'PancakeSwap Extended',
|
|
3
|
-
timestamp: '2023-
|
|
4
|
-
version: { major: 2, minor: 16, patch:
|
|
3
|
+
timestamp: '2023-12-01T03:32:22.984Z',
|
|
4
|
+
version: { major: 2, minor: 16, patch: 167 },
|
|
5
5
|
keywords: ['pancakeswap', 'extended'],
|
|
6
6
|
tokens: [
|
|
7
7
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
name: 'PancakeSwap Ethereum Default',
|
|
3
|
-
timestamp: '2023-
|
|
4
|
-
version: { major: 1, minor: 0, patch:
|
|
3
|
+
timestamp: '2023-12-05T07:15:42.575Z',
|
|
4
|
+
version: { major: 1, minor: 0, patch: 34 },
|
|
5
5
|
keywords: ['pancakeswap', 'default', 'ethereum'],
|
|
6
6
|
tokens: [
|
|
7
7
|
{
|
|
@@ -292,7 +292,25 @@ export const list = {
|
|
|
292
292
|
identifier: 'ETH.memecoin-0XB131F4A55907B10D1F0A50D8AB8FA09EC342CD74',
|
|
293
293
|
decimals: 18,
|
|
294
294
|
},
|
|
295
|
+
{
|
|
296
|
+
address: '0xc55126051B22eBb829D00368f4B12Bde432de5Da',
|
|
297
|
+
chain: 'ETH',
|
|
298
|
+
identifier: 'ETH.BTRFLY-0XC55126051B22EBB829D00368F4B12BDE432DE5DA',
|
|
299
|
+
decimals: 18,
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
address: '0x73968b9a57c6E53d41345FD57a6E6ae27d6CDB2F',
|
|
303
|
+
chain: 'ETH',
|
|
304
|
+
identifier: 'ETH.SDT-0X73968B9A57C6E53D41345FD57A6E6AE27D6CDB2F',
|
|
305
|
+
decimals: 18,
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
address: '0x186eF81fd8E77EEC8BfFC3039e7eC41D5FC0b457',
|
|
309
|
+
chain: 'ETH',
|
|
310
|
+
identifier: 'ETH.INSP-0X186EF81FD8E77EEC8BFFC3039E7EC41D5FC0B457',
|
|
311
|
+
decimals: 18,
|
|
312
|
+
},
|
|
295
313
|
],
|
|
296
|
-
count:
|
|
314
|
+
count: 51,
|
|
297
315
|
logo: 'https://s2.coinmarketcap.com/static/img/coins/64x64/7186.png',
|
|
298
316
|
} as const;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
name: 'thorchain',
|
|
3
|
-
timestamp: '2023-
|
|
3
|
+
timestamp: '2023-12-05T15:17:50.113Z',
|
|
4
4
|
version: { major: 1, minor: 0, patch: 0 },
|
|
5
5
|
keywords: ['THORChain'],
|
|
6
6
|
tokens: [
|
|
@@ -12,13 +12,14 @@ export const list = {
|
|
|
12
12
|
decimals: 6,
|
|
13
13
|
},
|
|
14
14
|
{ chain: 'BCH', identifier: 'BCH.BCH', decimals: 8 },
|
|
15
|
+
{ address: '9F4', chain: 'BNB', identifier: 'BNB.ADA-9F4', decimals: 8 },
|
|
15
16
|
{ address: '645', chain: 'BNB', identifier: 'BNB.AVA-645', decimals: 8 },
|
|
16
17
|
{ chain: 'BNB', identifier: 'BNB.BNB', decimals: 8 },
|
|
17
18
|
{ address: '1DE', chain: 'BNB', identifier: 'BNB.BTCB-1DE', decimals: 8 },
|
|
18
19
|
{ address: 'BD1', chain: 'BNB', identifier: 'BNB.BUSD-BD1', decimals: 8 },
|
|
19
20
|
{ address: '1C9', chain: 'BNB', identifier: 'BNB.ETH-1C9', decimals: 8 },
|
|
20
21
|
{ address: '8C2', chain: 'BNB', identifier: 'BNB.TWT-8C2', decimals: 8 },
|
|
21
|
-
{ chain: 'BSC', identifier: 'BSC.BNB', decimals:
|
|
22
|
+
{ chain: 'BSC', identifier: 'BSC.BNB', decimals: 18 },
|
|
22
23
|
{
|
|
23
24
|
address: '0x8AC76A51CC950D9822D68B83FE1AD97B32CD580D',
|
|
24
25
|
chain: 'BSC',
|
|
@@ -33,6 +34,12 @@ export const list = {
|
|
|
33
34
|
identifier: 'ETH.AAVE-0X7FC66500C84A76AD7E9C93437BFC5AC33E2DDAE9',
|
|
34
35
|
decimals: 18,
|
|
35
36
|
},
|
|
37
|
+
{
|
|
38
|
+
address: '0xDBDB4D16EDA451D0503B854CF79D55697F90C8DF',
|
|
39
|
+
chain: 'ETH',
|
|
40
|
+
identifier: 'ETH.ALCX-0XDBDB4D16EDA451D0503B854CF79D55697F90C8DF',
|
|
41
|
+
decimals: 18,
|
|
42
|
+
},
|
|
36
43
|
{
|
|
37
44
|
address: '0x6B175474E89094C44DA98B954EEDEAC495271D0F',
|
|
38
45
|
chain: 'ETH',
|
|
@@ -58,12 +65,36 @@ export const list = {
|
|
|
58
65
|
identifier: 'ETH.GUSD-0X056FD409E1D7A124BD7017459DFEA2F387B6D5CD',
|
|
59
66
|
decimals: 2,
|
|
60
67
|
},
|
|
68
|
+
{
|
|
69
|
+
address: '0x584BC13C7D411C00C01A62E8019472DE68768430',
|
|
70
|
+
chain: 'ETH',
|
|
71
|
+
identifier: 'ETH.HEGIC-0X584BC13C7D411C00C01A62E8019472DE68768430',
|
|
72
|
+
decimals: 18,
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
address: '0x6C6EE5E31D828DE241282B9606C8E98EA48526E2',
|
|
76
|
+
chain: 'ETH',
|
|
77
|
+
identifier: 'ETH.HOT-0X6C6EE5E31D828DE241282B9606C8E98EA48526E2',
|
|
78
|
+
decimals: 18,
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
address: '0x67B6D479C7BB412C54E03DCA8E1BC6740CE6B99C',
|
|
82
|
+
chain: 'ETH',
|
|
83
|
+
identifier: 'ETH.KYL-0X67B6D479C7BB412C54E03DCA8E1BC6740CE6B99C',
|
|
84
|
+
decimals: 18,
|
|
85
|
+
},
|
|
61
86
|
{
|
|
62
87
|
address: '0x5F98805A4E8BE255A32880FDEC7F6728C6568BA0',
|
|
63
88
|
chain: 'ETH',
|
|
64
89
|
identifier: 'ETH.LUSD-0X5F98805A4E8BE255A32880FDEC7F6728C6568BA0',
|
|
65
90
|
decimals: 18,
|
|
66
91
|
},
|
|
92
|
+
{
|
|
93
|
+
address: '0x5EAA69B29F99C84FE5DE8200340B4E9B4AB38EAC',
|
|
94
|
+
chain: 'ETH',
|
|
95
|
+
identifier: 'ETH.RAZE-0X5EAA69B29F99C84FE5DE8200340B4E9B4AB38EAC',
|
|
96
|
+
decimals: 18,
|
|
97
|
+
},
|
|
67
98
|
{
|
|
68
99
|
address: '0xC011A73EE8576FB46F5E1C5751CA3B9FE0AF2A6F',
|
|
69
100
|
chain: 'ETH',
|
|
@@ -82,6 +113,12 @@ export const list = {
|
|
|
82
113
|
identifier: 'ETH.THOR-0XA5F2211B9B8170F694421F2046281775E8468044',
|
|
83
114
|
decimals: 18,
|
|
84
115
|
},
|
|
116
|
+
{
|
|
117
|
+
address: '0xD13C7342E1EF687C5AD21B27C2B65D772CAB5C8C',
|
|
118
|
+
chain: 'ETH',
|
|
119
|
+
identifier: 'ETH.UOS-0XD13C7342E1EF687C5AD21B27C2B65D772CAB5C8C',
|
|
120
|
+
decimals: 4,
|
|
121
|
+
},
|
|
85
122
|
{
|
|
86
123
|
address: '0xA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48',
|
|
87
124
|
chain: 'ETH',
|
|
@@ -106,6 +143,12 @@ export const list = {
|
|
|
106
143
|
identifier: 'ETH.WBTC-0X2260FAC5E5542A773AA44FBCFEDF7C193BC2C599',
|
|
107
144
|
decimals: 8,
|
|
108
145
|
},
|
|
146
|
+
{
|
|
147
|
+
address: '0x7F39C581F595B53C5CB19BD0B3F8DA6C935E2CA0',
|
|
148
|
+
chain: 'ETH',
|
|
149
|
+
identifier: 'ETH.WSTETH-0X7F39C581F595B53C5CB19BD0B3F8DA6C935E2CA0',
|
|
150
|
+
decimals: 18,
|
|
151
|
+
},
|
|
109
152
|
{
|
|
110
153
|
address: '0x72B886D09C117654AB7DA13A14D603001DE0B777',
|
|
111
154
|
chain: 'ETH',
|
|
@@ -128,6 +171,6 @@ export const list = {
|
|
|
128
171
|
{ chain: 'LTC', identifier: 'LTC.LTC', decimals: 8 },
|
|
129
172
|
{ chain: 'THOR', identifier: 'THOR.RUNE', decimals: 8 },
|
|
130
173
|
],
|
|
131
|
-
count:
|
|
132
|
-
logo: 'https://
|
|
174
|
+
count: 41,
|
|
175
|
+
logo: 'https://app.thorswap.finance/assets/asset-rune-43bdc185.svg',
|
|
133
176
|
} 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: 4, patch: 0 },
|
|
5
5
|
keywords: ['avalanche', 'arbitrum', 'bnb chain', 'defi', 'trader joe'],
|
|
6
6
|
tokens: [
|
|
7
7
|
{
|
|
@@ -658,7 +658,13 @@ export const list = {
|
|
|
658
658
|
identifier: 'AVAX.WEAPON-0XE3B3F75F99DA4FF26AA867EF70B48F8F6B2D4958',
|
|
659
659
|
decimals: 9,
|
|
660
660
|
},
|
|
661
|
+
{
|
|
662
|
+
address: '0xe05A6b6f84e67A74C1c263d7e35D06Eab5c211b5',
|
|
663
|
+
chain: 'AVAX',
|
|
664
|
+
identifier: 'AVAX.xQI-0XE05A6B6F84E67A74C1C263D7E35D06EAB5C211B5',
|
|
665
|
+
decimals: 18,
|
|
666
|
+
},
|
|
661
667
|
],
|
|
662
|
-
count:
|
|
668
|
+
count: 110,
|
|
663
669
|
logo: 'https://static.thorswap.net/token-list/images/avax.joe-0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd.png',
|
|
664
670
|
} as const;
|