@uniswap/unsupported-token-list 10.0.0 → 10.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": "2025-07-09T18:30:45.723Z",
3
+ "timestamp": "2025-07-16T21:22:33.516Z",
4
4
  "version": {
5
5
  "major": 10,
6
- "minor": 0,
6
+ "minor": 1,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -1575,7 +1575,14 @@
1575
1575
  "address": "0x628eBC64A38269E031AFBDd3C5BA857483B5d048",
1576
1576
  "name": "Liquid Staked ETH",
1577
1577
  "symbol": "LSETH",
1578
- "decimals": 18
1578
+ "decimals": 18,
1579
+ "extensions": {
1580
+ "bridgeInfo": {
1581
+ "42161": {
1582
+ "tokenAddress": "0x8FfD9F31980f26Fbf4ac693678Db700f1d8C51f6"
1583
+ }
1584
+ }
1585
+ }
1579
1586
  },
1580
1587
  {
1581
1588
  "chainId": 1,
@@ -5813,6 +5820,20 @@
5813
5820
  "symbol": "LEVI",
5814
5821
  "decimals": 18
5815
5822
  },
5823
+ {
5824
+ "chainId": 42161,
5825
+ "address": "0x8FfD9F31980f26Fbf4ac693678Db700f1d8C51f6",
5826
+ "name": "Liquid Staked ETH",
5827
+ "symbol": "LSETH",
5828
+ "decimals": 18,
5829
+ "extensions": {
5830
+ "bridgeInfo": {
5831
+ "1": {
5832
+ "tokenAddress": "0x628eBC64A38269E031AFBDd3C5BA857483B5d048"
5833
+ }
5834
+ }
5835
+ }
5836
+ },
5816
5837
  {
5817
5838
  "chainId": 42161,
5818
5839
  "address": "0x15B6eC24f59Fea164C6e235941Aa00fB0d4A32f6",
@@ -5827,6 +5848,13 @@
5827
5848
  "decimals": 8,
5828
5849
  "symbol": "MNEAR"
5829
5850
  },
5851
+ {
5852
+ "chainId": 42161,
5853
+ "name": "Dinari MSTR",
5854
+ "address": "0xDF7A6ce3B9087251F5859f42Ca79Ce34F4A88460",
5855
+ "decimals": 18,
5856
+ "symbol": "MSTRD"
5857
+ },
5830
5858
  {
5831
5859
  "chainId": 42161,
5832
5860
  "address": "0xcFe3FBc98D80f7Eca0bC76cD1F406A19dD425896",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "10.0.0",
3
+ "version": "10.1.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {