@uniswap/unsupported-token-list 8.0.0 → 8.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-05-06T16:27:59.158Z",
3
+ "timestamp": "2025-05-27T17:29:06.705Z",
4
4
  "version": {
5
5
  "major": 8,
6
- "minor": 0,
6
+ "minor": 1,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -5357,6 +5357,20 @@
5357
5357
  "symbol": "GRUMPY",
5358
5358
  "decimals": 18
5359
5359
  },
5360
+ {
5361
+ "chainId": 8453,
5362
+ "address": "0xbC8cE7FEf21210FAEdD5F422b0984ef73251B973",
5363
+ "name": "Lego",
5364
+ "symbol": "Lego",
5365
+ "decimals": 18
5366
+ },
5367
+ {
5368
+ "chainId": 8453,
5369
+ "address": "0x5aF8Cf6C4c109cb4C36D2237776a1f56a8C8631F",
5370
+ "name": "Lego",
5371
+ "symbol": "Lego",
5372
+ "decimals": 18
5373
+ },
5360
5374
  {
5361
5375
  "chainId": 8453,
5362
5376
  "address": "0x420D8b44BC7e48e696b757A4D50B84857607474a",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {
@@ -36,4 +36,4 @@
36
36
  "mocha": "^8.0.1",
37
37
  "rimraf": "^3.0.2"
38
38
  }
39
- }
39
+ }