@swapkit/tokens 1.0.0-rc.4 → 1.0.0-rc.6
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 +5874 -5863
- package/dist/index.es.js +6169 -6156
- package/package.json +3 -3
- package/src/tokenLists/Coingecko.ts +6162 -6041
- package/src/tokenLists/Stargatearb.ts +1 -1
- package/src/tokenLists/Thorchain.ts +1 -115
- package/src/tokenLists/Uniswap.ts +9 -3
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
name: 'thorchain',
|
|
3
|
-
timestamp: '2023-10-
|
|
3
|
+
timestamp: '2023-10-22T20:32:02.175Z',
|
|
4
4
|
version: { major: 1, minor: 0, patch: 0 },
|
|
5
5
|
keywords: ['THORChain'],
|
|
6
6
|
tokens: [
|
|
7
7
|
{ chain: 'AVAX', identifier: 'AVAX.AVAX', decimals: 8 },
|
|
8
|
-
{
|
|
9
|
-
address: '0xB97EF9EF8734C71904D8002F8B6BC66DD9C48A6E',
|
|
10
|
-
chain: 'AVAX',
|
|
11
|
-
identifier: 'AVAX.USDC-0XB97EF9EF8734C71904D8002F8B6BC66DD9C48A6E',
|
|
12
|
-
decimals: 8,
|
|
13
|
-
},
|
|
14
8
|
{ chain: 'BCH', identifier: 'BCH.BCH', decimals: 8 },
|
|
15
9
|
{ address: '645', chain: 'BNB', identifier: 'BNB.AVA-645', decimals: 8 },
|
|
16
10
|
{ chain: 'BNB', identifier: 'BNB.BNB', decimals: 8 },
|
|
@@ -19,117 +13,9 @@ export const list = {
|
|
|
19
13
|
{ address: '1C9', chain: 'BNB', identifier: 'BNB.ETH-1C9', decimals: 8 },
|
|
20
14
|
{ address: '8C2', chain: 'BNB', identifier: 'BNB.TWT-8C2', decimals: 8 },
|
|
21
15
|
{ chain: 'BSC', identifier: 'BSC.BNB', decimals: 8 },
|
|
22
|
-
{
|
|
23
|
-
address: '0x8AC76A51CC950D9822D68B83FE1AD97B32CD580D',
|
|
24
|
-
chain: 'BSC',
|
|
25
|
-
identifier: 'BSC.USDC-0X8AC76A51CC950D9822D68B83FE1AD97B32CD580D',
|
|
26
|
-
decimals: 8,
|
|
27
|
-
},
|
|
28
16
|
{ chain: 'BTC', identifier: 'BTC.BTC', decimals: 8 },
|
|
29
17
|
{ chain: 'DOGE', identifier: 'DOGE.DOGE', decimals: 8 },
|
|
30
|
-
{
|
|
31
|
-
address: '0x7FC66500C84A76AD7E9C93437BFC5AC33E2DDAE9',
|
|
32
|
-
chain: 'ETH',
|
|
33
|
-
identifier: 'ETH.AAVE-0X7FC66500C84A76AD7E9C93437BFC5AC33E2DDAE9',
|
|
34
|
-
decimals: 8,
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
address: '0x6B175474E89094C44DA98B954EEDEAC495271D0F',
|
|
38
|
-
chain: 'ETH',
|
|
39
|
-
identifier: 'ETH.DAI-0X6B175474E89094C44DA98B954EEDEAC495271D0F',
|
|
40
|
-
decimals: 8,
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
address: '0x1494CA1F11D487C2BBE4543E90080AEBA4BA3C2B',
|
|
44
|
-
chain: 'ETH',
|
|
45
|
-
identifier: 'ETH.DPI-0X1494CA1F11D487C2BBE4543E90080AEBA4BA3C2B',
|
|
46
|
-
decimals: 8,
|
|
47
|
-
},
|
|
48
18
|
{ chain: 'ETH', identifier: 'ETH.ETH', decimals: 8 },
|
|
49
|
-
{
|
|
50
|
-
address: '0xC770EEFAD204B5180DF6A14EE197D99D808EE52D',
|
|
51
|
-
chain: 'ETH',
|
|
52
|
-
identifier: 'ETH.FOX-0XC770EEFAD204B5180DF6A14EE197D99D808EE52D',
|
|
53
|
-
decimals: 8,
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
address: '0x056FD409E1D7A124BD7017459DFEA2F387B6D5CD',
|
|
57
|
-
chain: 'ETH',
|
|
58
|
-
identifier: 'ETH.GUSD-0X056FD409E1D7A124BD7017459DFEA2F387B6D5CD',
|
|
59
|
-
decimals: 8,
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
address: '0x5F98805A4E8BE255A32880FDEC7F6728C6568BA0',
|
|
63
|
-
chain: 'ETH',
|
|
64
|
-
identifier: 'ETH.LUSD-0X5F98805A4E8BE255A32880FDEC7F6728C6568BA0',
|
|
65
|
-
decimals: 8,
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
address: '0xC011A73EE8576FB46F5E1C5751CA3B9FE0AF2A6F',
|
|
69
|
-
chain: 'ETH',
|
|
70
|
-
identifier: 'ETH.SNX-0XC011A73EE8576FB46F5E1C5751CA3B9FE0AF2A6F',
|
|
71
|
-
decimals: 8,
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
address: '0x108A850856DB3F85D0269A2693D896B394C80325',
|
|
75
|
-
chain: 'ETH',
|
|
76
|
-
identifier: 'ETH.TGT-0X108A850856DB3F85D0269A2693D896B394C80325',
|
|
77
|
-
decimals: 8,
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
address: '0xA5F2211B9B8170F694421F2046281775E8468044',
|
|
81
|
-
chain: 'ETH',
|
|
82
|
-
identifier: 'ETH.THOR-0XA5F2211B9B8170F694421F2046281775E8468044',
|
|
83
|
-
decimals: 8,
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
address: '0xD13C7342E1EF687C5AD21B27C2B65D772CAB5C8C',
|
|
87
|
-
chain: 'ETH',
|
|
88
|
-
identifier: 'ETH.UOS-0XD13C7342E1EF687C5AD21B27C2B65D772CAB5C8C',
|
|
89
|
-
decimals: 8,
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
address: '0xA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48',
|
|
93
|
-
chain: 'ETH',
|
|
94
|
-
identifier: 'ETH.USDC-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48',
|
|
95
|
-
decimals: 8,
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
address: '0x8E870D67F660D95D5BE530380D0EC0BD388289E1',
|
|
99
|
-
chain: 'ETH',
|
|
100
|
-
identifier: 'ETH.USDP-0X8E870D67F660D95D5BE530380D0EC0BD388289E1',
|
|
101
|
-
decimals: 8,
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
address: '0xDAC17F958D2EE523A2206206994597C13D831EC7',
|
|
105
|
-
chain: 'ETH',
|
|
106
|
-
identifier: 'ETH.USDT-0XDAC17F958D2EE523A2206206994597C13D831EC7',
|
|
107
|
-
decimals: 8,
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
address: '0x2260FAC5E5542A773AA44FBCFEDF7C193BC2C599',
|
|
111
|
-
chain: 'ETH',
|
|
112
|
-
identifier: 'ETH.WBTC-0X2260FAC5E5542A773AA44FBCFEDF7C193BC2C599',
|
|
113
|
-
decimals: 8,
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
address: '0x72B886D09C117654AB7DA13A14D603001DE0B777',
|
|
117
|
-
chain: 'ETH',
|
|
118
|
-
identifier: 'ETH.XDEFI-0X72B886D09C117654AB7DA13A14D603001DE0B777',
|
|
119
|
-
decimals: 8,
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
address: '0x69FA0FEE221AD11012BAB0FDB45D444D3D2CE71C',
|
|
123
|
-
chain: 'ETH',
|
|
124
|
-
identifier: 'ETH.XRUNE-0X69FA0FEE221AD11012BAB0FDB45D444D3D2CE71C',
|
|
125
|
-
decimals: 8,
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
address: '0x0BC529C00C6401AEF6D220BE8C6EA1667F6AD93E',
|
|
129
|
-
chain: 'ETH',
|
|
130
|
-
identifier: 'ETH.YFI-0X0BC529C00C6401AEF6D220BE8C6EA1667F6AD93E',
|
|
131
|
-
decimals: 8,
|
|
132
|
-
},
|
|
133
19
|
{ chain: 'GAIA', identifier: 'GAIA.ATOM', decimals: 8 },
|
|
134
20
|
{ chain: 'LTC', identifier: 'LTC.LTC', decimals: 8 },
|
|
135
21
|
{ chain: 'THOR', identifier: 'THOR.RUNE', decimals: 8 },
|
|
@@ -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;
|