@uniswap/unsupported-token-list 15.0.0 → 15.1.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": "2026-05-27T20:51:50.910Z",
3
+ "timestamp": "2026-06-15T17:28:58.944Z",
4
4
  "version": {
5
5
  "major": 15,
6
- "minor": 0,
6
+ "minor": 1,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -350,6 +350,13 @@
350
350
  "symbol": "BTCV",
351
351
  "decimals": 18
352
352
  },
353
+ {
354
+ "chainId": 1,
355
+ "address": "0x7712c34205737192402172409a8F7ccef8aA2AEc",
356
+ "name": "BlackRock USD Institutional Digital Liquidity Fund",
357
+ "symbol": "BUIDL",
358
+ "decimals": 6
359
+ },
353
360
  {
354
361
  "chainId": 1,
355
362
  "address": "0x68eb95Dc9934E19B86687A10DF8e364423240E94",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "15.0.0",
3
+ "version": "15.1.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {