@swapkit/tokens 2.5.3 → 2.6.0
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.js +2 -3
- package/dist/index.js.map +14 -14
- package/package.json +1 -1
- package/src/tokenLists/chainflip.ts +11 -21
- package/src/tokenLists/index.ts +1 -2
- package/src/tokenLists/jupiter.ts +365 -15
- package/src/tokenLists/mayachain.ts +72 -266
- package/src/tokenLists/oneinch.ts +2622 -454
- package/src/tokenLists/pancakeswap.ts +83 -3
- package/src/tokenLists/pangolin_v1.ts +7 -37
- package/src/tokenLists/sushiswap_v2.ts +76 -146
- package/src/tokenLists/thorchain.ts +104 -378
- package/src/tokenLists/traderjoe_v2.ts +231 -61
- package/src/tokenLists/uniswap_v2.ts +1518 -68
- package/src/tokenLists/uniswap_v3.ts +1462 -1163
- package/src/tokenLists/kado.ts +0 -519
|
@@ -2,14 +2,14 @@ export const list = {
|
|
|
2
2
|
provider: "SUSHISWAP_V2",
|
|
3
3
|
chainId: "1",
|
|
4
4
|
name: "SUSHISWAP_V2",
|
|
5
|
-
timestamp: "2025-05-
|
|
5
|
+
timestamp: "2025-05-29T08:11:21.733Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
9
9
|
patch: 0,
|
|
10
10
|
},
|
|
11
11
|
keywords: [],
|
|
12
|
-
count:
|
|
12
|
+
count: 49,
|
|
13
13
|
tokens: [
|
|
14
14
|
{
|
|
15
15
|
address: "0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF",
|
|
@@ -18,7 +18,7 @@ export const list = {
|
|
|
18
18
|
decimals: 18,
|
|
19
19
|
identifier: "ETH.ALCX-0XDBDB4D16EDA451D0503B854CF79D55697F90C8DF",
|
|
20
20
|
logoURI:
|
|
21
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.alcx-0xdbdb4d16eda451d0503b854cf79d55697f90c8df.png",
|
|
21
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.alcx-0xdbdb4d16eda451d0503b854cf79d55697f90c8df.png",
|
|
22
22
|
ticker: "ALCX",
|
|
23
23
|
},
|
|
24
24
|
{
|
|
@@ -28,19 +28,9 @@ export const list = {
|
|
|
28
28
|
decimals: 18,
|
|
29
29
|
identifier: "ETH.ALPHA-0XA1FAA113CBE53436DF28FF0AEE54275C13B40975",
|
|
30
30
|
logoURI:
|
|
31
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.alpha-0xa1faa113cbe53436df28ff0aee54275c13b40975.png",
|
|
31
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.alpha-0xa1faa113cbe53436df28ff0aee54275c13b40975.png",
|
|
32
32
|
ticker: "ALPHA",
|
|
33
33
|
},
|
|
34
|
-
{
|
|
35
|
-
address: "0xfF20817765cB7f73d4bde2e66e067E58D11095C2",
|
|
36
|
-
chain: "ETH",
|
|
37
|
-
chainId: "1",
|
|
38
|
-
decimals: 18,
|
|
39
|
-
identifier: "ETH.AMP-0XFF20817765CB7F73D4BDE2E66E067E58D11095C2",
|
|
40
|
-
logoURI:
|
|
41
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.amp-0xff20817765cb7f73d4bde2e66e067e58d11095c2.png",
|
|
42
|
-
ticker: "AMP",
|
|
43
|
-
},
|
|
44
34
|
{
|
|
45
35
|
address: "0xD46bA6D942050d489DBd938a2C909A5d5039A161",
|
|
46
36
|
chain: "ETH",
|
|
@@ -48,18 +38,18 @@ export const list = {
|
|
|
48
38
|
decimals: 9,
|
|
49
39
|
identifier: "ETH.AMPL-0XD46BA6D942050D489DBD938A2C909A5D5039A161",
|
|
50
40
|
logoURI:
|
|
51
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ampl-0xd46ba6d942050d489dbd938a2c909a5d5039a161.png",
|
|
41
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ampl-0xd46ba6d942050d489dbd938a2c909a5d5039a161.png",
|
|
52
42
|
ticker: "AMPL",
|
|
53
43
|
},
|
|
54
44
|
{
|
|
55
|
-
address: "
|
|
45
|
+
address: "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
|
|
56
46
|
chain: "ETH",
|
|
57
47
|
chainId: "1",
|
|
58
48
|
decimals: 18,
|
|
59
|
-
identifier: "ETH.
|
|
49
|
+
identifier: "ETH.BAND-0XBA11D00C5F74255F56A5E366F4F77F5A186D7F55",
|
|
60
50
|
logoURI:
|
|
61
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
62
|
-
ticker: "
|
|
51
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.band-0xba11d00c5f74255f56a5e366f4f77f5a186d7f55.png",
|
|
52
|
+
ticker: "BAND",
|
|
63
53
|
},
|
|
64
54
|
{
|
|
65
55
|
address: "0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5",
|
|
@@ -68,9 +58,19 @@ export const list = {
|
|
|
68
58
|
decimals: 18,
|
|
69
59
|
identifier: "ETH.BIT-0X1A4B46696B2BB4794EB3D4C26F1C55F9170FA4C5",
|
|
70
60
|
logoURI:
|
|
71
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.bit-0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5.png",
|
|
61
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.bit-0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5.png",
|
|
72
62
|
ticker: "BIT",
|
|
73
63
|
},
|
|
64
|
+
{
|
|
65
|
+
address: "0x0B498ff89709d3838a063f1dFA463091F9801c2b",
|
|
66
|
+
chain: "ETH",
|
|
67
|
+
chainId: "1",
|
|
68
|
+
decimals: 18,
|
|
69
|
+
identifier: "ETH.BTC2X-FLI-0X0B498FF89709D3838A063F1DFA463091F9801C2B",
|
|
70
|
+
logoURI:
|
|
71
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.btc2x-fli-0x0b498ff89709d3838a063f1dfa463091f9801c2b.png",
|
|
72
|
+
ticker: "BTC2X-FLI",
|
|
73
|
+
},
|
|
74
74
|
{
|
|
75
75
|
address: "0xCB56b52316041A62B6b5D0583DcE4A8AE7a3C629",
|
|
76
76
|
chain: "ETH",
|
|
@@ -78,7 +78,7 @@ export const list = {
|
|
|
78
78
|
decimals: 18,
|
|
79
79
|
identifier: "ETH.CIG-0XCB56B52316041A62B6B5D0583DCE4A8AE7A3C629",
|
|
80
80
|
logoURI:
|
|
81
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.cig-0xcb56b52316041a62b6b5d0583dce4a8ae7a3c629.png",
|
|
81
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.cig-0xcb56b52316041a62b6b5d0583dce4a8ae7a3c629.png",
|
|
82
82
|
ticker: "CIG",
|
|
83
83
|
},
|
|
84
84
|
{
|
|
@@ -88,7 +88,7 @@ export const list = {
|
|
|
88
88
|
decimals: 18,
|
|
89
89
|
identifier: "ETH.CLNY-0X3E828AC5C480069D4765654FB4B8733B910B13B2",
|
|
90
90
|
logoURI:
|
|
91
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.clny-0x3e828ac5c480069d4765654fb4b8733b910b13b2.png",
|
|
91
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.clny-0x3e828ac5c480069d4765654fb4b8733b910b13b2.png",
|
|
92
92
|
ticker: "CLNY",
|
|
93
93
|
},
|
|
94
94
|
{
|
|
@@ -98,7 +98,7 @@ export const list = {
|
|
|
98
98
|
decimals: 18,
|
|
99
99
|
identifier: "ETH.CRV-0XD533A949740BB3306D119CC777FA900BA034CD52",
|
|
100
100
|
logoURI:
|
|
101
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.crv-0xd533a949740bb3306d119cc777fa900ba034cd52.png",
|
|
101
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.crv-0xd533a949740bb3306d119cc777fa900ba034cd52.png",
|
|
102
102
|
ticker: "CRV",
|
|
103
103
|
},
|
|
104
104
|
{
|
|
@@ -108,7 +108,7 @@ export const list = {
|
|
|
108
108
|
decimals: 18,
|
|
109
109
|
identifier: "ETH.CVX-0X4E3FBD56CD56C3E72C1403E103B45DB9DA5B9D2B",
|
|
110
110
|
logoURI:
|
|
111
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.cvx-0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b.png",
|
|
111
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.cvx-0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b.png",
|
|
112
112
|
ticker: "CVX",
|
|
113
113
|
},
|
|
114
114
|
{
|
|
@@ -118,29 +118,9 @@ export const list = {
|
|
|
118
118
|
decimals: 18,
|
|
119
119
|
identifier: "ETH.DAI-0X6B175474E89094C44DA98B954EEDEAC495271D0F",
|
|
120
120
|
logoURI:
|
|
121
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.dai-0x6b175474e89094c44da98b954eedeac495271d0f.png",
|
|
121
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.dai-0x6b175474e89094c44da98b954eedeac495271d0f.png",
|
|
122
122
|
ticker: "DAI",
|
|
123
123
|
},
|
|
124
|
-
{
|
|
125
|
-
address: "0x9EA3b5b4EC044b70375236A281986106457b20EF",
|
|
126
|
-
chain: "ETH",
|
|
127
|
-
chainId: "1",
|
|
128
|
-
decimals: 18,
|
|
129
|
-
identifier: "ETH.DELTA-0X9EA3B5B4EC044B70375236A281986106457B20EF",
|
|
130
|
-
logoURI:
|
|
131
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.delta-0x9ea3b5b4ec044b70375236a281986106457b20ef.png",
|
|
132
|
-
ticker: "DELTA",
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
address: "0x1559FA1b8F28238FD5D76D9f434ad86FD20D1559",
|
|
136
|
-
chain: "ETH",
|
|
137
|
-
chainId: "1",
|
|
138
|
-
decimals: 18,
|
|
139
|
-
identifier: "ETH.EDEN-0X1559FA1B8F28238FD5D76D9F434AD86FD20D1559",
|
|
140
|
-
logoURI:
|
|
141
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.eden-0x1559fa1b8f28238fd5d76d9f434ad86fd20d1559.png",
|
|
142
|
-
ticker: "EDEN",
|
|
143
|
-
},
|
|
144
124
|
{
|
|
145
125
|
address: "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
|
|
146
126
|
chain: "ETH",
|
|
@@ -148,7 +128,7 @@ export const list = {
|
|
|
148
128
|
decimals: 18,
|
|
149
129
|
identifier: "ETH.ENS-0XC18360217D8F7AB5E7C516566761EA12CE7F9D72",
|
|
150
130
|
logoURI:
|
|
151
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ens-0xc18360217d8f7ab5e7c516566761ea12ce7f9d72.png",
|
|
131
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ens-0xc18360217d8f7ab5e7c516566761ea12ce7f9d72.png",
|
|
152
132
|
ticker: "ENS",
|
|
153
133
|
},
|
|
154
134
|
{
|
|
@@ -158,7 +138,7 @@ export const list = {
|
|
|
158
138
|
decimals: 18,
|
|
159
139
|
identifier: "ETH.FLOAT-0XB05097849BCA421A3F51B249BA6CCA4AF4B97CB9",
|
|
160
140
|
logoURI:
|
|
161
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.float-0xb05097849bca421a3f51b249ba6cca4af4b97cb9.png",
|
|
141
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.float-0xb05097849bca421a3f51b249ba6cca4af4b97cb9.png",
|
|
162
142
|
ticker: "FLOAT",
|
|
163
143
|
},
|
|
164
144
|
{
|
|
@@ -168,48 +148,38 @@ export const list = {
|
|
|
168
148
|
decimals: 18,
|
|
169
149
|
identifier: "ETH.FTX TOKEN-0X50D1C9771902476076ECFC8B2A83AD6B9355A4C9",
|
|
170
150
|
logoURI:
|
|
171
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ftx token-0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9.png",
|
|
151
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ftx token-0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9.png",
|
|
172
152
|
ticker: "FTX TOKEN",
|
|
173
153
|
},
|
|
174
154
|
{
|
|
175
|
-
address: "
|
|
155
|
+
address: "0x9AB7bb7FdC60f4357ECFef43986818A2A3569c62",
|
|
176
156
|
chain: "ETH",
|
|
177
157
|
chainId: "1",
|
|
178
158
|
decimals: 18,
|
|
179
|
-
identifier: "ETH.
|
|
159
|
+
identifier: "ETH.GOG-0X9AB7BB7FDC60F4357ECFEF43986818A2A3569C62",
|
|
180
160
|
logoURI:
|
|
181
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
182
|
-
ticker: "
|
|
161
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.gog-0x9ab7bb7fdc60f4357ecfef43986818a2a3569c62.png",
|
|
162
|
+
ticker: "GOG",
|
|
183
163
|
},
|
|
184
164
|
{
|
|
185
|
-
address: "
|
|
165
|
+
address: "0xc4E15973E6fF2A35cC804c2CF9D2a1b817a8b40F",
|
|
186
166
|
chain: "ETH",
|
|
187
167
|
chainId: "1",
|
|
188
168
|
decimals: 18,
|
|
189
|
-
identifier: "ETH.
|
|
190
|
-
logoURI:
|
|
191
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ibeur-0x96e61422b6a9ba0e068b6c5add4ffabc6a4aae27.png",
|
|
192
|
-
ticker: "IBEUR",
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
address: "0x903bEF1736CDdf2A537176cf3C64579C3867A881",
|
|
196
|
-
chain: "ETH",
|
|
197
|
-
chainId: "1",
|
|
198
|
-
decimals: 9,
|
|
199
|
-
identifier: "ETH.ICHI-0X903BEF1736CDDF2A537176CF3C64579C3867A881",
|
|
169
|
+
identifier: "ETH.IBBTC-0XC4E15973E6FF2A35CC804C2CF9D2A1B817A8B40F",
|
|
200
170
|
logoURI:
|
|
201
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
202
|
-
ticker: "
|
|
171
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ibbtc-0xc4e15973e6ff2a35cc804c2cf9d2a1b817a8b40f.png",
|
|
172
|
+
ticker: "IBBTC",
|
|
203
173
|
},
|
|
204
174
|
{
|
|
205
|
-
address: "
|
|
175
|
+
address: "0x96E61422b6A9bA0e068B6c5ADd4fFaBC6a4aae27",
|
|
206
176
|
chain: "ETH",
|
|
207
177
|
chainId: "1",
|
|
208
178
|
decimals: 18,
|
|
209
|
-
identifier: "ETH.
|
|
179
|
+
identifier: "ETH.IBEUR-0X96E61422B6A9BA0E068B6C5ADD4FFABC6A4AAE27",
|
|
210
180
|
logoURI:
|
|
211
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
212
|
-
ticker: "
|
|
181
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ibeur-0x96e61422b6a9ba0e068b6c5add4ffabc6a4aae27.png",
|
|
182
|
+
ticker: "IBEUR",
|
|
213
183
|
},
|
|
214
184
|
{
|
|
215
185
|
address: "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",
|
|
@@ -218,7 +188,7 @@ export const list = {
|
|
|
218
188
|
decimals: 18,
|
|
219
189
|
identifier: "ETH.INJ-0XE28B3B32B6C345A34FF64674606124DD5ACECA30",
|
|
220
190
|
logoURI:
|
|
221
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.inj-0xe28b3b32b6c345a34ff64674606124dd5aceca30.png",
|
|
191
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.inj-0xe28b3b32b6c345a34ff64674606124dd5aceca30.png",
|
|
222
192
|
ticker: "INJ",
|
|
223
193
|
},
|
|
224
194
|
{
|
|
@@ -228,7 +198,7 @@ export const list = {
|
|
|
228
198
|
decimals: 18,
|
|
229
199
|
identifier: "ETH.IQ-0X579CEA1889991F68ACC35FF5C3DD0621FF29B0C9",
|
|
230
200
|
logoURI:
|
|
231
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.iq-0x579cea1889991f68acc35ff5c3dd0621ff29b0c9.png",
|
|
201
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.iq-0x579cea1889991f68acc35ff5c3dd0621ff29b0c9.png",
|
|
232
202
|
ticker: "IQ",
|
|
233
203
|
},
|
|
234
204
|
{
|
|
@@ -238,29 +208,9 @@ export const list = {
|
|
|
238
208
|
decimals: 8,
|
|
239
209
|
identifier: "ETH.KIRA-0XF98AB0874B13A7FDC39D7295DEDD49850A5D426B",
|
|
240
210
|
logoURI:
|
|
241
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.kira-0xf98ab0874b13a7fdc39d7295dedd49850a5d426b.png",
|
|
211
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.kira-0xf98ab0874b13a7fdc39d7295dedd49850a5d426b.png",
|
|
242
212
|
ticker: "KIRA",
|
|
243
213
|
},
|
|
244
|
-
{
|
|
245
|
-
address: "0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44",
|
|
246
|
-
chain: "ETH",
|
|
247
|
-
chainId: "1",
|
|
248
|
-
decimals: 18,
|
|
249
|
-
identifier: "ETH.KP3R-0X1CEB5CB57C4D4E2B2433641B95DD330A33185A44",
|
|
250
|
-
logoURI:
|
|
251
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.kp3r-0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44.png",
|
|
252
|
-
ticker: "KP3R",
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
address: "0x55332170Cb7d36545B500f66a80291C83d40Bba7",
|
|
256
|
-
chain: "ETH",
|
|
257
|
-
chainId: "1",
|
|
258
|
-
decimals: 9,
|
|
259
|
-
identifier: "ETH.LFG-0X55332170CB7D36545B500F66A80291C83D40BBA7",
|
|
260
|
-
logoURI:
|
|
261
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.lfg-0x55332170cb7d36545b500f66a80291c83d40bba7.png",
|
|
262
|
-
ticker: "LFG",
|
|
263
|
-
},
|
|
264
214
|
{
|
|
265
215
|
address: "0x514910771AF9Ca656af840dff83E8264EcF986CA",
|
|
266
216
|
chain: "ETH",
|
|
@@ -268,7 +218,7 @@ export const list = {
|
|
|
268
218
|
decimals: 18,
|
|
269
219
|
identifier: "ETH.LINK-0X514910771AF9CA656AF840DFF83E8264ECF986CA",
|
|
270
220
|
logoURI:
|
|
271
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.link-0x514910771af9ca656af840dff83e8264ecf986ca.png",
|
|
221
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.link-0x514910771af9ca656af840dff83e8264ecf986ca.png",
|
|
272
222
|
ticker: "LINK",
|
|
273
223
|
},
|
|
274
224
|
{
|
|
@@ -278,7 +228,7 @@ export const list = {
|
|
|
278
228
|
decimals: 18,
|
|
279
229
|
identifier: "ETH.LON-0X0000000000095413AFC295D19EDEB1AD7B71C952",
|
|
280
230
|
logoURI:
|
|
281
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.lon-0x0000000000095413afc295d19edeb1ad7b71c952.png",
|
|
231
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.lon-0x0000000000095413afc295d19edeb1ad7b71c952.png",
|
|
282
232
|
ticker: "LON",
|
|
283
233
|
},
|
|
284
234
|
{
|
|
@@ -288,7 +238,7 @@ export const list = {
|
|
|
288
238
|
decimals: 18,
|
|
289
239
|
identifier: "ETH.MEEB-0X641927E970222B10B2E8CDBC96B1B4F427316F16",
|
|
290
240
|
logoURI:
|
|
291
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.meeb-0x641927e970222b10b2e8cdbc96b1b4f427316f16.png",
|
|
241
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.meeb-0x641927e970222b10b2e8cdbc96b1b4f427316f16.png",
|
|
292
242
|
ticker: "MEEB",
|
|
293
243
|
},
|
|
294
244
|
{
|
|
@@ -298,7 +248,7 @@ export const list = {
|
|
|
298
248
|
decimals: 18,
|
|
299
249
|
identifier: "ETH.MILADY-0X227C7DF69D3ED1AE7574A1A7685FDED90292EB48",
|
|
300
250
|
logoURI:
|
|
301
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.milady-0x227c7df69d3ed1ae7574a1a7685fded90292eb48.png",
|
|
251
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.milady-0x227c7df69d3ed1ae7574a1a7685fded90292eb48.png",
|
|
302
252
|
ticker: "MILADY",
|
|
303
253
|
},
|
|
304
254
|
{
|
|
@@ -308,7 +258,7 @@ export const list = {
|
|
|
308
258
|
decimals: 18,
|
|
309
259
|
identifier: "ETH.MKR-0X9F8F72AA9304C8B593D555F12EF6589CC3A579A2",
|
|
310
260
|
logoURI:
|
|
311
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.mkr-0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2.png",
|
|
261
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.mkr-0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2.png",
|
|
312
262
|
ticker: "MKR",
|
|
313
263
|
},
|
|
314
264
|
{
|
|
@@ -318,7 +268,7 @@ export const list = {
|
|
|
318
268
|
decimals: 18,
|
|
319
269
|
identifier: "ETH.MULTI-0X65EF703F5594D2573EB71AAF55BC0CB548492DF4",
|
|
320
270
|
logoURI:
|
|
321
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.multi-0x65ef703f5594d2573eb71aaf55bc0cb548492df4.png",
|
|
271
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.multi-0x65ef703f5594d2573eb71aaf55bc0cb548492df4.png",
|
|
322
272
|
ticker: "MULTI",
|
|
323
273
|
},
|
|
324
274
|
{
|
|
@@ -328,7 +278,7 @@ export const list = {
|
|
|
328
278
|
decimals: 18,
|
|
329
279
|
identifier: "ETH.NFD-0XDFDB7F72C1F195C5951A234E8DB9806EB0635346",
|
|
330
280
|
logoURI:
|
|
331
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.nfd-0xdfdb7f72c1f195c5951a234e8db9806eb0635346.png",
|
|
281
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.nfd-0xdfdb7f72c1f195c5951a234e8db9806eb0635346.png",
|
|
332
282
|
ticker: "NFD",
|
|
333
283
|
},
|
|
334
284
|
{
|
|
@@ -338,19 +288,9 @@ export const list = {
|
|
|
338
288
|
decimals: 18,
|
|
339
289
|
identifier: "ETH.OCEAN-0X967DA4048CD07AB37855C090AAF366E4CE1B9F48",
|
|
340
290
|
logoURI:
|
|
341
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ocean-0x967da4048cd07ab37855c090aaf366e4ce1b9f48.png",
|
|
291
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ocean-0x967da4048cd07ab37855c090aaf366e4ce1b9f48.png",
|
|
342
292
|
ticker: "OCEAN",
|
|
343
293
|
},
|
|
344
|
-
{
|
|
345
|
-
address: "0xC88F47067dB2E25851317A2FDaE73a22c0777c37",
|
|
346
|
-
chain: "ETH",
|
|
347
|
-
chainId: "1",
|
|
348
|
-
decimals: 9,
|
|
349
|
-
identifier: "ETH.ONEBTC-0XC88F47067DB2E25851317A2FDAE73A22C0777C37",
|
|
350
|
-
logoURI:
|
|
351
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.onebtc-0xc88f47067db2e25851317a2fdae73a22c0777c37.png",
|
|
352
|
-
ticker: "ONEBTC",
|
|
353
|
-
},
|
|
354
294
|
{
|
|
355
295
|
address: "0x6399C842dD2bE3dE30BF99Bc7D1bBF6Fa3650E70",
|
|
356
296
|
chain: "ETH",
|
|
@@ -358,7 +298,7 @@ export const list = {
|
|
|
358
298
|
decimals: 18,
|
|
359
299
|
identifier: "ETH.PREMIA-0X6399C842DD2BE3DE30BF99BC7D1BBF6FA3650E70",
|
|
360
300
|
logoURI:
|
|
361
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.premia-0x6399c842dd2be3de30bf99bc7d1bbf6fa3650e70.png",
|
|
301
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.premia-0x6399c842dd2be3de30bf99bc7d1bbf6fa3650e70.png",
|
|
362
302
|
ticker: "PREMIA",
|
|
363
303
|
},
|
|
364
304
|
{
|
|
@@ -368,7 +308,7 @@ export const list = {
|
|
|
368
308
|
decimals: 18,
|
|
369
309
|
identifier: "ETH.PUNK-0X269616D549D7E8EAA82DFB17028D0B212D11232A",
|
|
370
310
|
logoURI:
|
|
371
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.punk-0x269616d549d7e8eaa82dfb17028d0b212d11232a.png",
|
|
311
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.punk-0x269616d549d7e8eaa82dfb17028d0b212d11232a.png",
|
|
372
312
|
ticker: "PUNK",
|
|
373
313
|
},
|
|
374
314
|
{
|
|
@@ -378,7 +318,7 @@ export const list = {
|
|
|
378
318
|
decimals: 18,
|
|
379
319
|
identifier: "ETH.QUARTZ-0XBA8A621B4A54E61C442F5EC623687E2A942225EF",
|
|
380
320
|
logoURI:
|
|
381
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.quartz-0xba8a621b4a54e61c442f5ec623687e2a942225ef.png",
|
|
321
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.quartz-0xba8a621b4a54e61c442f5ec623687e2a942225ef.png",
|
|
382
322
|
ticker: "QUARTZ",
|
|
383
323
|
},
|
|
384
324
|
{
|
|
@@ -388,7 +328,7 @@ export const list = {
|
|
|
388
328
|
decimals: 18,
|
|
389
329
|
identifier: "ETH.RADAR-0X44709A920FCCF795FBC57BAA433CC3DD53C44DBE",
|
|
390
330
|
logoURI:
|
|
391
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.radar-0x44709a920fccf795fbc57baa433cc3dd53c44dbe.png",
|
|
331
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.radar-0x44709a920fccf795fbc57baa433cc3dd53c44dbe.png",
|
|
392
332
|
ticker: "RADAR",
|
|
393
333
|
},
|
|
394
334
|
{
|
|
@@ -398,7 +338,7 @@ export const list = {
|
|
|
398
338
|
decimals: 18,
|
|
399
339
|
identifier: "ETH.RAIL-0XE76C6C83AF64E4C60245D8C7DE953DF673A7A33D",
|
|
400
340
|
logoURI:
|
|
401
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.rail-0xe76c6c83af64e4c60245d8c7de953df673a7a33d.png",
|
|
341
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.rail-0xe76c6c83af64e4c60245d8c7de953df673a7a33d.png",
|
|
402
342
|
ticker: "RAIL",
|
|
403
343
|
},
|
|
404
344
|
{
|
|
@@ -408,18 +348,18 @@ export const list = {
|
|
|
408
348
|
decimals: 18,
|
|
409
349
|
identifier: "ETH.ROBO-0X6FC2F1044A3B9BB3E43A43EC8F840843ED753061",
|
|
410
350
|
logoURI:
|
|
411
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.robo-0x6fc2f1044a3b9bb3e43a43ec8f840843ed753061.png",
|
|
351
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.robo-0x6fc2f1044a3b9bb3e43a43ec8f840843ed753061.png",
|
|
412
352
|
ticker: "ROBO",
|
|
413
353
|
},
|
|
414
354
|
{
|
|
415
|
-
address: "
|
|
355
|
+
address: "0xEe7527841A932d2912224E20a405e1a1FF747084",
|
|
416
356
|
chain: "ETH",
|
|
417
357
|
chainId: "1",
|
|
418
|
-
decimals:
|
|
419
|
-
identifier: "ETH.
|
|
358
|
+
decimals: 7,
|
|
359
|
+
identifier: "ETH.SHX-0XEE7527841A932D2912224E20A405E1A1FF747084",
|
|
420
360
|
logoURI:
|
|
421
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.
|
|
422
|
-
ticker: "
|
|
361
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.shx-0xee7527841a932d2912224e20a405e1a1ff747084.png",
|
|
362
|
+
ticker: "SHX",
|
|
423
363
|
},
|
|
424
364
|
{
|
|
425
365
|
address: "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",
|
|
@@ -428,7 +368,7 @@ export const list = {
|
|
|
428
368
|
decimals: 18,
|
|
429
369
|
identifier: "ETH.SUSD-0X57AB1EC28D129707052DF4DF418D58A2D46D5F51",
|
|
430
370
|
logoURI:
|
|
431
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.susd-0x57ab1ec28d129707052df4df418d58a2d46d5f51.png",
|
|
371
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.susd-0x57ab1ec28d129707052df4df418d58a2d46d5f51.png",
|
|
432
372
|
ticker: "SUSD",
|
|
433
373
|
},
|
|
434
374
|
{
|
|
@@ -438,7 +378,7 @@ export const list = {
|
|
|
438
378
|
decimals: 18,
|
|
439
379
|
identifier: "ETH.SUSHI-0X6B3595068778DD592E39A122F4F5A5CF09C90FE2",
|
|
440
380
|
logoURI:
|
|
441
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.sushi-0x6b3595068778dd592e39a122f4f5a5cf09c90fe2.png",
|
|
381
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.sushi-0x6b3595068778dd592e39a122f4f5a5cf09c90fe2.png",
|
|
442
382
|
ticker: "SUSHI",
|
|
443
383
|
},
|
|
444
384
|
{
|
|
@@ -448,7 +388,7 @@ export const list = {
|
|
|
448
388
|
decimals: 18,
|
|
449
389
|
identifier: "ETH.SYN-0X0F2D719407FDBEFF09D87557ABB7232601FD9F29",
|
|
450
390
|
logoURI:
|
|
451
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.syn-0x0f2d719407fdbeff09d87557abb7232601fd9f29.png",
|
|
391
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.syn-0x0f2d719407fdbeff09d87557abb7232601fd9f29.png",
|
|
452
392
|
ticker: "SYN",
|
|
453
393
|
},
|
|
454
394
|
{
|
|
@@ -458,7 +398,7 @@ export const list = {
|
|
|
458
398
|
decimals: 18,
|
|
459
399
|
identifier: "ETH.TOKE-0X2E9D63788249371F1DFC918A52F8D799F4A38C94",
|
|
460
400
|
logoURI:
|
|
461
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.toke-0x2e9d63788249371f1dfc918a52f8d799f4a38c94.png",
|
|
401
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.toke-0x2e9d63788249371f1dfc918a52f8d799f4a38c94.png",
|
|
462
402
|
ticker: "TOKE",
|
|
463
403
|
},
|
|
464
404
|
{
|
|
@@ -468,7 +408,7 @@ export const list = {
|
|
|
468
408
|
decimals: 18,
|
|
469
409
|
identifier: "ETH.UNI-0X1F9840A85D5AF5BF1D1762F925BDADDC4201F984",
|
|
470
410
|
logoURI:
|
|
471
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.uni-0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png",
|
|
411
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.uni-0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png",
|
|
472
412
|
ticker: "UNI",
|
|
473
413
|
},
|
|
474
414
|
{
|
|
@@ -478,7 +418,7 @@ export const list = {
|
|
|
478
418
|
decimals: 6,
|
|
479
419
|
identifier: "ETH.USDC-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48",
|
|
480
420
|
logoURI:
|
|
481
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",
|
|
421
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",
|
|
482
422
|
ticker: "USDC",
|
|
483
423
|
},
|
|
484
424
|
{
|
|
@@ -488,7 +428,7 @@ export const list = {
|
|
|
488
428
|
decimals: 6,
|
|
489
429
|
identifier: "ETH.USDT-0XDAC17F958D2EE523A2206206994597C13D831EC7",
|
|
490
430
|
logoURI:
|
|
491
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
|
|
431
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
|
|
492
432
|
ticker: "USDT",
|
|
493
433
|
},
|
|
494
434
|
{
|
|
@@ -498,7 +438,7 @@ export const list = {
|
|
|
498
438
|
decimals: 8,
|
|
499
439
|
identifier: "ETH.WBTC-0X2260FAC5E5542A773AA44FBCFEDF7C193BC2C599",
|
|
500
440
|
logoURI:
|
|
501
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.wbtc-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599.png",
|
|
441
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wbtc-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599.png",
|
|
502
442
|
ticker: "WBTC",
|
|
503
443
|
},
|
|
504
444
|
{
|
|
@@ -508,7 +448,7 @@ export const list = {
|
|
|
508
448
|
decimals: 18,
|
|
509
449
|
identifier: "ETH.WETH-0XC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2",
|
|
510
450
|
logoURI:
|
|
511
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.weth-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2.png",
|
|
451
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.weth-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2.png",
|
|
512
452
|
ticker: "WETH",
|
|
513
453
|
},
|
|
514
454
|
{
|
|
@@ -518,7 +458,7 @@ export const list = {
|
|
|
518
458
|
decimals: 18,
|
|
519
459
|
identifier: "ETH.WFLOW-0X5C147E74D63B1D31AA3FD78EB229B65161983B2B",
|
|
520
460
|
logoURI:
|
|
521
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.wflow-0x5c147e74d63b1d31aa3fd78eb229b65161983b2b.png",
|
|
461
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wflow-0x5c147e74d63b1d31aa3fd78eb229b65161983b2b.png",
|
|
522
462
|
ticker: "WFLOW",
|
|
523
463
|
},
|
|
524
464
|
{
|
|
@@ -528,7 +468,7 @@ export const list = {
|
|
|
528
468
|
decimals: 18,
|
|
529
469
|
identifier: "ETH.XSUSHI-0X8798249C2E607446EFB7AD49EC89DD1865FF4272",
|
|
530
470
|
logoURI:
|
|
531
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.xsushi-0x8798249c2e607446efb7ad49ec89dd1865ff4272.png",
|
|
471
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.xsushi-0x8798249c2e607446efb7ad49ec89dd1865ff4272.png",
|
|
532
472
|
ticker: "XSUSHI",
|
|
533
473
|
},
|
|
534
474
|
{
|
|
@@ -538,7 +478,7 @@ export const list = {
|
|
|
538
478
|
decimals: 18,
|
|
539
479
|
identifier: "ETH.YFI-0X0BC529C00C6401AEF6D220BE8C6EA1667F6AD93E",
|
|
540
480
|
logoURI:
|
|
541
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.yfi-0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e.png",
|
|
481
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.yfi-0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e.png",
|
|
542
482
|
ticker: "YFI",
|
|
543
483
|
},
|
|
544
484
|
{
|
|
@@ -548,7 +488,7 @@ export const list = {
|
|
|
548
488
|
decimals: 18,
|
|
549
489
|
identifier: "ETH.YGG-0X25F8087EAD173B73D6E8B84329989A8EEA16CF73",
|
|
550
490
|
logoURI:
|
|
551
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.ygg-0x25f8087ead173b73d6e8b84329989a8eea16cf73.png",
|
|
491
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.ygg-0x25f8087ead173b73d6e8b84329989a8eea16cf73.png",
|
|
552
492
|
ticker: "YGG",
|
|
553
493
|
},
|
|
554
494
|
{
|
|
@@ -558,18 +498,8 @@ export const list = {
|
|
|
558
498
|
decimals: 18,
|
|
559
499
|
identifier: "ETH.YVBOOST-0X9D409A0A012CFBA9B15F6D4B36AC57A46966AB9A",
|
|
560
500
|
logoURI:
|
|
561
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.yvboost-0x9d409a0a012cfba9b15f6d4b36ac57a46966ab9a.png",
|
|
501
|
+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.yvboost-0x9d409a0a012cfba9b15f6d4b36ac57a46966ab9a.png",
|
|
562
502
|
ticker: "YVBOOST",
|
|
563
503
|
},
|
|
564
|
-
{
|
|
565
|
-
address: "0xc5bDdf9843308380375a611c18B50Fb9341f502A",
|
|
566
|
-
chain: "ETH",
|
|
567
|
-
chainId: "1",
|
|
568
|
-
decimals: 18,
|
|
569
|
-
identifier: "ETH.YVECRV-DAO-0XC5BDDF9843308380375A611C18B50FB9341F502A",
|
|
570
|
-
logoURI:
|
|
571
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.yvecrv-dao-0xc5bddf9843308380375a611c18b50fb9341f502a.png",
|
|
572
|
-
ticker: "YVECRV-DAO",
|
|
573
|
-
},
|
|
574
504
|
],
|
|
575
505
|
} as const;
|