@swapkit/tokens 2.5.0 → 2.5.2
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 +12 -12
- package/package.json +1 -1
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/jupiter.ts +462 -102
- package/src/tokenLists/mayachain.ts +2 -18
- package/src/tokenLists/oneinch.ts +75 -5
- package/src/tokenLists/pancakeswap.ts +163 -13
- package/src/tokenLists/pangolin_v1.ts +12 -2
- package/src/tokenLists/sushiswap_v2.ts +62 -12
- package/src/tokenLists/thorchain.ts +11 -11
- package/src/tokenLists/traderjoe_v2.ts +58 -138
- package/src/tokenLists/uniswap_v2.ts +644 -224
- package/src/tokenLists/uniswap_v3.ts +801 -912
|
@@ -2,7 +2,7 @@ export const list = {
|
|
|
2
2
|
provider: "THORCHAIN",
|
|
3
3
|
chainId: "thorchain-1",
|
|
4
4
|
name: "THORCHAIN",
|
|
5
|
-
timestamp: "2025-
|
|
5
|
+
timestamp: "2025-05-01T16:02:50.014Z",
|
|
6
6
|
version: {
|
|
7
7
|
major: 1,
|
|
8
8
|
minor: 0,
|
|
@@ -15,10 +15,10 @@ export const list = {
|
|
|
15
15
|
chain: "AVAX",
|
|
16
16
|
chainId: "43114",
|
|
17
17
|
decimals: 18,
|
|
18
|
-
identifier: "AVAX.
|
|
19
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
18
|
+
identifier: "AVAX.ETH",
|
|
19
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/avax.eth.png",
|
|
20
20
|
shortCode: "a",
|
|
21
|
-
ticker: "
|
|
21
|
+
ticker: "ETH",
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
address: "0xfe6b19286885a4f7f55adad09c3cd1f906d2478f",
|
|
@@ -45,10 +45,10 @@ export const list = {
|
|
|
45
45
|
chain: "AVAX",
|
|
46
46
|
chainId: "43114",
|
|
47
47
|
decimals: 6,
|
|
48
|
-
identifier: "AVAX.
|
|
48
|
+
identifier: "AVAX.USDT-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7",
|
|
49
49
|
logoURI:
|
|
50
50
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdt-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7.png",
|
|
51
|
-
ticker: "
|
|
51
|
+
ticker: "USDT",
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
address: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
|
|
@@ -346,9 +346,9 @@ export const list = {
|
|
|
346
346
|
chain: "THOR",
|
|
347
347
|
chainId: "thorchain-1",
|
|
348
348
|
decimals: 8,
|
|
349
|
-
identifier: "THOR.AVAX/
|
|
350
|
-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
351
|
-
ticker: "
|
|
349
|
+
identifier: "THOR.AVAX/ETH",
|
|
350
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/avax.eth.png",
|
|
351
|
+
ticker: "ETH",
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
address: "0xfe6b19286885a4f7f55adad09c3cd1f906d2478f",
|
|
@@ -375,10 +375,10 @@ export const list = {
|
|
|
375
375
|
chain: "THOR",
|
|
376
376
|
chainId: "thorchain-1",
|
|
377
377
|
decimals: 8,
|
|
378
|
-
identifier: "THOR.AVAX/
|
|
378
|
+
identifier: "THOR.AVAX/USDT-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7",
|
|
379
379
|
logoURI:
|
|
380
380
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdt-0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7.png",
|
|
381
|
-
ticker: "
|
|
381
|
+
ticker: "USDT",
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
384
|
chain: "THOR",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "TRADERJOE_V2",
|
|
3
3
|
name: "TRADERJOE_V2",
|
|
4
|
-
timestamp: "2025-
|
|
4
|
+
timestamp: "2025-05-01T16:02:53.081Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: [],
|
|
11
|
-
count:
|
|
11
|
+
count: 63,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0x912CE59144191C1204E64559FE8253a0e49E6548",
|
|
@@ -31,44 +31,34 @@ export const list = {
|
|
|
31
31
|
ticker: "DAI",
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
-
address: "
|
|
34
|
+
address: "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a",
|
|
35
35
|
chain: "ARB",
|
|
36
36
|
chainId: "42161",
|
|
37
37
|
decimals: 18,
|
|
38
|
-
identifier: "ARB.
|
|
39
|
-
logoURI:
|
|
40
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.emdx-0xda71ea8ef58d015de8c5cea8f7b890db3a103e67.png",
|
|
41
|
-
ticker: "EMDX",
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
address: "0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A",
|
|
45
|
-
chain: "ARB",
|
|
46
|
-
chainId: "42161",
|
|
47
|
-
decimals: 6,
|
|
48
|
-
identifier: "ARB.FUSDC-0X4CFA50B7CE747E2D61724FCAC57F24B748FF2B2A",
|
|
38
|
+
identifier: "ARB.GMX-0XFC5A1A6EB076A2C7AD06ED22C90D7E710E35AD0A",
|
|
49
39
|
logoURI:
|
|
50
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
51
|
-
ticker: "
|
|
40
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.gmx-0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a.png",
|
|
41
|
+
ticker: "GMX",
|
|
52
42
|
},
|
|
53
43
|
{
|
|
54
|
-
address: "
|
|
44
|
+
address: "0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07",
|
|
55
45
|
chain: "ARB",
|
|
56
46
|
chainId: "42161",
|
|
57
47
|
decimals: 18,
|
|
58
|
-
identifier: "ARB.
|
|
48
|
+
identifier: "ARB.JOE-0X371C7EC6D8039FF7933A2AA28EB827FFE1F52F07",
|
|
59
49
|
logoURI:
|
|
60
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
61
|
-
ticker: "
|
|
50
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.joe-0x371c7ec6d8039ff7933a2aa28eb827ffe1f52f07.png",
|
|
51
|
+
ticker: "JOE",
|
|
62
52
|
},
|
|
63
53
|
{
|
|
64
|
-
address: "
|
|
54
|
+
address: "0xef261714F7E5ba6b86F4780eb6e3bf26B10729CF",
|
|
65
55
|
chain: "ARB",
|
|
66
56
|
chainId: "42161",
|
|
67
57
|
decimals: 18,
|
|
68
|
-
identifier: "ARB.
|
|
58
|
+
identifier: "ARB.LOTUS-0XEF261714F7E5BA6B86F4780EB6E3BF26B10729CF",
|
|
69
59
|
logoURI:
|
|
70
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
71
|
-
ticker: "
|
|
60
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.lotus-0xef261714f7e5ba6b86f4780eb6e3bf26b10729cf.png",
|
|
61
|
+
ticker: "LOTUS",
|
|
72
62
|
},
|
|
73
63
|
{
|
|
74
64
|
address: "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8",
|
|
@@ -150,16 +140,6 @@ export const list = {
|
|
|
150
140
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.woo-0xcafcd85d8ca7ad1e1c6f82f651fa15e33aefd07b.png",
|
|
151
141
|
ticker: "WOO",
|
|
152
142
|
},
|
|
153
|
-
{
|
|
154
|
-
address: "0x5979D7b546E38E414F7E9822514be443A4800529",
|
|
155
|
-
chain: "ARB",
|
|
156
|
-
chainId: "42161",
|
|
157
|
-
decimals: 18,
|
|
158
|
-
identifier: "ARB.WSTETH-0X5979D7B546E38E414F7E9822514BE443A4800529",
|
|
159
|
-
logoURI:
|
|
160
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.wsteth-0x5979d7b546e38e414f7e9822514be443a4800529.png",
|
|
161
|
-
ticker: "WSTETH",
|
|
162
|
-
},
|
|
163
143
|
{
|
|
164
144
|
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
165
145
|
chain: "ARB",
|
|
@@ -241,24 +221,24 @@ export const list = {
|
|
|
241
221
|
ticker: "BEAM",
|
|
242
222
|
},
|
|
243
223
|
{
|
|
244
|
-
address: "
|
|
224
|
+
address: "0x00697F5F6dc2CA0A17e6c89bCcd1173A61eA24a6",
|
|
245
225
|
chain: "AVAX",
|
|
246
226
|
chainId: "43114",
|
|
247
227
|
decimals: 18,
|
|
248
|
-
identifier: "AVAX.
|
|
228
|
+
identifier: "AVAX.BENSI-0X00697F5F6DC2CA0A17E6C89BCCD1173A61EA24A6",
|
|
249
229
|
logoURI:
|
|
250
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
251
|
-
ticker: "
|
|
230
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.bensi-0x00697f5f6dc2ca0a17e6c89bccd1173a61ea24a6.png",
|
|
231
|
+
ticker: "BENSI",
|
|
252
232
|
},
|
|
253
233
|
{
|
|
254
|
-
address: "
|
|
234
|
+
address: "0xACC95Afa65768aa74044E6f6e267AD6417CD3e55",
|
|
255
235
|
chain: "AVAX",
|
|
256
236
|
chainId: "43114",
|
|
257
237
|
decimals: 18,
|
|
258
|
-
identifier: "AVAX.
|
|
238
|
+
identifier: "AVAX.BOI-0XACC95AFA65768AA74044E6F6E267AD6417CD3E55",
|
|
259
239
|
logoURI:
|
|
260
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
261
|
-
ticker: "
|
|
240
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.boi-0xacc95afa65768aa74044e6f6e267ad6417cd3e55.png",
|
|
241
|
+
ticker: "BOI",
|
|
262
242
|
},
|
|
263
243
|
{
|
|
264
244
|
address: "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
|
|
@@ -270,16 +250,6 @@ export const list = {
|
|
|
270
250
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.btc.b-0x152b9d0fdc40c096757f570a51e494bd4b943e50.png",
|
|
271
251
|
ticker: "BTC.B",
|
|
272
252
|
},
|
|
273
|
-
{
|
|
274
|
-
address: "0xCAFE4aFB0f1D1A8aF4C6dF1FDe7Be88D15ae8bF4",
|
|
275
|
-
chain: "AVAX",
|
|
276
|
-
chainId: "43114",
|
|
277
|
-
decimals: 18,
|
|
278
|
-
identifier: "AVAX.CHAT-0XCAFE4AFB0F1D1A8AF4C6DF1FDE7BE88D15AE8BF4",
|
|
279
|
-
logoURI:
|
|
280
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.chat-0xcafe4afb0f1d1a8af4c6df1fde7be88d15ae8bf4.png",
|
|
281
|
-
ticker: "CHAT",
|
|
282
|
-
},
|
|
283
253
|
{
|
|
284
254
|
address: "0x420FcA0121DC28039145009570975747295f2329",
|
|
285
255
|
chain: "AVAX",
|
|
@@ -290,16 +260,6 @@ export const list = {
|
|
|
290
260
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.coq-0x420fca0121dc28039145009570975747295f2329.png",
|
|
291
261
|
ticker: "COQ",
|
|
292
262
|
},
|
|
293
|
-
{
|
|
294
|
-
address: "0x68e551E7eF4Bf59bf55B233Bb6beA104b168ee24",
|
|
295
|
-
chain: "AVAX",
|
|
296
|
-
chainId: "43114",
|
|
297
|
-
decimals: 18,
|
|
298
|
-
identifier: "AVAX.CWAI-0X68E551E7EF4BF59BF55B233BB6BEA104B168EE24",
|
|
299
|
-
logoURI:
|
|
300
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.cwai-0x68e551e7ef4bf59bf55b233bb6bea104b168ee24.png",
|
|
301
|
-
ticker: "CWAI",
|
|
302
|
-
},
|
|
303
263
|
{
|
|
304
264
|
address: "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
|
|
305
265
|
chain: "AVAX",
|
|
@@ -320,16 +280,6 @@ export const list = {
|
|
|
320
280
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.deusd-0xb57b25851fe2311cc3fe511c8f10e868932e0680.png",
|
|
321
281
|
ticker: "DEUSD",
|
|
322
282
|
},
|
|
323
|
-
{
|
|
324
|
-
address: "0xe533B81297B820D2Eb2cd837263926596328E8D2",
|
|
325
|
-
chain: "AVAX",
|
|
326
|
-
chainId: "43114",
|
|
327
|
-
decimals: 18,
|
|
328
|
-
identifier: "AVAX.EMDX-0XE533B81297B820D2EB2CD837263926596328E8D2",
|
|
329
|
-
logoURI:
|
|
330
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.emdx-0xe533b81297b820d2eb2cd837263926596328e8d2.png",
|
|
331
|
-
ticker: "EMDX",
|
|
332
|
-
},
|
|
333
283
|
{
|
|
334
284
|
address: "0xa77d05fd853af120cD4dB48e73498E0cAbD3F628",
|
|
335
285
|
chain: "AVAX",
|
|
@@ -350,16 +300,6 @@ export const list = {
|
|
|
350
300
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.eurc-0xc891eb4cbdeff6e073e859e987815ed1505c2acd.png",
|
|
351
301
|
ticker: "EURC",
|
|
352
302
|
},
|
|
353
|
-
{
|
|
354
|
-
address: "0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64",
|
|
355
|
-
chain: "AVAX",
|
|
356
|
-
chainId: "43114",
|
|
357
|
-
decimals: 18,
|
|
358
|
-
identifier: "AVAX.FRAX-0XD24C2AD096400B6FBCD2AD8B24E7ACBC21A1DA64",
|
|
359
|
-
logoURI:
|
|
360
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.frax-0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da64.png",
|
|
361
|
-
ticker: "FRAX",
|
|
362
|
-
},
|
|
363
303
|
{
|
|
364
304
|
address: "0xA25EaF2906FA1a3a13EdAc9B9657108Af7B703e3",
|
|
365
305
|
chain: "AVAX",
|
|
@@ -380,26 +320,6 @@ export const list = {
|
|
|
380
320
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.gun-0x26debd39d5ed069770406fca10a0e4f8d2c743eb.png",
|
|
381
321
|
ticker: "GUN",
|
|
382
322
|
},
|
|
383
|
-
{
|
|
384
|
-
address: "0xb014430ec5a7B56224e40850f2afBE10A5bd685d",
|
|
385
|
-
chain: "AVAX",
|
|
386
|
-
chainId: "43114",
|
|
387
|
-
decimals: 18,
|
|
388
|
-
identifier: "AVAX.HP-0XB014430EC5A7B56224E40850F2AFBE10A5BD685D",
|
|
389
|
-
logoURI:
|
|
390
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.hp-0xb014430ec5a7b56224e40850f2afbe10a5bd685d.png",
|
|
391
|
-
ticker: "HP",
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
address: "0x65378b697853568dA9ff8EaB60C13E1Ee9f4a654",
|
|
395
|
-
chain: "AVAX",
|
|
396
|
-
chainId: "43114",
|
|
397
|
-
decimals: 18,
|
|
398
|
-
identifier: "AVAX.HUSKY-0X65378B697853568DA9FF8EAB60C13E1EE9F4A654",
|
|
399
|
-
logoURI:
|
|
400
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.husky-0x65378b697853568da9ff8eab60c13e1ee9f4a654.png",
|
|
401
|
-
ticker: "HUSKY",
|
|
402
|
-
},
|
|
403
323
|
{
|
|
404
324
|
address: "0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd",
|
|
405
325
|
chain: "AVAX",
|
|
@@ -431,34 +351,34 @@ export const list = {
|
|
|
431
351
|
ticker: "L1",
|
|
432
352
|
},
|
|
433
353
|
{
|
|
434
|
-
address: "
|
|
354
|
+
address: "0x130966628846BFd36ff31a822705796e8cb8C18D",
|
|
435
355
|
chain: "AVAX",
|
|
436
356
|
chainId: "43114",
|
|
437
357
|
decimals: 18,
|
|
438
|
-
identifier: "AVAX.
|
|
358
|
+
identifier: "AVAX.MIM-0X130966628846BFD36FF31A822705796E8CB8C18D",
|
|
439
359
|
logoURI:
|
|
440
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
441
|
-
ticker: "
|
|
360
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.mim-0x130966628846bfd36ff31a822705796e8cb8c18d.png",
|
|
361
|
+
ticker: "MIM",
|
|
442
362
|
},
|
|
443
363
|
{
|
|
444
|
-
address: "
|
|
364
|
+
address: "0xF197FFC28c23E0309B5559e7a166f2c6164C80aA",
|
|
445
365
|
chain: "AVAX",
|
|
446
366
|
chainId: "43114",
|
|
447
|
-
decimals:
|
|
448
|
-
identifier: "AVAX.
|
|
367
|
+
decimals: 6,
|
|
368
|
+
identifier: "AVAX.MXNB-0XF197FFC28C23E0309B5559E7A166F2C6164C80AA",
|
|
449
369
|
logoURI:
|
|
450
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
451
|
-
ticker: "
|
|
370
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.mxnb-0xf197ffc28c23e0309b5559e7a166f2c6164c80aa.png",
|
|
371
|
+
ticker: "MXNB",
|
|
452
372
|
},
|
|
453
373
|
{
|
|
454
|
-
address: "
|
|
374
|
+
address: "0xAcFb898Cff266E53278cC0124fC2C7C94C8cB9a5",
|
|
455
375
|
chain: "AVAX",
|
|
456
376
|
chainId: "43114",
|
|
457
377
|
decimals: 18,
|
|
458
|
-
identifier: "AVAX.
|
|
378
|
+
identifier: "AVAX.NOCHILL-0XACFB898CFF266E53278CC0124FC2C7C94C8CB9A5",
|
|
459
379
|
logoURI:
|
|
460
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
461
|
-
ticker: "
|
|
380
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.nochill-0xacfb898cff266e53278cc0124fc2c7c94c8cb9a5.png",
|
|
381
|
+
ticker: "NOCHILL",
|
|
462
382
|
},
|
|
463
383
|
{
|
|
464
384
|
address: "0x8729438EB15e2C8B576fCc6AeCdA6A148776C0F5",
|
|
@@ -480,16 +400,6 @@ export const list = {
|
|
|
480
400
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.redwolf-0xafc1d137a8f0764833d2e74efb2f0b171bc2cd87.png",
|
|
481
401
|
ticker: "REDWOLF",
|
|
482
402
|
},
|
|
483
|
-
{
|
|
484
|
-
address: "0xDf788AD40181894dA035B827cDF55C523bf52F67",
|
|
485
|
-
chain: "AVAX",
|
|
486
|
-
chainId: "43114",
|
|
487
|
-
decimals: 18,
|
|
488
|
-
identifier: "AVAX.RSAVAX-0XDF788AD40181894DA035B827CDF55C523BF52F67",
|
|
489
|
-
logoURI:
|
|
490
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.rsavax-0xdf788ad40181894da035b827cdf55c523bf52f67.png",
|
|
491
|
-
ticker: "RSAVAX",
|
|
492
|
-
},
|
|
493
403
|
{
|
|
494
404
|
address: "0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE",
|
|
495
405
|
chain: "AVAX",
|
|
@@ -541,24 +451,24 @@ export const list = {
|
|
|
541
451
|
ticker: "SOLVBTC",
|
|
542
452
|
},
|
|
543
453
|
{
|
|
544
|
-
address: "
|
|
454
|
+
address: "0x3c780F5cBF94De3EFCec964Af928D08c4508EeBE",
|
|
545
455
|
chain: "AVAX",
|
|
546
456
|
chainId: "43114",
|
|
547
457
|
decimals: 18,
|
|
548
|
-
identifier: "AVAX.
|
|
458
|
+
identifier: "AVAX.SPACEM-0X3C780F5CBF94DE3EFCEC964AF928D08C4508EEBE",
|
|
549
459
|
logoURI:
|
|
550
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
551
|
-
ticker: "
|
|
460
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.spacem-0x3c780f5cbf94de3efcec964af928d08c4508eebe.png",
|
|
461
|
+
ticker: "SPACEM",
|
|
552
462
|
},
|
|
553
463
|
{
|
|
554
|
-
address: "
|
|
464
|
+
address: "0x22bc1c924A6174Eb9b2C98035F8D2f20E8Bc4A1E",
|
|
555
465
|
chain: "AVAX",
|
|
556
466
|
chainId: "43114",
|
|
557
467
|
decimals: 18,
|
|
558
|
-
identifier: "AVAX.
|
|
468
|
+
identifier: "AVAX.SUP-0X22BC1C924A6174EB9B2C98035F8D2F20E8BC4A1E",
|
|
559
469
|
logoURI:
|
|
560
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
561
|
-
ticker: "
|
|
470
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.sup-0x22bc1c924a6174eb9b2c98035f8d2f20e8bc4a1e.png",
|
|
471
|
+
ticker: "SUP",
|
|
562
472
|
},
|
|
563
473
|
{
|
|
564
474
|
address: "0xc50544eD302Ef7863b9063f7De0499D354a9dc81",
|
|
@@ -621,14 +531,14 @@ export const list = {
|
|
|
621
531
|
ticker: "USDT.E",
|
|
622
532
|
},
|
|
623
533
|
{
|
|
624
|
-
address: "
|
|
534
|
+
address: "0x323665443CEf804A3b5206103304BD4872EA4253",
|
|
625
535
|
chain: "AVAX",
|
|
626
536
|
chainId: "43114",
|
|
627
|
-
decimals:
|
|
628
|
-
identifier: "AVAX.
|
|
537
|
+
decimals: 6,
|
|
538
|
+
identifier: "AVAX.USDV-0X323665443CEF804A3B5206103304BD4872EA4253",
|
|
629
539
|
logoURI:
|
|
630
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
631
|
-
ticker: "
|
|
540
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdv-0x323665443cef804a3b5206103304bd4872ea4253.png",
|
|
541
|
+
ticker: "USDV",
|
|
632
542
|
},
|
|
633
543
|
{
|
|
634
544
|
address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
|
|
@@ -670,6 +580,16 @@ export const list = {
|
|
|
670
580
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.weth.e-0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab.png",
|
|
671
581
|
ticker: "WETH.E",
|
|
672
582
|
},
|
|
583
|
+
{
|
|
584
|
+
address: "0x4F94b8AEF08c92fEfe416af073F1Df1E284438EC",
|
|
585
|
+
chain: "AVAX",
|
|
586
|
+
chainId: "43114",
|
|
587
|
+
decimals: 18,
|
|
588
|
+
identifier: "AVAX.WOLF-0X4F94B8AEF08C92FEFE416AF073F1DF1E284438EC",
|
|
589
|
+
logoURI:
|
|
590
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.wolf-0x4f94b8aef08c92fefe416af073f1df1e284438ec.png",
|
|
591
|
+
ticker: "WOLF",
|
|
592
|
+
},
|
|
673
593
|
{
|
|
674
594
|
address: "0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4",
|
|
675
595
|
chain: "AVAX",
|