@uniswap/unsupported-token-list 6.6.0 → 6.8.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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "Uniswap Labs Unsupported",
3
- "timestamp": "2024-07-15T17:08:06.492Z",
3
+ "timestamp": "2024-10-03T16:14:10.634Z",
4
4
  "version": {
5
5
  "major": 6,
6
- "minor": 6,
6
+ "minor": 8,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -287,6 +287,34 @@
287
287
  "decimals": 18,
288
288
  "symbol": "CAT"
289
289
  },
290
+ {
291
+ "chainId": 1,
292
+ "address": "0xa00453052A36D43A99Ac1ca145DFe4A952cA33B8",
293
+ "name": "Cate",
294
+ "symbol": "CATE",
295
+ "decimals": 18
296
+ },
297
+ {
298
+ "chainId": 1,
299
+ "address": "0xA9971E960aA1926fD583d8f4E8102D49A45C4Bcf",
300
+ "name": "Coinbase Bitcoin",
301
+ "symbol": "cbBTC",
302
+ "decimals": 18
303
+ },
304
+ {
305
+ "chainId": 1,
306
+ "address": "0xE7B782be0E414327E517bdCD618b1E260648d31C",
307
+ "name": "Coinbase Bitcoin",
308
+ "symbol": "cbBTC",
309
+ "decimals": 18
310
+ },
311
+ {
312
+ "chainId": 1,
313
+ "address": "0xEE70CC471de4734D4Dc66C3dF3A4c36340725456",
314
+ "name": "cbBTC",
315
+ "symbol": "cbBTC",
316
+ "decimals": 18
317
+ },
290
318
  {
291
319
  "chainId": 1,
292
320
  "address": "0x17aC188e09A7890a1844E5E65471fE8b0CcFadF3",
@@ -490,6 +518,13 @@
490
518
  "symbol": "ETCHEDGE",
491
519
  "decimals": 18
492
520
  },
521
+ {
522
+ "chainId": 1,
523
+ "address": "0xac29eC22F6b99f3F46f46AFA81A2031031DAb7e3",
524
+ "name": "BlackRockBossINU",
525
+ "symbol": "ETFINU",
526
+ "decimals": 18
527
+ },
493
528
  {
494
529
  "chainId": 1,
495
530
  "name": "ETH 2x Max ADL-guided",
@@ -2355,6 +2390,13 @@
2355
2390
  "symbol": "SYNTH",
2356
2391
  "decimals": 9
2357
2392
  },
2393
+ {
2394
+ "chainId": 1,
2395
+ "address": "0xa10A5e2d813a51374592D6ce440B149F01CF9A7D",
2396
+ "name": "Threshold USD",
2397
+ "symbol": "THUSD",
2398
+ "decimals": 18
2399
+ },
2358
2400
  {
2359
2401
  "chainId": 1,
2360
2402
  "address": "0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a",
@@ -3137,6 +3179,13 @@
3137
3179
  "symbol": "YOP",
3138
3180
  "decimals": 8
3139
3181
  },
3182
+ {
3183
+ "chainId": 8453,
3184
+ "address": "0x805aF152eebc7e280628A0Bb30Dd916b5B7716fb",
3185
+ "name": "cbBTC",
3186
+ "symbol": "cbBTC",
3187
+ "decimals": 18
3188
+ },
3140
3189
  {
3141
3190
  "chainId": 8453,
3142
3191
  "address": "0x77DBb33b702bee54AbD224748b5543361554f063",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "6.6.0",
3
+ "version": "6.8.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  "homepage": "https://github.com/Uniswap/unsupported-token-list#readme",
30
30
  "devDependencies": {
31
31
  "@ethersproject/address": "^5.0.2",
32
- "@uniswap/token-list-bridge-utils": "^2.3.0",
32
+ "@uniswap/token-list-bridge-utils": "^2.4.0",
33
33
  "@uniswap/token-lists": "^1.0.0-beta.34",
34
34
  "ajv": "^6.12.3",
35
35
  "chai": "^4.2.0",