@swapkit/tokens 2.3.0 → 2.4.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 -15
- package/package.json +1 -1
- package/src/tokenLists/camelot_v3.ts +92 -2
- package/src/tokenLists/caviar_v1.ts +1 -1
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/index.ts +1 -1
- package/src/tokenLists/jupiter.ts +12625 -11405
- package/src/tokenLists/kado.ts +2 -2
- package/src/tokenLists/mayachain.ts +1 -1
- package/src/tokenLists/oneinch.ts +156 -296
- package/src/tokenLists/pangolin_v1.ts +2 -12
- package/src/tokenLists/sushiswap_v2.ts +2 -122
- package/src/tokenLists/thorchain.ts +4 -4
- package/src/tokenLists/traderjoe_v2.ts +195 -355
- package/src/tokenLists/uniswap_v2.ts +176 -186
- package/src/tokenLists/uniswap_v3.ts +1980 -290
|
@@ -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-03-14T08:31:23.044Z",
|
|
5
5
|
version: {
|
|
6
6
|
major: 1,
|
|
7
7
|
minor: 0,
|
|
8
8
|
patch: 0,
|
|
9
9
|
},
|
|
10
10
|
keywords: [],
|
|
11
|
-
count:
|
|
11
|
+
count: 126,
|
|
12
12
|
tokens: [
|
|
13
13
|
{
|
|
14
14
|
address: "0x912CE59144191C1204E64559FE8253a0e49E6548",
|
|
@@ -41,14 +41,14 @@ export const list = {
|
|
|
41
41
|
ticker: "EZETH",
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
address: "
|
|
44
|
+
address: "0x894134a25a5faC1c2C26F1d8fBf05111a3CB9487",
|
|
45
45
|
chain: "ARB",
|
|
46
46
|
chainId: "42161",
|
|
47
|
-
decimals:
|
|
48
|
-
identifier: "ARB.
|
|
47
|
+
decimals: 18,
|
|
48
|
+
identifier: "ARB.GRAI-0X894134A25A5FAC1C2C26F1D8FBF05111A3CB9487",
|
|
49
49
|
logoURI:
|
|
50
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.
|
|
51
|
-
ticker: "
|
|
50
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.grai-0x894134a25a5fac1c2c26f1d8fbf05111a3cb9487.png",
|
|
51
|
+
ticker: "GRAI",
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
address: "0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07",
|
|
@@ -60,6 +60,26 @@ export const list = {
|
|
|
60
60
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.joe-0x371c7ec6d8039ff7933a2aa28eb827ffe1f52f07.png",
|
|
61
61
|
ticker: "JOE",
|
|
62
62
|
},
|
|
63
|
+
{
|
|
64
|
+
address: "0xef261714F7E5ba6b86F4780eb6e3bf26B10729CF",
|
|
65
|
+
chain: "ARB",
|
|
66
|
+
chainId: "42161",
|
|
67
|
+
decimals: 18,
|
|
68
|
+
identifier: "ARB.LOTUS-0XEF261714F7E5BA6B86F4780EB6E3BF26B10729CF",
|
|
69
|
+
logoURI:
|
|
70
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.lotus-0xef261714f7e5ba6b86f4780eb6e3bf26b10729cf.png",
|
|
71
|
+
ticker: "LOTUS",
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
address: "0xDCbf4CB83d27C408B30dD7F39bfcabD7176B1Ba3",
|
|
75
|
+
chain: "ARB",
|
|
76
|
+
chainId: "42161",
|
|
77
|
+
decimals: 18,
|
|
78
|
+
identifier: "ARB.OOE-0XDCBF4CB83D27C408B30DD7F39BFCABD7176B1BA3",
|
|
79
|
+
logoURI:
|
|
80
|
+
"https://storage.googleapis.com/token-list-swapkit/images/arb.ooe-0xdcbf4cb83d27c408b30dd7f39bfcabd7176b1ba3.png",
|
|
81
|
+
ticker: "OOE",
|
|
82
|
+
},
|
|
63
83
|
{
|
|
64
84
|
address: "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8",
|
|
65
85
|
chain: "ARB",
|
|
@@ -130,26 +150,6 @@ export const list = {
|
|
|
130
150
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdt-0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9.png",
|
|
131
151
|
ticker: "USDT",
|
|
132
152
|
},
|
|
133
|
-
{
|
|
134
|
-
address: "0x323665443CEf804A3b5206103304BD4872EA4253",
|
|
135
|
-
chain: "ARB",
|
|
136
|
-
chainId: "42161",
|
|
137
|
-
decimals: 6,
|
|
138
|
-
identifier: "ARB.USDV-0X323665443CEF804A3B5206103304BD4872EA4253",
|
|
139
|
-
logoURI:
|
|
140
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdv-0x323665443cef804a3b5206103304bd4872ea4253.png",
|
|
141
|
-
ticker: "USDV",
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
address: "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
|
|
145
|
-
chain: "ARB",
|
|
146
|
-
chainId: "42161",
|
|
147
|
-
decimals: 8,
|
|
148
|
-
identifier: "ARB.WBTC-0X2F2A2543B76A4166549F7AAB2E75BEF0AEFC5B0F",
|
|
149
|
-
logoURI:
|
|
150
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.wbtc-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f.png",
|
|
151
|
-
ticker: "WBTC",
|
|
152
|
-
},
|
|
153
153
|
{
|
|
154
154
|
address: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
155
155
|
chain: "ARB",
|
|
@@ -170,46 +170,6 @@ export const list = {
|
|
|
170
170
|
"https://storage.googleapis.com/token-list-swapkit/images/arb.woo-0xcafcd85d8ca7ad1e1c6f82f651fa15e33aefd07b.png",
|
|
171
171
|
ticker: "WOO",
|
|
172
172
|
},
|
|
173
|
-
{
|
|
174
|
-
address: "0x5979D7b546E38E414F7E9822514be443A4800529",
|
|
175
|
-
chain: "ARB",
|
|
176
|
-
chainId: "42161",
|
|
177
|
-
decimals: 18,
|
|
178
|
-
identifier: "ARB.WSTETH-0X5979D7B546E38E414F7E9822514BE443A4800529",
|
|
179
|
-
logoURI:
|
|
180
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.wsteth-0x5979d7b546e38e414f7e9822514be443a4800529.png",
|
|
181
|
-
ticker: "WSTETH",
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
185
|
-
chain: "ARB",
|
|
186
|
-
chainId: "42161",
|
|
187
|
-
decimals: 18,
|
|
188
|
-
identifier: "ARB.ZRO-0X6985884C4392D348587B19CB9EAAF157F13271CD",
|
|
189
|
-
logoURI:
|
|
190
|
-
"https://storage.googleapis.com/token-list-swapkit/images/arb.zro-0x6985884c4392d348587b19cb9eaaf157f13271cd.png",
|
|
191
|
-
ticker: "ZRO",
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
address: "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57",
|
|
195
|
-
chain: "AVAX",
|
|
196
|
-
chainId: "43114",
|
|
197
|
-
decimals: 18,
|
|
198
|
-
identifier: "AVAX.AGEUR-0XAEC8318A9A59BAEB39861D10FF6C7F7BF1F96C57",
|
|
199
|
-
logoURI:
|
|
200
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ageur-0xaec8318a9a59baeb39861d10ff6c7f7bf1f96c57.png",
|
|
201
|
-
ticker: "AGEUR",
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
address: "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57",
|
|
205
|
-
chain: "AVAX",
|
|
206
|
-
chainId: "43114",
|
|
207
|
-
decimals: 18,
|
|
208
|
-
identifier: "AVAX.AGEUR-0XAEC8318A9A59BAEB39861D10FF6C7F7BF1F96C57",
|
|
209
|
-
logoURI:
|
|
210
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ageur-0xaec8318a9a59baeb39861d10ff6c7f7bf1f96c57.png",
|
|
211
|
-
ticker: "AGEUR",
|
|
212
|
-
},
|
|
213
173
|
{
|
|
214
174
|
address: "0x093783055F9047C2BfF99c4e414501F8A147bC69",
|
|
215
175
|
chain: "AVAX",
|
|
@@ -330,46 +290,6 @@ export const list = {
|
|
|
330
290
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.ausd-0xabe7a9dfda35230ff60d1590a929ae0644c47dc1.png",
|
|
331
291
|
ticker: "AUSD",
|
|
332
292
|
},
|
|
333
|
-
{
|
|
334
|
-
address: "0x68327a91E79f87F501bC8522fc333FB7A72393cb",
|
|
335
|
-
chain: "AVAX",
|
|
336
|
-
chainId: "43114",
|
|
337
|
-
decimals: 18,
|
|
338
|
-
identifier: "AVAX.AUX-0X68327A91E79F87F501BC8522FC333FB7A72393CB",
|
|
339
|
-
logoURI:
|
|
340
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.aux-0x68327a91e79f87f501bc8522fc333fb7a72393cb.png",
|
|
341
|
-
ticker: "AUX",
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
address: "0x68327a91E79f87F501bC8522fc333FB7A72393cb",
|
|
345
|
-
chain: "AVAX",
|
|
346
|
-
chainId: "43114",
|
|
347
|
-
decimals: 18,
|
|
348
|
-
identifier: "AVAX.AUX-0X68327A91E79F87F501BC8522FC333FB7A72393CB",
|
|
349
|
-
logoURI:
|
|
350
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.aux-0x68327a91e79f87f501bc8522fc333fb7a72393cb.png",
|
|
351
|
-
ticker: "AUX",
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
address: "0x8c8d2a7d8d9CF26F5ee1BbFc0bA56e93F4A4A7aC",
|
|
355
|
-
chain: "AVAX",
|
|
356
|
-
chainId: "43114",
|
|
357
|
-
decimals: 18,
|
|
358
|
-
identifier: "AVAX.AVAXAI-0X8C8D2A7D8D9CF26F5EE1BBFC0BA56E93F4A4A7AC",
|
|
359
|
-
logoURI:
|
|
360
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.avaxai-0x8c8d2a7d8d9cf26f5ee1bbfc0ba56e93f4a4a7ac.png",
|
|
361
|
-
ticker: "AVAXAI",
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
address: "0x8c8d2a7d8d9CF26F5ee1BbFc0bA56e93F4A4A7aC",
|
|
365
|
-
chain: "AVAX",
|
|
366
|
-
chainId: "43114",
|
|
367
|
-
decimals: 18,
|
|
368
|
-
identifier: "AVAX.AVAXAI-0X8C8D2A7D8D9CF26F5EE1BBFC0BA56E93F4A4A7AC",
|
|
369
|
-
logoURI:
|
|
370
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.avaxai-0x8c8d2a7d8d9cf26f5ee1bbfc0ba56e93f4a4a7ac.png",
|
|
371
|
-
ticker: "AVAXAI",
|
|
372
|
-
},
|
|
373
293
|
{
|
|
374
294
|
address: "0x24dE8771bC5DdB3362Db529Fc3358F2df3A0E346",
|
|
375
295
|
chain: "AVAX",
|
|
@@ -411,24 +331,44 @@ export const list = {
|
|
|
411
331
|
ticker: "BEAM",
|
|
412
332
|
},
|
|
413
333
|
{
|
|
414
|
-
address: "
|
|
334
|
+
address: "0xCA30c93B02514f86d5C86a6e375E3A330B435Fb5",
|
|
335
|
+
chain: "AVAX",
|
|
336
|
+
chainId: "43114",
|
|
337
|
+
decimals: 18,
|
|
338
|
+
identifier: "AVAX.BIB01-0XCA30C93B02514F86D5C86A6E375E3A330B435FB5",
|
|
339
|
+
logoURI:
|
|
340
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.bib01-0xca30c93b02514f86d5c86a6e375e3a330b435fb5.png",
|
|
341
|
+
ticker: "BIB01",
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
address: "0xCA30c93B02514f86d5C86a6e375E3A330B435Fb5",
|
|
345
|
+
chain: "AVAX",
|
|
346
|
+
chainId: "43114",
|
|
347
|
+
decimals: 18,
|
|
348
|
+
identifier: "AVAX.BIB01-0XCA30C93B02514F86D5C86A6E375E3A330B435FB5",
|
|
349
|
+
logoURI:
|
|
350
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.bib01-0xca30c93b02514f86d5c86a6e375e3a330b435fb5.png",
|
|
351
|
+
ticker: "BIB01",
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
address: "0x0f669808d88B2b0b3D23214DCD2a1cc6A8B1B5cd",
|
|
415
355
|
chain: "AVAX",
|
|
416
356
|
chainId: "43114",
|
|
417
357
|
decimals: 18,
|
|
418
|
-
identifier: "AVAX.
|
|
358
|
+
identifier: "AVAX.BLUB-0X0F669808D88B2B0B3D23214DCD2A1CC6A8B1B5CD",
|
|
419
359
|
logoURI:
|
|
420
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
421
|
-
ticker: "
|
|
360
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.blub-0x0f669808d88b2b0b3d23214dcd2a1cc6a8b1b5cd.png",
|
|
361
|
+
ticker: "BLUB",
|
|
422
362
|
},
|
|
423
363
|
{
|
|
424
|
-
address: "
|
|
364
|
+
address: "0x0f669808d88B2b0b3D23214DCD2a1cc6A8B1B5cd",
|
|
425
365
|
chain: "AVAX",
|
|
426
366
|
chainId: "43114",
|
|
427
367
|
decimals: 18,
|
|
428
|
-
identifier: "AVAX.
|
|
368
|
+
identifier: "AVAX.BLUB-0X0F669808D88B2B0B3D23214DCD2A1CC6A8B1B5CD",
|
|
429
369
|
logoURI:
|
|
430
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
431
|
-
ticker: "
|
|
370
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.blub-0x0f669808d88b2b0b3d23214dcd2a1cc6a8b1b5cd.png",
|
|
371
|
+
ticker: "BLUB",
|
|
432
372
|
},
|
|
433
373
|
{
|
|
434
374
|
address: "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
|
|
@@ -451,24 +391,24 @@ export const list = {
|
|
|
451
391
|
ticker: "BTC.B",
|
|
452
392
|
},
|
|
453
393
|
{
|
|
454
|
-
address: "
|
|
394
|
+
address: "0xf65645a42609f6b44E2EC158A3Dc2b6CfC97093f",
|
|
455
395
|
chain: "AVAX",
|
|
456
396
|
chainId: "43114",
|
|
457
397
|
decimals: 18,
|
|
458
|
-
identifier: "AVAX.
|
|
398
|
+
identifier: "AVAX.BURRITOAI-0XF65645A42609F6B44E2EC158A3DC2B6CFC97093F",
|
|
459
399
|
logoURI:
|
|
460
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
461
|
-
ticker: "
|
|
400
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.burritoai-0xf65645a42609f6b44e2ec158a3dc2b6cfc97093f.png",
|
|
401
|
+
ticker: "BURRITOAI",
|
|
462
402
|
},
|
|
463
403
|
{
|
|
464
|
-
address: "
|
|
404
|
+
address: "0xf65645a42609f6b44E2EC158A3Dc2b6CfC97093f",
|
|
465
405
|
chain: "AVAX",
|
|
466
406
|
chainId: "43114",
|
|
467
407
|
decimals: 18,
|
|
468
|
-
identifier: "AVAX.
|
|
408
|
+
identifier: "AVAX.BURRITOAI-0XF65645A42609F6B44E2EC158A3DC2B6CFC97093F",
|
|
469
409
|
logoURI:
|
|
470
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
471
|
-
ticker: "
|
|
410
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.burritoai-0xf65645a42609f6b44e2ec158a3dc2b6cfc97093f.png",
|
|
411
|
+
ticker: "BURRITOAI",
|
|
472
412
|
},
|
|
473
413
|
{
|
|
474
414
|
address: "0xCAFE4aFB0f1D1A8aF4C6dF1FDe7Be88D15ae8bF4",
|
|
@@ -510,46 +450,6 @@ export const list = {
|
|
|
510
450
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.coq-0x420fca0121dc28039145009570975747295f2329.png",
|
|
511
451
|
ticker: "COQ",
|
|
512
452
|
},
|
|
513
|
-
{
|
|
514
|
-
address: "0xE7d69acbc00D0EC5d9c02162310EE21DAA77f69C",
|
|
515
|
-
chain: "AVAX",
|
|
516
|
-
chainId: "43114",
|
|
517
|
-
decimals: 18,
|
|
518
|
-
identifier: "AVAX.COQAI-0XE7D69ACBC00D0EC5D9C02162310EE21DAA77F69C",
|
|
519
|
-
logoURI:
|
|
520
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.coqai-0xe7d69acbc00d0ec5d9c02162310ee21daa77f69c.png",
|
|
521
|
-
ticker: "COQAI",
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
address: "0xE7d69acbc00D0EC5d9c02162310EE21DAA77f69C",
|
|
525
|
-
chain: "AVAX",
|
|
526
|
-
chainId: "43114",
|
|
527
|
-
decimals: 18,
|
|
528
|
-
identifier: "AVAX.COQAI-0XE7D69ACBC00D0EC5D9C02162310EE21DAA77F69C",
|
|
529
|
-
logoURI:
|
|
530
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.coqai-0xe7d69acbc00d0ec5d9c02162310ee21daa77f69c.png",
|
|
531
|
-
ticker: "COQAI",
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
address: "0x68e551E7eF4Bf59bf55B233Bb6beA104b168ee24",
|
|
535
|
-
chain: "AVAX",
|
|
536
|
-
chainId: "43114",
|
|
537
|
-
decimals: 18,
|
|
538
|
-
identifier: "AVAX.CWAI-0X68E551E7EF4BF59BF55B233BB6BEA104B168EE24",
|
|
539
|
-
logoURI:
|
|
540
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.cwai-0x68e551e7ef4bf59bf55b233bb6bea104b168ee24.png",
|
|
541
|
-
ticker: "CWAI",
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
address: "0x68e551E7eF4Bf59bf55B233Bb6beA104b168ee24",
|
|
545
|
-
chain: "AVAX",
|
|
546
|
-
chainId: "43114",
|
|
547
|
-
decimals: 18,
|
|
548
|
-
identifier: "AVAX.CWAI-0X68E551E7EF4BF59BF55B233BB6BEA104B168EE24",
|
|
549
|
-
logoURI:
|
|
550
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.cwai-0x68e551e7ef4bf59bf55b233bb6bea104b168ee24.png",
|
|
551
|
-
ticker: "CWAI",
|
|
552
|
-
},
|
|
553
453
|
{
|
|
554
454
|
address: "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
|
|
555
455
|
chain: "AVAX",
|
|
@@ -610,26 +510,6 @@ export const list = {
|
|
|
610
510
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.eurc-0xc891eb4cbdeff6e073e859e987815ed1505c2acd.png",
|
|
611
511
|
ticker: "EURC",
|
|
612
512
|
},
|
|
613
|
-
{
|
|
614
|
-
address: "0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64",
|
|
615
|
-
chain: "AVAX",
|
|
616
|
-
chainId: "43114",
|
|
617
|
-
decimals: 18,
|
|
618
|
-
identifier: "AVAX.FRAX-0XD24C2AD096400B6FBCD2AD8B24E7ACBC21A1DA64",
|
|
619
|
-
logoURI:
|
|
620
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.frax-0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da64.png",
|
|
621
|
-
ticker: "FRAX",
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
address: "0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64",
|
|
625
|
-
chain: "AVAX",
|
|
626
|
-
chainId: "43114",
|
|
627
|
-
decimals: 18,
|
|
628
|
-
identifier: "AVAX.FRAX-0XD24C2AD096400B6FBCD2AD8B24E7ACBC21A1DA64",
|
|
629
|
-
logoURI:
|
|
630
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.frax-0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da64.png",
|
|
631
|
-
ticker: "FRAX",
|
|
632
|
-
},
|
|
633
513
|
{
|
|
634
514
|
address: "0xA25EaF2906FA1a3a13EdAc9B9657108Af7B703e3",
|
|
635
515
|
chain: "AVAX",
|
|
@@ -650,66 +530,6 @@ export const list = {
|
|
|
650
530
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.ggavax-0xa25eaf2906fa1a3a13edac9b9657108af7b703e3.png",
|
|
651
531
|
ticker: "GGAVAX",
|
|
652
532
|
},
|
|
653
|
-
{
|
|
654
|
-
address: "0x69260B9483F9871ca57f81A90D91E2F96c2Cd11d",
|
|
655
|
-
chain: "AVAX",
|
|
656
|
-
chainId: "43114",
|
|
657
|
-
decimals: 18,
|
|
658
|
-
identifier: "AVAX.GGP-0X69260B9483F9871CA57F81A90D91E2F96C2CD11D",
|
|
659
|
-
logoURI:
|
|
660
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ggp-0x69260b9483f9871ca57f81a90d91e2f96c2cd11d.png",
|
|
661
|
-
ticker: "GGP",
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
address: "0x69260B9483F9871ca57f81A90D91E2F96c2Cd11d",
|
|
665
|
-
chain: "AVAX",
|
|
666
|
-
chainId: "43114",
|
|
667
|
-
decimals: 18,
|
|
668
|
-
identifier: "AVAX.GGP-0X69260B9483F9871CA57F81A90D91E2F96C2CD11D",
|
|
669
|
-
logoURI:
|
|
670
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.ggp-0x69260b9483f9871ca57f81a90d91e2f96c2cd11d.png",
|
|
671
|
-
ticker: "GGP",
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
address: "0x223a368Ad0E7396165FC629976d77596a51F155C",
|
|
675
|
-
chain: "AVAX",
|
|
676
|
-
chainId: "43114",
|
|
677
|
-
decimals: 18,
|
|
678
|
-
identifier: "AVAX.GURS-0X223A368AD0E7396165FC629976D77596A51F155C",
|
|
679
|
-
logoURI:
|
|
680
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.gurs-0x223a368ad0e7396165fc629976d77596a51f155c.png",
|
|
681
|
-
ticker: "GURS",
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
address: "0x223a368Ad0E7396165FC629976d77596a51F155C",
|
|
685
|
-
chain: "AVAX",
|
|
686
|
-
chainId: "43114",
|
|
687
|
-
decimals: 18,
|
|
688
|
-
identifier: "AVAX.GURS-0X223A368AD0E7396165FC629976D77596A51F155C",
|
|
689
|
-
logoURI:
|
|
690
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.gurs-0x223a368ad0e7396165fc629976d77596a51f155c.png",
|
|
691
|
-
ticker: "GURS",
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
address: "0x449Aee3A086E826380957FB9650dB2EDEF5ED25e",
|
|
695
|
-
chain: "AVAX",
|
|
696
|
-
chainId: "43114",
|
|
697
|
-
decimals: 18,
|
|
698
|
-
identifier: "AVAX.HH-0X449AEE3A086E826380957FB9650DB2EDEF5ED25E",
|
|
699
|
-
logoURI:
|
|
700
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.hh-0x449aee3a086e826380957fb9650db2edef5ed25e.png",
|
|
701
|
-
ticker: "HH",
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
address: "0x449Aee3A086E826380957FB9650dB2EDEF5ED25e",
|
|
705
|
-
chain: "AVAX",
|
|
706
|
-
chainId: "43114",
|
|
707
|
-
decimals: 18,
|
|
708
|
-
identifier: "AVAX.HH-0X449AEE3A086E826380957FB9650DB2EDEF5ED25E",
|
|
709
|
-
logoURI:
|
|
710
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.hh-0x449aee3a086e826380957fb9650db2edef5ed25e.png",
|
|
711
|
-
ticker: "HH",
|
|
712
|
-
},
|
|
713
533
|
{
|
|
714
534
|
address: "0xb014430ec5a7B56224e40850f2afBE10A5bd685d",
|
|
715
535
|
chain: "AVAX",
|
|
@@ -730,26 +550,6 @@ export const list = {
|
|
|
730
550
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.hp-0xb014430ec5a7b56224e40850f2afbe10a5bd685d.png",
|
|
731
551
|
ticker: "HP",
|
|
732
552
|
},
|
|
733
|
-
{
|
|
734
|
-
address: "0x65378b697853568dA9ff8EaB60C13E1Ee9f4a654",
|
|
735
|
-
chain: "AVAX",
|
|
736
|
-
chainId: "43114",
|
|
737
|
-
decimals: 18,
|
|
738
|
-
identifier: "AVAX.HUSKY-0X65378B697853568DA9FF8EAB60C13E1EE9F4A654",
|
|
739
|
-
logoURI:
|
|
740
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.husky-0x65378b697853568da9ff8eab60c13e1ee9f4a654.png",
|
|
741
|
-
ticker: "HUSKY",
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
address: "0x65378b697853568dA9ff8EaB60C13E1Ee9f4a654",
|
|
745
|
-
chain: "AVAX",
|
|
746
|
-
chainId: "43114",
|
|
747
|
-
decimals: 18,
|
|
748
|
-
identifier: "AVAX.HUSKY-0X65378B697853568DA9FF8EAB60C13E1EE9F4A654",
|
|
749
|
-
logoURI:
|
|
750
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.husky-0x65378b697853568da9ff8eab60c13e1ee9f4a654.png",
|
|
751
|
-
ticker: "HUSKY",
|
|
752
|
-
},
|
|
753
553
|
{
|
|
754
554
|
address: "0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd",
|
|
755
555
|
chain: "AVAX",
|
|
@@ -791,24 +591,64 @@ export const list = {
|
|
|
791
591
|
ticker: "KET",
|
|
792
592
|
},
|
|
793
593
|
{
|
|
794
|
-
address: "
|
|
594
|
+
address: "0x694200a68B18232916353250955bE220e88c5cBB",
|
|
795
595
|
chain: "AVAX",
|
|
796
596
|
chainId: "43114",
|
|
797
597
|
decimals: 18,
|
|
798
|
-
identifier: "AVAX.
|
|
598
|
+
identifier: "AVAX.KOVIN-0X694200A68B18232916353250955BE220E88C5CBB",
|
|
799
599
|
logoURI:
|
|
800
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
801
|
-
ticker: "
|
|
600
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.kovin-0x694200a68b18232916353250955be220e88c5cbb.png",
|
|
601
|
+
ticker: "KOVIN",
|
|
802
602
|
},
|
|
803
603
|
{
|
|
804
|
-
address: "
|
|
604
|
+
address: "0x694200a68B18232916353250955bE220e88c5cBB",
|
|
805
605
|
chain: "AVAX",
|
|
806
606
|
chainId: "43114",
|
|
807
607
|
decimals: 18,
|
|
808
|
-
identifier: "AVAX.
|
|
608
|
+
identifier: "AVAX.KOVIN-0X694200A68B18232916353250955BE220E88C5CBB",
|
|
809
609
|
logoURI:
|
|
810
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
811
|
-
ticker: "
|
|
610
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.kovin-0x694200a68b18232916353250955be220e88c5cbb.png",
|
|
611
|
+
ticker: "KOVIN",
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
address: "0xFec5906e8470Ea7e2a2242B314A35F4FF42B19e1",
|
|
615
|
+
chain: "AVAX",
|
|
616
|
+
chainId: "43114",
|
|
617
|
+
decimals: 18,
|
|
618
|
+
identifier: "AVAX.L1-0XFEC5906E8470EA7E2A2242B314A35F4FF42B19E1",
|
|
619
|
+
logoURI:
|
|
620
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.l1-0xfec5906e8470ea7e2a2242b314a35f4ff42b19e1.png",
|
|
621
|
+
ticker: "L1",
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
address: "0xFec5906e8470Ea7e2a2242B314A35F4FF42B19e1",
|
|
625
|
+
chain: "AVAX",
|
|
626
|
+
chainId: "43114",
|
|
627
|
+
decimals: 18,
|
|
628
|
+
identifier: "AVAX.L1-0XFEC5906E8470EA7E2A2242B314A35F4FF42B19E1",
|
|
629
|
+
logoURI:
|
|
630
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.l1-0xfec5906e8470ea7e2a2242b314a35f4ff42b19e1.png",
|
|
631
|
+
ticker: "L1",
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
address: "0x22683BbaDD01473969F23709879187705a253763",
|
|
635
|
+
chain: "AVAX",
|
|
636
|
+
chainId: "43114",
|
|
637
|
+
decimals: 18,
|
|
638
|
+
identifier: "AVAX.LIL-0X22683BBADD01473969F23709879187705A253763",
|
|
639
|
+
logoURI:
|
|
640
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.lil-0x22683bbadd01473969f23709879187705a253763.png",
|
|
641
|
+
ticker: "LIL",
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
address: "0x22683BbaDD01473969F23709879187705a253763",
|
|
645
|
+
chain: "AVAX",
|
|
646
|
+
chainId: "43114",
|
|
647
|
+
decimals: 18,
|
|
648
|
+
identifier: "AVAX.LIL-0X22683BBADD01473969F23709879187705A253763",
|
|
649
|
+
logoURI:
|
|
650
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.lil-0x22683bbadd01473969f23709879187705a253763.png",
|
|
651
|
+
ticker: "LIL",
|
|
812
652
|
},
|
|
813
653
|
{
|
|
814
654
|
address: "0x130966628846BFd36ff31a822705796e8cb8C18D",
|
|
@@ -850,26 +690,6 @@ export const list = {
|
|
|
850
690
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.nochill-0xacfb898cff266e53278cc0124fc2c7c94c8cb9a5.png",
|
|
851
691
|
ticker: "NOCHILL",
|
|
852
692
|
},
|
|
853
|
-
{
|
|
854
|
-
address: "0x7a842193D291840FC38B45f991c5B8cC908f8A7C",
|
|
855
|
-
chain: "AVAX",
|
|
856
|
-
chainId: "43114",
|
|
857
|
-
decimals: 18,
|
|
858
|
-
identifier: "AVAX.PLSR-0X7A842193D291840FC38B45F991C5B8CC908F8A7C",
|
|
859
|
-
logoURI:
|
|
860
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.plsr-0x7a842193d291840fc38b45f991c5b8cc908f8a7c.png",
|
|
861
|
-
ticker: "PLSR",
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
address: "0x7a842193D291840FC38B45f991c5B8cC908f8A7C",
|
|
865
|
-
chain: "AVAX",
|
|
866
|
-
chainId: "43114",
|
|
867
|
-
decimals: 18,
|
|
868
|
-
identifier: "AVAX.PLSR-0X7A842193D291840FC38B45F991C5B8CC908F8A7C",
|
|
869
|
-
logoURI:
|
|
870
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.plsr-0x7a842193d291840fc38b45f991c5b8cc908f8a7c.png",
|
|
871
|
-
ticker: "PLSR",
|
|
872
|
-
},
|
|
873
693
|
{
|
|
874
694
|
address: "0x33C8036E99082B0C395374832FECF70c42C7F298",
|
|
875
695
|
chain: "AVAX",
|
|
@@ -910,6 +730,26 @@ export const list = {
|
|
|
910
730
|
"https://storage.googleapis.com/token-list-swapkit/images/avax.qi-0x8729438eb15e2c8b576fcc6aecda6a148776c0f5.png",
|
|
911
731
|
ticker: "QI",
|
|
912
732
|
},
|
|
733
|
+
{
|
|
734
|
+
address: "0xf3E5914cA1F678E0A3a38031B5514682e3450919",
|
|
735
|
+
chain: "AVAX",
|
|
736
|
+
chainId: "43114",
|
|
737
|
+
decimals: 18,
|
|
738
|
+
identifier: "AVAX.QUILL-0XF3E5914CA1F678E0A3A38031B5514682E3450919",
|
|
739
|
+
logoURI:
|
|
740
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.quill-0xf3e5914ca1f678e0a3a38031b5514682e3450919.png",
|
|
741
|
+
ticker: "QUILL",
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
address: "0xf3E5914cA1F678E0A3a38031B5514682e3450919",
|
|
745
|
+
chain: "AVAX",
|
|
746
|
+
chainId: "43114",
|
|
747
|
+
decimals: 18,
|
|
748
|
+
identifier: "AVAX.QUILL-0XF3E5914CA1F678E0A3A38031B5514682E3450919",
|
|
749
|
+
logoURI:
|
|
750
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.quill-0xf3e5914ca1f678e0a3a38031b5514682e3450919.png",
|
|
751
|
+
ticker: "QUILL",
|
|
752
|
+
},
|
|
913
753
|
{
|
|
914
754
|
address: "0xAFc1D137a8F0764833d2E74eFb2F0b171BC2cd87",
|
|
915
755
|
chain: "AVAX",
|
|
@@ -1071,24 +911,24 @@ export const list = {
|
|
|
1071
911
|
ticker: "SPACEM",
|
|
1072
912
|
},
|
|
1073
913
|
{
|
|
1074
|
-
address: "
|
|
914
|
+
address: "0xc50544eD302Ef7863b9063f7De0499D354a9dc81",
|
|
1075
915
|
chain: "AVAX",
|
|
1076
916
|
chainId: "43114",
|
|
1077
917
|
decimals: 18,
|
|
1078
|
-
identifier: "AVAX.
|
|
918
|
+
identifier: "AVAX.TRK-0XC50544ED302EF7863B9063F7DE0499D354A9DC81",
|
|
1079
919
|
logoURI:
|
|
1080
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1081
|
-
ticker: "
|
|
920
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.trk-0xc50544ed302ef7863b9063f7de0499d354a9dc81.png",
|
|
921
|
+
ticker: "TRK",
|
|
1082
922
|
},
|
|
1083
923
|
{
|
|
1084
|
-
address: "
|
|
924
|
+
address: "0xc50544eD302Ef7863b9063f7De0499D354a9dc81",
|
|
1085
925
|
chain: "AVAX",
|
|
1086
926
|
chainId: "43114",
|
|
1087
927
|
decimals: 18,
|
|
1088
|
-
identifier: "AVAX.
|
|
928
|
+
identifier: "AVAX.TRK-0XC50544ED302EF7863B9063F7DE0499D354A9DC81",
|
|
1089
929
|
logoURI:
|
|
1090
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1091
|
-
ticker: "
|
|
930
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.trk-0xc50544ed302ef7863b9063f7de0499d354a9dc81.png",
|
|
931
|
+
ticker: "TRK",
|
|
1092
932
|
},
|
|
1093
933
|
{
|
|
1094
934
|
address: "0xA80F36BA18c7f721F3F7ACDbcDEfd3a86869A036",
|
|
@@ -1191,64 +1031,24 @@ export const list = {
|
|
|
1191
1031
|
ticker: "USDT.E",
|
|
1192
1032
|
},
|
|
1193
1033
|
{
|
|
1194
|
-
address: "
|
|
1195
|
-
chain: "AVAX",
|
|
1196
|
-
chainId: "43114",
|
|
1197
|
-
decimals: 6,
|
|
1198
|
-
identifier: "AVAX.USDV-0X323665443CEF804A3B5206103304BD4872EA4253",
|
|
1199
|
-
logoURI:
|
|
1200
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdv-0x323665443cef804a3b5206103304bd4872ea4253.png",
|
|
1201
|
-
ticker: "USDV",
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
address: "0x323665443CEf804A3b5206103304BD4872EA4253",
|
|
1205
|
-
chain: "AVAX",
|
|
1206
|
-
chainId: "43114",
|
|
1207
|
-
decimals: 6,
|
|
1208
|
-
identifier: "AVAX.USDV-0X323665443CEF804A3B5206103304BD4872EA4253",
|
|
1209
|
-
logoURI:
|
|
1210
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdv-0x323665443cef804a3b5206103304bd4872ea4253.png",
|
|
1211
|
-
ticker: "USDV",
|
|
1212
|
-
},
|
|
1213
|
-
{
|
|
1214
|
-
address: "0x1c7c53aa86B49A28C627B6450091998e447A42f9",
|
|
1034
|
+
address: "0xFF24003428Fb2E969C39EdEe4e9F464b0b78313d",
|
|
1215
1035
|
chain: "AVAX",
|
|
1216
1036
|
chainId: "43114",
|
|
1217
1037
|
decimals: 18,
|
|
1218
|
-
identifier: "AVAX.
|
|
1038
|
+
identifier: "AVAX.WAIFU-0XFF24003428FB2E969C39EDEE4E9F464B0B78313D",
|
|
1219
1039
|
logoURI:
|
|
1220
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1221
|
-
ticker: "
|
|
1040
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.waifu-0xff24003428fb2e969c39edee4e9f464b0b78313d.png",
|
|
1041
|
+
ticker: "WAIFU",
|
|
1222
1042
|
},
|
|
1223
1043
|
{
|
|
1224
|
-
address: "
|
|
1044
|
+
address: "0xFF24003428Fb2E969C39EdEe4e9F464b0b78313d",
|
|
1225
1045
|
chain: "AVAX",
|
|
1226
1046
|
chainId: "43114",
|
|
1227
1047
|
decimals: 18,
|
|
1228
|
-
identifier: "AVAX.
|
|
1048
|
+
identifier: "AVAX.WAIFU-0XFF24003428FB2E969C39EDEE4E9F464B0B78313D",
|
|
1229
1049
|
logoURI:
|
|
1230
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1231
|
-
ticker: "
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
address: "0x77776aB9495729E0939E9bADAf7E7c3312777777",
|
|
1235
|
-
chain: "AVAX",
|
|
1236
|
-
chainId: "43114",
|
|
1237
|
-
decimals: 18,
|
|
1238
|
-
identifier: "AVAX.WABBIT-0X77776AB9495729E0939E9BADAF7E7C3312777777",
|
|
1239
|
-
logoURI:
|
|
1240
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.wabbit-0x77776ab9495729e0939e9badaf7e7c3312777777.png",
|
|
1241
|
-
ticker: "WABBIT",
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
address: "0x77776aB9495729E0939E9bADAf7E7c3312777777",
|
|
1245
|
-
chain: "AVAX",
|
|
1246
|
-
chainId: "43114",
|
|
1247
|
-
decimals: 18,
|
|
1248
|
-
identifier: "AVAX.WABBIT-0X77776AB9495729E0939E9BADAF7E7C3312777777",
|
|
1249
|
-
logoURI:
|
|
1250
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.wabbit-0x77776ab9495729e0939e9badaf7e7c3312777777.png",
|
|
1251
|
-
ticker: "WABBIT",
|
|
1050
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.waifu-0xff24003428fb2e969c39edee4e9f464b0b78313d.png",
|
|
1051
|
+
ticker: "WAIFU",
|
|
1252
1052
|
},
|
|
1253
1053
|
{
|
|
1254
1054
|
address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
|
|
@@ -1331,24 +1131,64 @@ export const list = {
|
|
|
1331
1131
|
ticker: "WETH.E",
|
|
1332
1132
|
},
|
|
1333
1133
|
{
|
|
1334
|
-
address: "
|
|
1134
|
+
address: "0xBae9FfA126310511DAA131f78c7a2B172314E0CB",
|
|
1135
|
+
chain: "AVAX",
|
|
1136
|
+
chainId: "43114",
|
|
1137
|
+
decimals: 18,
|
|
1138
|
+
identifier: "AVAX.WHYPE-0XBAE9FFA126310511DAA131F78C7A2B172314E0CB",
|
|
1139
|
+
logoURI:
|
|
1140
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.whype-0xbae9ffa126310511daa131f78c7a2b172314e0cb.png",
|
|
1141
|
+
ticker: "WHYPE",
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
address: "0xBae9FfA126310511DAA131f78c7a2B172314E0CB",
|
|
1145
|
+
chain: "AVAX",
|
|
1146
|
+
chainId: "43114",
|
|
1147
|
+
decimals: 18,
|
|
1148
|
+
identifier: "AVAX.WHYPE-0XBAE9FFA126310511DAA131F78C7A2B172314E0CB",
|
|
1149
|
+
logoURI:
|
|
1150
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.whype-0xbae9ffa126310511daa131f78c7a2b172314e0cb.png",
|
|
1151
|
+
ticker: "WHYPE",
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
address: "0x7698A5311DA174A95253Ce86C21ca7272b9B05f8",
|
|
1155
|
+
chain: "AVAX",
|
|
1156
|
+
chainId: "43114",
|
|
1157
|
+
decimals: 18,
|
|
1158
|
+
identifier: "AVAX.WINK-0X7698A5311DA174A95253CE86C21CA7272B9B05F8",
|
|
1159
|
+
logoURI:
|
|
1160
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.wink-0x7698a5311da174a95253ce86c21ca7272b9b05f8.png",
|
|
1161
|
+
ticker: "WINK",
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
address: "0x7698A5311DA174A95253Ce86C21ca7272b9B05f8",
|
|
1165
|
+
chain: "AVAX",
|
|
1166
|
+
chainId: "43114",
|
|
1167
|
+
decimals: 18,
|
|
1168
|
+
identifier: "AVAX.WINK-0X7698A5311DA174A95253CE86C21CA7272B9B05F8",
|
|
1169
|
+
logoURI:
|
|
1170
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.wink-0x7698a5311da174a95253ce86c21ca7272b9b05f8.png",
|
|
1171
|
+
ticker: "WINK",
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
address: "0x35A7341Ae0adb31Cb210524D4D02563c061Feac5",
|
|
1335
1175
|
chain: "AVAX",
|
|
1336
1176
|
chainId: "43114",
|
|
1337
1177
|
decimals: 18,
|
|
1338
|
-
identifier: "AVAX.
|
|
1178
|
+
identifier: "AVAX.WOOF-0X35A7341AE0ADB31CB210524D4D02563C061FEAC5",
|
|
1339
1179
|
logoURI:
|
|
1340
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1341
|
-
ticker: "
|
|
1180
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.woof-0x35a7341ae0adb31cb210524d4d02563c061feac5.png",
|
|
1181
|
+
ticker: "WOOF",
|
|
1342
1182
|
},
|
|
1343
1183
|
{
|
|
1344
|
-
address: "
|
|
1184
|
+
address: "0x35A7341Ae0adb31Cb210524D4D02563c061Feac5",
|
|
1345
1185
|
chain: "AVAX",
|
|
1346
1186
|
chainId: "43114",
|
|
1347
1187
|
decimals: 18,
|
|
1348
|
-
identifier: "AVAX.
|
|
1188
|
+
identifier: "AVAX.WOOF-0X35A7341AE0ADB31CB210524D4D02563C061FEAC5",
|
|
1349
1189
|
logoURI:
|
|
1350
|
-
"https://storage.googleapis.com/token-list-swapkit/images/avax.
|
|
1351
|
-
ticker: "
|
|
1190
|
+
"https://storage.googleapis.com/token-list-swapkit/images/avax.woof-0x35a7341ae0adb31cb210524d4d02563c061feac5.png",
|
|
1191
|
+
ticker: "WOOF",
|
|
1352
1192
|
},
|
|
1353
1193
|
{
|
|
1354
1194
|
address: "0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4",
|