@uniswap/unsupported-token-list 6.12.0 → 6.13.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-10-18T18:15:01.796Z",
3
+ "timestamp": "2024-10-28T18:58:15.014Z",
4
4
  "version": {
5
5
  "major": 6,
6
- "minor": 12,
6
+ "minor": 13,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -3494,6 +3494,13 @@
3494
3494
  "symbol": "jZAR",
3495
3495
  "decimals": 18
3496
3496
  },
3497
+ {
3498
+ "address": "0x520EbCcc63E4d0804b35Cda25978BEb7159bF0CC",
3499
+ "symbol": "LEGO",
3500
+ "decimals": 9,
3501
+ "name": "Lego Coin",
3502
+ "chainId": 56
3503
+ },
3497
3504
  {
3498
3505
  "chainId": 56,
3499
3506
  "name": "Minereum BSC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "6.12.0",
3
+ "version": "6.13.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {