@uniswap/unsupported-token-list 5.20.0 → 5.21.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-02-23T18:33:20.112Z",
3
+ "timestamp": "2024-03-01T16:11:54.575Z",
4
4
  "version": {
5
5
  "major": 5,
6
- "minor": 20,
6
+ "minor": 21,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -1651,6 +1651,13 @@
1651
1651
  "symbol": "uUSDwETH-DEC",
1652
1652
  "decimals": 18
1653
1653
  },
1654
+ {
1655
+ "chainId": 1,
1656
+ "address": "0x7BbAc6a28a8268a50bd3B4Fed47809843cc18a5A",
1657
+ "name": "BlackRocket",
1658
+ "symbol": "V69",
1659
+ "decimals": 18
1660
+ },
1654
1661
  {
1655
1662
  "name": "Gold Tether",
1656
1663
  "address": "0x4922a015c4407F87432B179bb209e125432E4a2A",
@@ -3920,6 +3927,13 @@
3920
3927
  "symbol": "uUSDwETH-DEC",
3921
3928
  "decimals": 18
3922
3929
  },
3930
+ "1_0x7BbAc6a28a8268a50bd3B4Fed47809843cc18a5A": {
3931
+ "chainId": 1,
3932
+ "address": "0x7BbAc6a28a8268a50bd3B4Fed47809843cc18a5A",
3933
+ "name": "BlackRocket",
3934
+ "symbol": "V69",
3935
+ "decimals": 18
3936
+ },
3923
3937
  "1_0x4922a015c4407F87432B179bb209e125432E4a2A": {
3924
3938
  "name": "Gold Tether",
3925
3939
  "address": "0x4922a015c4407F87432B179bb209e125432E4a2A",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "5.20.0",
3
+ "version": "5.21.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {