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