@swapkit/tokens 2.5.4 → 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 -2
- 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
package/src/tokenLists/kado.ts
DELETED
|
@@ -1,519 +0,0 @@
|
|
|
1
|
-
export const list = {
|
|
2
|
-
provider: "KADO",
|
|
3
|
-
name: "KADO",
|
|
4
|
-
timestamp: "2025-04-08T08:03:27.724Z",
|
|
5
|
-
version: {
|
|
6
|
-
major: 1,
|
|
7
|
-
minor: 0,
|
|
8
|
-
patch: 0,
|
|
9
|
-
},
|
|
10
|
-
keywords: [],
|
|
11
|
-
count: 58,
|
|
12
|
-
tokens: [
|
|
13
|
-
{
|
|
14
|
-
chain: "ARB",
|
|
15
|
-
chainId: "42161",
|
|
16
|
-
decimals: 18,
|
|
17
|
-
identifier: "ARB.ETH",
|
|
18
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/arb.eth.png",
|
|
19
|
-
ticker: "ETH",
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
23
|
-
chain: "ARB",
|
|
24
|
-
chainId: "42161",
|
|
25
|
-
decimals: 6,
|
|
26
|
-
identifier: "ARB.USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
27
|
-
logoURI:
|
|
28
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdc-0xaf88d065e77c8cc2239327c5edb3a432268e5831.png",
|
|
29
|
-
ticker: "USDC",
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
chain: "AVAX",
|
|
33
|
-
chainId: "43114",
|
|
34
|
-
decimals: 18,
|
|
35
|
-
identifier: "AVAX.AVAX",
|
|
36
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/avax.avax.png",
|
|
37
|
-
ticker: "AVAX",
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
|
|
41
|
-
chain: "AVAX",
|
|
42
|
-
chainId: "43114",
|
|
43
|
-
decimals: 6,
|
|
44
|
-
identifier: "AVAX.USDC-0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
|
|
45
|
-
logoURI:
|
|
46
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdc-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e.png",
|
|
47
|
-
ticker: "USDC",
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
chain: "BASE",
|
|
51
|
-
chainId: "8453",
|
|
52
|
-
decimals: 18,
|
|
53
|
-
identifier: "BASE.ETH",
|
|
54
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/base.eth.png",
|
|
55
|
-
ticker: "ETH",
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
59
|
-
chain: "BASE",
|
|
60
|
-
chainId: "8453",
|
|
61
|
-
decimals: 6,
|
|
62
|
-
identifier: "BASE.USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
63
|
-
logoURI:
|
|
64
|
-
"https://storage.googleapis.com/token-list-swapkit/images/base.usdc-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.png",
|
|
65
|
-
ticker: "USDC",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
chain: "BTC",
|
|
69
|
-
chainId: "bitcoin",
|
|
70
|
-
decimals: 18,
|
|
71
|
-
identifier: "BTC.BTC",
|
|
72
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/btc.btc.png",
|
|
73
|
-
ticker: "BTC",
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
chain: "ETH",
|
|
77
|
-
chainId: "1",
|
|
78
|
-
decimals: 18,
|
|
79
|
-
identifier: "ETH.ETH",
|
|
80
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/eth.eth.png",
|
|
81
|
-
ticker: "ETH",
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
address: "0xa5f2211b9b8170f694421f2046281775e8468044",
|
|
85
|
-
chain: "ETH",
|
|
86
|
-
chainId: "1",
|
|
87
|
-
decimals: 18,
|
|
88
|
-
identifier: "ETH.THOR-0xa5f2211b9b8170f694421f2046281775e8468044",
|
|
89
|
-
logoURI:
|
|
90
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.thor-0xa5f2211b9b8170f694421f2046281775e8468044.png",
|
|
91
|
-
ticker: "THOR",
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
95
|
-
chain: "ETH",
|
|
96
|
-
chainId: "1",
|
|
97
|
-
decimals: 6,
|
|
98
|
-
identifier: "ETH.USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
99
|
-
logoURI:
|
|
100
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",
|
|
101
|
-
ticker: "USDC",
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
105
|
-
chain: "ETH",
|
|
106
|
-
chainId: "1",
|
|
107
|
-
decimals: 6,
|
|
108
|
-
identifier: "ETH.USDT-0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
109
|
-
logoURI:
|
|
110
|
-
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
|
|
111
|
-
ticker: "USDT",
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
chain: "FIAT",
|
|
115
|
-
chainId: "fiat",
|
|
116
|
-
decimals: 2,
|
|
117
|
-
identifier: "FIAT.ARS",
|
|
118
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.ars.png",
|
|
119
|
-
ticker: "ARS",
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
chain: "FIAT",
|
|
123
|
-
chainId: "fiat",
|
|
124
|
-
decimals: 2,
|
|
125
|
-
identifier: "FIAT.AUD",
|
|
126
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.aud.png",
|
|
127
|
-
ticker: "AUD",
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
chain: "FIAT",
|
|
131
|
-
chainId: "fiat",
|
|
132
|
-
decimals: 2,
|
|
133
|
-
identifier: "FIAT.BRL",
|
|
134
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.brl.png",
|
|
135
|
-
ticker: "BRL",
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
chain: "FIAT",
|
|
139
|
-
chainId: "fiat",
|
|
140
|
-
decimals: 2,
|
|
141
|
-
identifier: "FIAT.CAD",
|
|
142
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.cad.png",
|
|
143
|
-
ticker: "CAD",
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
chain: "FIAT",
|
|
147
|
-
chainId: "fiat",
|
|
148
|
-
decimals: 2,
|
|
149
|
-
identifier: "FIAT.CHF",
|
|
150
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.chf.png",
|
|
151
|
-
ticker: "CHF",
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
chain: "FIAT",
|
|
155
|
-
chainId: "fiat",
|
|
156
|
-
decimals: 2,
|
|
157
|
-
identifier: "FIAT.CLP",
|
|
158
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.clp.png",
|
|
159
|
-
ticker: "CLP",
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
chain: "FIAT",
|
|
163
|
-
chainId: "fiat",
|
|
164
|
-
decimals: 2,
|
|
165
|
-
identifier: "FIAT.COP",
|
|
166
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.cop.png",
|
|
167
|
-
ticker: "COP",
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
chain: "FIAT",
|
|
171
|
-
chainId: "fiat",
|
|
172
|
-
decimals: 2,
|
|
173
|
-
identifier: "FIAT.CRC",
|
|
174
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.crc.png",
|
|
175
|
-
ticker: "CRC",
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
chain: "FIAT",
|
|
179
|
-
chainId: "fiat",
|
|
180
|
-
decimals: 2,
|
|
181
|
-
identifier: "FIAT.DKK",
|
|
182
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.dkk.png",
|
|
183
|
-
ticker: "DKK",
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
chain: "FIAT",
|
|
187
|
-
chainId: "fiat",
|
|
188
|
-
decimals: 2,
|
|
189
|
-
identifier: "FIAT.EUR",
|
|
190
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.eur.png",
|
|
191
|
-
ticker: "EUR",
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
chain: "FIAT",
|
|
195
|
-
chainId: "fiat",
|
|
196
|
-
decimals: 2,
|
|
197
|
-
identifier: "FIAT.GBP",
|
|
198
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.gbp.png",
|
|
199
|
-
ticker: "GBP",
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
chain: "FIAT",
|
|
203
|
-
chainId: "fiat",
|
|
204
|
-
decimals: 2,
|
|
205
|
-
identifier: "FIAT.INR",
|
|
206
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.inr.png",
|
|
207
|
-
ticker: "INR",
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
chain: "FIAT",
|
|
211
|
-
chainId: "fiat",
|
|
212
|
-
decimals: 2,
|
|
213
|
-
identifier: "FIAT.JPY",
|
|
214
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.jpy.png",
|
|
215
|
-
ticker: "JPY",
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
chain: "FIAT",
|
|
219
|
-
chainId: "fiat",
|
|
220
|
-
decimals: 2,
|
|
221
|
-
identifier: "FIAT.KRW",
|
|
222
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.krw.png",
|
|
223
|
-
ticker: "KRW",
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
chain: "FIAT",
|
|
227
|
-
chainId: "fiat",
|
|
228
|
-
decimals: 2,
|
|
229
|
-
identifier: "FIAT.MXN",
|
|
230
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.mxn.png",
|
|
231
|
-
ticker: "MXN",
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
chain: "FIAT",
|
|
235
|
-
chainId: "fiat",
|
|
236
|
-
decimals: 2,
|
|
237
|
-
identifier: "FIAT.NOK",
|
|
238
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.nok.png",
|
|
239
|
-
ticker: "NOK",
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
chain: "FIAT",
|
|
243
|
-
chainId: "fiat",
|
|
244
|
-
decimals: 2,
|
|
245
|
-
identifier: "FIAT.NZD",
|
|
246
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.nzd.png",
|
|
247
|
-
ticker: "NZD",
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
chain: "FIAT",
|
|
251
|
-
chainId: "fiat",
|
|
252
|
-
decimals: 2,
|
|
253
|
-
identifier: "FIAT.PEN",
|
|
254
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.pen.png",
|
|
255
|
-
ticker: "PEN",
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
chain: "FIAT",
|
|
259
|
-
chainId: "fiat",
|
|
260
|
-
decimals: 2,
|
|
261
|
-
identifier: "FIAT.PHP",
|
|
262
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.php.png",
|
|
263
|
-
ticker: "PHP",
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
chain: "FIAT",
|
|
267
|
-
chainId: "fiat",
|
|
268
|
-
decimals: 2,
|
|
269
|
-
identifier: "FIAT.PLN",
|
|
270
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.pln.png",
|
|
271
|
-
ticker: "PLN",
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
chain: "FIAT",
|
|
275
|
-
chainId: "fiat",
|
|
276
|
-
decimals: 2,
|
|
277
|
-
identifier: "FIAT.SEK",
|
|
278
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.sek.png",
|
|
279
|
-
ticker: "SEK",
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
chain: "FIAT",
|
|
283
|
-
chainId: "fiat",
|
|
284
|
-
decimals: 2,
|
|
285
|
-
identifier: "FIAT.SGD",
|
|
286
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.sgd.png",
|
|
287
|
-
ticker: "SGD",
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
chain: "FIAT",
|
|
291
|
-
chainId: "fiat",
|
|
292
|
-
decimals: 2,
|
|
293
|
-
identifier: "FIAT.TRY",
|
|
294
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.try.png",
|
|
295
|
-
ticker: "TRY",
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
chain: "FIAT",
|
|
299
|
-
chainId: "fiat",
|
|
300
|
-
decimals: 2,
|
|
301
|
-
identifier: "FIAT.TWD",
|
|
302
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.twd.png",
|
|
303
|
-
ticker: "TWD",
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
chain: "FIAT",
|
|
307
|
-
chainId: "fiat",
|
|
308
|
-
decimals: 2,
|
|
309
|
-
identifier: "FIAT.USD",
|
|
310
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.usd.png",
|
|
311
|
-
ticker: "USD",
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
chain: "FIAT",
|
|
315
|
-
chainId: "fiat",
|
|
316
|
-
decimals: 2,
|
|
317
|
-
identifier: "FIAT.UYU",
|
|
318
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.uyu.png",
|
|
319
|
-
ticker: "UYU",
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
chain: "FIAT",
|
|
323
|
-
chainId: "fiat",
|
|
324
|
-
decimals: 2,
|
|
325
|
-
identifier: "FIAT.VND",
|
|
326
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.vnd.png",
|
|
327
|
-
ticker: "VND",
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
address: "uatom",
|
|
331
|
-
chain: "GAIA",
|
|
332
|
-
chainId: "cosmoshub-4",
|
|
333
|
-
decimals: 6,
|
|
334
|
-
identifier: "GAIA.ATOM-uatom",
|
|
335
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/gaia.atom-uatom.png",
|
|
336
|
-
ticker: "ATOM",
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
address: "ibc/27394fb092d2eccd56123c74f36e4c1f926001ceada9ca97ea622b25f41e5eb2",
|
|
340
|
-
chain: "KUJI",
|
|
341
|
-
chainId: "kaiyo-1",
|
|
342
|
-
decimals: 6,
|
|
343
|
-
identifier: "KUJI.ATOM-ibc/27394fb092d2eccd56123c74f36e4c1f926001ceada9ca97ea622b25f41e5eb2",
|
|
344
|
-
logoURI:
|
|
345
|
-
"https://storage.googleapis.com/token-list-swapkit/images/kuji.atom-ibc/27394fb092d2eccd56123c74f36e4c1f926001ceada9ca97ea622b25f41e5eb2.png",
|
|
346
|
-
ticker: "ATOM",
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
address: "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
|
|
350
|
-
chain: "KUJI",
|
|
351
|
-
chainId: "kaiyo-1",
|
|
352
|
-
decimals: 6,
|
|
353
|
-
identifier:
|
|
354
|
-
"KUJI.axlUSDC-ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
|
|
355
|
-
logoURI:
|
|
356
|
-
"https://storage.googleapis.com/token-list-swapkit/images/kuji.axlusdc-ibc/295548a78785a1007f232de286149a6ff512f180af5657780fc89c009e2c348f.png",
|
|
357
|
-
ticker: "axlUSDC",
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
address: "ukuji",
|
|
361
|
-
chain: "KUJI",
|
|
362
|
-
chainId: "kaiyo-1",
|
|
363
|
-
decimals: 6,
|
|
364
|
-
identifier: "KUJI.KUJI-ukuji",
|
|
365
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/kuji.kuji-ukuji.png",
|
|
366
|
-
ticker: "KUJI",
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
chain: "KUJI",
|
|
370
|
-
chainId: "kaiyo-1",
|
|
371
|
-
decimals: 6,
|
|
372
|
-
identifier: "KUJI.stATOM",
|
|
373
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/kuji.statom.png",
|
|
374
|
-
ticker: "stATOM",
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
address: "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
|
|
378
|
-
chain: "KUJI",
|
|
379
|
-
chainId: "kaiyo-1",
|
|
380
|
-
decimals: 6,
|
|
381
|
-
identifier: "KUJI.USDC-ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
|
|
382
|
-
logoURI:
|
|
383
|
-
"https://storage.googleapis.com/token-list-swapkit/images/kuji.usdc-ibc/fe98aad68f02f03565e9fa39a5e627946699b2b07115889ed812d8ba639576a9.png",
|
|
384
|
-
ticker: "USDC",
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
chain: "LTC",
|
|
388
|
-
chainId: "litecoin",
|
|
389
|
-
decimals: 8,
|
|
390
|
-
identifier: "LTC.LTC",
|
|
391
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/ltc.ltc.png",
|
|
392
|
-
ticker: "LTC",
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
chain: "OP",
|
|
396
|
-
chainId: "10",
|
|
397
|
-
decimals: 18,
|
|
398
|
-
identifier: "OP.ETH",
|
|
399
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/op.eth.png",
|
|
400
|
-
ticker: "ETH",
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
address: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
|
|
404
|
-
chain: "OP",
|
|
405
|
-
chainId: "10",
|
|
406
|
-
decimals: 6,
|
|
407
|
-
identifier: "OP.USDC-0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
|
|
408
|
-
logoURI:
|
|
409
|
-
"https://storage.googleapis.com/token-list-swapkit/images/op.usdc-0x0b2c639c533813f4aa9d7837caf62653d097ff85.png",
|
|
410
|
-
ticker: "USDC",
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
address: "3B5wuUrMEi5yATD7on46hKfej3pfmd7t1RKgrsN3pump",
|
|
414
|
-
chain: "SOL",
|
|
415
|
-
chainId: "solana",
|
|
416
|
-
decimals: 6,
|
|
417
|
-
identifier: "SOL.BILLY-3B5wuUrMEi5yATD7on46hKfej3pfmd7t1RKgrsN3pump",
|
|
418
|
-
logoURI:
|
|
419
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.billy-3b5wuurmei5yatd7on46hkfej3pfmd7t1rkgrsn3pump.png",
|
|
420
|
-
ticker: "BILLY",
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
address: "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
|
|
424
|
-
chain: "SOL",
|
|
425
|
-
chainId: "solana",
|
|
426
|
-
decimals: 5,
|
|
427
|
-
identifier: "SOL.BONK-DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
|
|
428
|
-
logoURI:
|
|
429
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.bonk-dezxaz8z7pnrnrjjz3wxborgixca6xjnb7yab1ppb263.png",
|
|
430
|
-
ticker: "BONK",
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
address: "9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
|
|
434
|
-
chain: "SOL",
|
|
435
|
-
chainId: "solana",
|
|
436
|
-
decimals: 6,
|
|
437
|
-
identifier: "SOL.FARTCOIN-9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
|
|
438
|
-
logoURI:
|
|
439
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.fartcoin-9bb6nfecjbctnnlfko2fqvqbq8hhm13kcyycdqbgpump.png",
|
|
440
|
-
ticker: "FARTCOIN",
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
address: "CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump",
|
|
444
|
-
chain: "SOL",
|
|
445
|
-
chainId: "solana",
|
|
446
|
-
decimals: 6,
|
|
447
|
-
identifier: "SOL.GOAT-CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump",
|
|
448
|
-
logoURI:
|
|
449
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.goat-czlsujwblfssjncfkh59rufqvafwcy5tzedwjsuypump.png",
|
|
450
|
-
ticker: "GOAT",
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
address: "AZsHEMXd36Bj1EMNXhowJajpUXzrKcK57wW4ZGXVa7yR",
|
|
454
|
-
chain: "SOL",
|
|
455
|
-
chainId: "solana",
|
|
456
|
-
decimals: 6,
|
|
457
|
-
identifier: "SOL.GUAC-AZsHEMXd36Bj1EMNXhowJajpUXzrKcK57wW4ZGXVa7yR",
|
|
458
|
-
logoURI:
|
|
459
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.guac-azshemxd36bj1emnxhowjajpuxzrkck57ww4zgxva7yr.png",
|
|
460
|
-
ticker: "GUAC",
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
address: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
|
|
464
|
-
chain: "SOL",
|
|
465
|
-
chainId: "solana",
|
|
466
|
-
decimals: 6,
|
|
467
|
-
identifier: "SOL.JUP-JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
|
|
468
|
-
logoURI:
|
|
469
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.jup-jupyiwryjfskupiha7hker8vutaefosybkedznsdvcn.png",
|
|
470
|
-
ticker: "JUP",
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
address: "ED5nyyWEzpPPiWimP8vYm7sD7TD3LAt3Q3gRTWHzPJBY",
|
|
474
|
-
chain: "SOL",
|
|
475
|
-
chainId: "solana",
|
|
476
|
-
decimals: 6,
|
|
477
|
-
identifier: "SOL.MOODENG-ED5nyyWEzpPPiWimP8vYm7sD7TD3LAt3Q3gRTWHzPJBY",
|
|
478
|
-
logoURI:
|
|
479
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.moodeng-ed5nyywezpppiwimp8vym7sd7td3lat3q3grtwhzpjby.png",
|
|
480
|
-
ticker: "MOODENG",
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
chain: "SOL",
|
|
484
|
-
chainId: "solana",
|
|
485
|
-
decimals: 9,
|
|
486
|
-
identifier: "SOL.SOL",
|
|
487
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/sol.sol.png",
|
|
488
|
-
ticker: "SOL",
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
address: "UPTx1d24aBWuRgwxVnFmX4gNraj3QGFzL3QqBgxtWQG",
|
|
492
|
-
chain: "SOL",
|
|
493
|
-
chainId: "solana",
|
|
494
|
-
decimals: 9,
|
|
495
|
-
identifier: "SOL.UPT-UPTx1d24aBWuRgwxVnFmX4gNraj3QGFzL3QqBgxtWQG",
|
|
496
|
-
logoURI:
|
|
497
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.upt-uptx1d24abwurgwxvnfmx4gnraj3qgfzl3qqbgxtwqg.png",
|
|
498
|
-
ticker: "UPT",
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
address: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
502
|
-
chain: "SOL",
|
|
503
|
-
chainId: "solana",
|
|
504
|
-
decimals: 6,
|
|
505
|
-
identifier: "SOL.USDC-EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
506
|
-
logoURI:
|
|
507
|
-
"https://storage.googleapis.com/token-list-swapkit/images/sol.usdc-epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v.png",
|
|
508
|
-
ticker: "USDC",
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
chain: "THOR",
|
|
512
|
-
chainId: "thorchain-1",
|
|
513
|
-
decimals: 8,
|
|
514
|
-
identifier: "THOR.RUNE",
|
|
515
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/thor.rune.png",
|
|
516
|
-
ticker: "RUNE",
|
|
517
|
-
},
|
|
518
|
-
],
|
|
519
|
-
} as const;
|