@swapkit/tokens 1.0.0-rc.5 → 1.0.0-rc.7
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 +8958 -7992
- package/dist/index.es.js +8774 -7615
- package/package.json +3 -3
- package/src/tokenLists/Coingecko.ts +8714 -7585
- package/src/tokenLists/Pancakeswap.ts +9 -3
- package/src/tokenLists/Pancakeswapeth.ts +9 -3
- package/src/tokenLists/Stargatearb.ts +1 -1
- package/src/tokenLists/Sushiswap.ts +13 -1
- package/src/tokenLists/Thorchain.ts +21 -21
- package/src/tokenLists/Traderjoe.ts +1 -1
- package/src/tokenLists/Uniswap.ts +9 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
name: 'PancakeSwap Extended',
|
|
3
|
-
timestamp: '2023-10-
|
|
4
|
-
version: { major: 2, minor: 16, patch:
|
|
3
|
+
timestamp: '2023-10-23T06:33:51.482Z',
|
|
4
|
+
version: { major: 2, minor: 16, patch: 165 },
|
|
5
5
|
keywords: ['pancakeswap', 'extended'],
|
|
6
6
|
tokens: [
|
|
7
7
|
{
|
|
@@ -724,6 +724,12 @@ export const list = {
|
|
|
724
724
|
identifier: 'BSC.EZ-0X5512014EFA6CD57764FA743756F7A6CE3358CC83',
|
|
725
725
|
decimals: 18,
|
|
726
726
|
},
|
|
727
|
+
{
|
|
728
|
+
address: '0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409',
|
|
729
|
+
chain: 'BSC',
|
|
730
|
+
identifier: 'BSC.FDUSD-0XC5F0F7B66764F6EC8C8DFF7BA683102295E16409',
|
|
731
|
+
decimals: 18,
|
|
732
|
+
},
|
|
727
733
|
{
|
|
728
734
|
address: '0x4f39c3319188A723003670c3F9B9e7EF991E52F3',
|
|
729
735
|
chain: 'BSC',
|
|
@@ -2135,6 +2141,6 @@ export const list = {
|
|
|
2135
2141
|
decimals: 18,
|
|
2136
2142
|
},
|
|
2137
2143
|
],
|
|
2138
|
-
count:
|
|
2144
|
+
count: 356,
|
|
2139
2145
|
logo: 'https://s2.coinmarketcap.com/static/img/coins/64x64/7186.png',
|
|
2140
2146
|
} as const;
|
|
@@ -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-11-03T09:55:28.373Z',
|
|
4
|
+
version: { major: 1, minor: 0, patch: 32 },
|
|
5
5
|
keywords: ['pancakeswap', 'default', 'ethereum'],
|
|
6
6
|
tokens: [
|
|
7
7
|
{
|
|
@@ -286,7 +286,13 @@ export const list = {
|
|
|
286
286
|
identifier: 'ETH.ROCI-0XF51092FE93B4E9282F42C459F05D93D2D079549E',
|
|
287
287
|
decimals: 18,
|
|
288
288
|
},
|
|
289
|
+
{
|
|
290
|
+
address: '0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74',
|
|
291
|
+
chain: 'ETH',
|
|
292
|
+
identifier: 'ETH.memecoin-0XB131F4A55907B10D1F0A50D8AB8FA09EC342CD74',
|
|
293
|
+
decimals: 18,
|
|
294
|
+
},
|
|
289
295
|
],
|
|
290
|
-
count:
|
|
296
|
+
count: 48,
|
|
291
297
|
logo: 'https://s2.coinmarketcap.com/static/img/coins/64x64/7186.png',
|
|
292
298
|
} as const;
|
|
@@ -204,6 +204,12 @@ export const list = {
|
|
|
204
204
|
identifier: 'ETH.AUDIO-0X18AAA7115705E8BE94BFFEBDE57AF9BFC265B998',
|
|
205
205
|
decimals: 18,
|
|
206
206
|
},
|
|
207
|
+
{
|
|
208
|
+
address: '0x65e3fA51C4ce0af1B9CD5CBC7C5fDb80a09D431D',
|
|
209
|
+
chain: 'ETH',
|
|
210
|
+
identifier: 'ETH.axlTIA-0X65E3FA51C4CE0AF1B9CD5CBC7C5FDB80A09D431D',
|
|
211
|
+
decimals: 6,
|
|
212
|
+
},
|
|
207
213
|
{
|
|
208
214
|
address: '0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b',
|
|
209
215
|
chain: 'ETH',
|
|
@@ -2526,6 +2532,12 @@ export const list = {
|
|
|
2526
2532
|
identifier: 'ETH.UNIBOT-0XF819D9CB1C2A819FD991781A822DE3CA8607C3C9',
|
|
2527
2533
|
decimals: 18,
|
|
2528
2534
|
},
|
|
2535
|
+
{
|
|
2536
|
+
address: '0xF1376bceF0f78459C0Ed0ba5ddce976F1ddF51F4',
|
|
2537
|
+
chain: 'ETH',
|
|
2538
|
+
identifier: 'ETH.uniETH-0XF1376BCEF0F78459C0ED0BA5DDCE976F1DDF51F4',
|
|
2539
|
+
decimals: 18,
|
|
2540
|
+
},
|
|
2529
2541
|
{
|
|
2530
2542
|
address: '0x0Ae38f7E10A43B5b2fB064B42a2f4514cbA909ef',
|
|
2531
2543
|
chain: 'ETH',
|
|
@@ -2929,6 +2941,6 @@ export const list = {
|
|
|
2929
2941
|
decimals: 18,
|
|
2930
2942
|
},
|
|
2931
2943
|
],
|
|
2932
|
-
count:
|
|
2944
|
+
count: 490,
|
|
2933
2945
|
logo: 'https://static.thorswap.net/token-list/images/eth.sushi-0x6b3595068778dd592e39a122f4f5a5cf09c90fe2.png',
|
|
2934
2946
|
} as const;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
name: 'thorchain',
|
|
3
|
-
timestamp: '2023-
|
|
3
|
+
timestamp: '2023-11-07T17:29:15.203Z',
|
|
4
4
|
version: { major: 1, minor: 0, patch: 0 },
|
|
5
5
|
keywords: ['THORChain'],
|
|
6
6
|
tokens: [
|
|
7
|
-
{ chain: 'AVAX', identifier: 'AVAX.AVAX', decimals:
|
|
7
|
+
{ chain: 'AVAX', identifier: 'AVAX.AVAX', decimals: 18 },
|
|
8
8
|
{
|
|
9
9
|
address: '0xB97EF9EF8734C71904D8002F8B6BC66DD9C48A6E',
|
|
10
10
|
chain: 'AVAX',
|
|
11
11
|
identifier: 'AVAX.USDC-0XB97EF9EF8734C71904D8002F8B6BC66DD9C48A6E',
|
|
12
|
-
decimals:
|
|
12
|
+
decimals: 6,
|
|
13
13
|
},
|
|
14
14
|
{ chain: 'BCH', identifier: 'BCH.BCH', decimals: 8 },
|
|
15
15
|
{ address: '645', chain: 'BNB', identifier: 'BNB.AVA-645', decimals: 8 },
|
|
@@ -23,7 +23,7 @@ export const list = {
|
|
|
23
23
|
address: '0x8AC76A51CC950D9822D68B83FE1AD97B32CD580D',
|
|
24
24
|
chain: 'BSC',
|
|
25
25
|
identifier: 'BSC.USDC-0X8AC76A51CC950D9822D68B83FE1AD97B32CD580D',
|
|
26
|
-
decimals:
|
|
26
|
+
decimals: 18,
|
|
27
27
|
},
|
|
28
28
|
{ chain: 'BTC', identifier: 'BTC.BTC', decimals: 8 },
|
|
29
29
|
{ chain: 'DOGE', identifier: 'DOGE.DOGE', decimals: 8 },
|
|
@@ -31,80 +31,80 @@ export const list = {
|
|
|
31
31
|
address: '0x7FC66500C84A76AD7E9C93437BFC5AC33E2DDAE9',
|
|
32
32
|
chain: 'ETH',
|
|
33
33
|
identifier: 'ETH.AAVE-0X7FC66500C84A76AD7E9C93437BFC5AC33E2DDAE9',
|
|
34
|
-
decimals:
|
|
34
|
+
decimals: 18,
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
address: '0x6B175474E89094C44DA98B954EEDEAC495271D0F',
|
|
38
38
|
chain: 'ETH',
|
|
39
39
|
identifier: 'ETH.DAI-0X6B175474E89094C44DA98B954EEDEAC495271D0F',
|
|
40
|
-
decimals:
|
|
40
|
+
decimals: 18,
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
address: '0x1494CA1F11D487C2BBE4543E90080AEBA4BA3C2B',
|
|
44
44
|
chain: 'ETH',
|
|
45
45
|
identifier: 'ETH.DPI-0X1494CA1F11D487C2BBE4543E90080AEBA4BA3C2B',
|
|
46
|
-
decimals:
|
|
46
|
+
decimals: 18,
|
|
47
47
|
},
|
|
48
48
|
{ chain: 'ETH', identifier: 'ETH.ETH', decimals: 8 },
|
|
49
49
|
{
|
|
50
50
|
address: '0xC770EEFAD204B5180DF6A14EE197D99D808EE52D',
|
|
51
51
|
chain: 'ETH',
|
|
52
52
|
identifier: 'ETH.FOX-0XC770EEFAD204B5180DF6A14EE197D99D808EE52D',
|
|
53
|
-
decimals:
|
|
53
|
+
decimals: 18,
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
address: '0x056FD409E1D7A124BD7017459DFEA2F387B6D5CD',
|
|
57
57
|
chain: 'ETH',
|
|
58
58
|
identifier: 'ETH.GUSD-0X056FD409E1D7A124BD7017459DFEA2F387B6D5CD',
|
|
59
|
-
decimals:
|
|
59
|
+
decimals: 2,
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
address: '0x5F98805A4E8BE255A32880FDEC7F6728C6568BA0',
|
|
63
63
|
chain: 'ETH',
|
|
64
64
|
identifier: 'ETH.LUSD-0X5F98805A4E8BE255A32880FDEC7F6728C6568BA0',
|
|
65
|
-
decimals:
|
|
65
|
+
decimals: 18,
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
address: '0xC011A73EE8576FB46F5E1C5751CA3B9FE0AF2A6F',
|
|
69
69
|
chain: 'ETH',
|
|
70
70
|
identifier: 'ETH.SNX-0XC011A73EE8576FB46F5E1C5751CA3B9FE0AF2A6F',
|
|
71
|
-
decimals:
|
|
71
|
+
decimals: 18,
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
address: '0x108A850856DB3F85D0269A2693D896B394C80325',
|
|
75
75
|
chain: 'ETH',
|
|
76
76
|
identifier: 'ETH.TGT-0X108A850856DB3F85D0269A2693D896B394C80325',
|
|
77
|
-
decimals:
|
|
77
|
+
decimals: 18,
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
address: '0xA5F2211B9B8170F694421F2046281775E8468044',
|
|
81
81
|
chain: 'ETH',
|
|
82
82
|
identifier: 'ETH.THOR-0XA5F2211B9B8170F694421F2046281775E8468044',
|
|
83
|
-
decimals:
|
|
83
|
+
decimals: 18,
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
address: '0xD13C7342E1EF687C5AD21B27C2B65D772CAB5C8C',
|
|
87
87
|
chain: 'ETH',
|
|
88
88
|
identifier: 'ETH.UOS-0XD13C7342E1EF687C5AD21B27C2B65D772CAB5C8C',
|
|
89
|
-
decimals:
|
|
89
|
+
decimals: 18,
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
address: '0xA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48',
|
|
93
93
|
chain: 'ETH',
|
|
94
94
|
identifier: 'ETH.USDC-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48',
|
|
95
|
-
decimals:
|
|
95
|
+
decimals: 6,
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
address: '0x8E870D67F660D95D5BE530380D0EC0BD388289E1',
|
|
99
99
|
chain: 'ETH',
|
|
100
100
|
identifier: 'ETH.USDP-0X8E870D67F660D95D5BE530380D0EC0BD388289E1',
|
|
101
|
-
decimals:
|
|
101
|
+
decimals: 18,
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
address: '0xDAC17F958D2EE523A2206206994597C13D831EC7',
|
|
105
105
|
chain: 'ETH',
|
|
106
106
|
identifier: 'ETH.USDT-0XDAC17F958D2EE523A2206206994597C13D831EC7',
|
|
107
|
-
decimals:
|
|
107
|
+
decimals: 6,
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
address: '0x2260FAC5E5542A773AA44FBCFEDF7C193BC2C599',
|
|
@@ -116,21 +116,21 @@ export const list = {
|
|
|
116
116
|
address: '0x72B886D09C117654AB7DA13A14D603001DE0B777',
|
|
117
117
|
chain: 'ETH',
|
|
118
118
|
identifier: 'ETH.XDEFI-0X72B886D09C117654AB7DA13A14D603001DE0B777',
|
|
119
|
-
decimals:
|
|
119
|
+
decimals: 18,
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
address: '0x69FA0FEE221AD11012BAB0FDB45D444D3D2CE71C',
|
|
123
123
|
chain: 'ETH',
|
|
124
124
|
identifier: 'ETH.XRUNE-0X69FA0FEE221AD11012BAB0FDB45D444D3D2CE71C',
|
|
125
|
-
decimals:
|
|
125
|
+
decimals: 18,
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
address: '0x0BC529C00C6401AEF6D220BE8C6EA1667F6AD93E',
|
|
129
129
|
chain: 'ETH',
|
|
130
130
|
identifier: 'ETH.YFI-0X0BC529C00C6401AEF6D220BE8C6EA1667F6AD93E',
|
|
131
|
-
decimals:
|
|
131
|
+
decimals: 18,
|
|
132
132
|
},
|
|
133
|
-
{ chain: 'GAIA', identifier: 'GAIA.ATOM', decimals:
|
|
133
|
+
{ chain: 'GAIA', identifier: 'GAIA.ATOM', decimals: 6 },
|
|
134
134
|
{ chain: 'LTC', identifier: 'LTC.LTC', decimals: 8 },
|
|
135
135
|
{ chain: 'THOR', identifier: 'THOR.RUNE', decimals: 8 },
|
|
136
136
|
],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
name: 'Trader Joe Default',
|
|
3
|
-
timestamp: '2021-
|
|
3
|
+
timestamp: '2021-10-30T00:00:00+00:00',
|
|
4
4
|
version: { major: 222, minor: 2, patch: 0 },
|
|
5
5
|
keywords: ['avalanche', 'arbitrum', 'bnb chain', 'defi', 'trader joe'],
|
|
6
6
|
tokens: [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
name: 'Uniswap Labs Default',
|
|
3
|
-
timestamp: '2023-10-
|
|
4
|
-
version: { major: 11, minor:
|
|
3
|
+
timestamp: '2023-10-19T17:02:13.453Z',
|
|
4
|
+
version: { major: 11, minor: 9, patch: 0 },
|
|
5
5
|
keywords: ['uniswap', 'default'],
|
|
6
6
|
tokens: [
|
|
7
7
|
{
|
|
@@ -214,6 +214,12 @@ export const list = {
|
|
|
214
214
|
identifier: 'ETH.BICO-0XF17E65822B568B3903685A7C9F496CF7656CC6C2',
|
|
215
215
|
decimals: 18,
|
|
216
216
|
},
|
|
217
|
+
{
|
|
218
|
+
address: '0x64Bc2cA1Be492bE7185FAA2c8835d9b824c8a194',
|
|
219
|
+
chain: 'ETH',
|
|
220
|
+
identifier: 'ETH.BIGTIME-0X64BC2CA1BE492BE7185FAA2C8835D9B824C8A194',
|
|
221
|
+
decimals: 18,
|
|
222
|
+
},
|
|
217
223
|
{
|
|
218
224
|
address: '0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5',
|
|
219
225
|
chain: 'ETH',
|
|
@@ -1486,6 +1492,6 @@ export const list = {
|
|
|
1486
1492
|
decimals: 18,
|
|
1487
1493
|
},
|
|
1488
1494
|
],
|
|
1489
|
-
count:
|
|
1495
|
+
count: 248,
|
|
1490
1496
|
logo: 'https://static.thorswap.net/token-list/images/eth.uni-0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png',
|
|
1491
1497
|
} as const;
|