@uniswap/unsupported-token-list 9.1.0 → 10.0.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-08T19:17:36.942Z",
3
+ "timestamp": "2025-07-09T18:30:45.723Z",
4
4
  "version": {
5
- "major": 9,
6
- "minor": 1,
5
+ "major": 10,
6
+ "minor": 0,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -1575,14 +1575,7 @@
1575
1575
  "address": "0x628eBC64A38269E031AFBDd3C5BA857483B5d048",
1576
1576
  "name": "Liquid Staked ETH",
1577
1577
  "symbol": "LSETH",
1578
- "decimals": 18,
1579
- "extensions": {
1580
- "bridgeInfo": {
1581
- "42161": {
1582
- "tokenAddress": "0x8FfD9F31980f26Fbf4ac693678Db700f1d8C51f6"
1583
- }
1584
- }
1585
- }
1578
+ "decimals": 18
1586
1579
  },
1587
1580
  {
1588
1581
  "chainId": 1,
@@ -5724,10 +5717,17 @@
5724
5717
  },
5725
5718
  {
5726
5719
  "chainId": 42161,
5727
- "name": "demo token 1",
5720
+ "name": "Demo 1",
5721
+ "address": "0xF5E03573843b0ceA1Db57579F5a4cE313faa2FAf",
5722
+ "decimals": 18,
5723
+ "symbol": "Demo-1"
5724
+ },
5725
+ {
5726
+ "chainId": 42161,
5727
+ "name": "Demo 2",
5728
5728
  "address": "0xc1753BE9d4A7a9F7cade1Cd010cB6C3B09e043FA",
5729
5729
  "decimals": 18,
5730
- "symbol": "DEMO-TOKEN-1"
5730
+ "symbol": "Demo-2"
5731
5731
  },
5732
5732
  {
5733
5733
  "chainId": 42161,
@@ -5813,20 +5813,6 @@
5813
5813
  "symbol": "LEVI",
5814
5814
  "decimals": 18
5815
5815
  },
5816
- {
5817
- "chainId": 42161,
5818
- "address": "0x8FfD9F31980f26Fbf4ac693678Db700f1d8C51f6",
5819
- "name": "Liquid Staked ETH",
5820
- "symbol": "LSETH",
5821
- "decimals": 18,
5822
- "extensions": {
5823
- "bridgeInfo": {
5824
- "1": {
5825
- "tokenAddress": "0x628eBC64A38269E031AFBDd3C5BA857483B5d048"
5826
- }
5827
- }
5828
- }
5829
- },
5830
5816
  {
5831
5817
  "chainId": 42161,
5832
5818
  "address": "0x15B6eC24f59Fea164C6e235941Aa00fB0d4A32f6",
@@ -5898,13 +5884,6 @@
5898
5884
  }
5899
5885
  }
5900
5886
  },
5901
- {
5902
- "chainId": 42161,
5903
- "name": "SpaceX",
5904
- "address": "0xF5E03573843b0ceA1Db57579F5a4cE313faa2FAf",
5905
- "decimals": 18,
5906
- "symbol": "SPACEX"
5907
- },
5908
5887
  {
5909
5888
  "chainId": 42161,
5910
5889
  "address": "0xA970AF1a584579B618be4d69aD6F73459D112F95",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "9.1.0",
3
+ "version": "10.0.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {