@uniswap/unsupported-token-list 3.3.0 → 5.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": "2023-05-24T17:34:30.968Z",
3
+ "timestamp": "2023-05-27T02:14:34.740Z",
4
4
  "version": {
5
- "major": 3,
6
- "minor": 3,
5
+ "major": 5,
6
+ "minor": 0,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -49,14 +49,6 @@
49
49
  }
50
50
  }
51
51
  },
52
- {
53
- "chainId": 1,
54
- "name": "Ben",
55
- "address": "0x9bf1D7D63dD7a4ce167CF4866388226EEefa702E",
56
- "decimals": 18,
57
- "symbol": "BEN",
58
- "logoURI": "https://s2.coinmarketcap.com/static/img/coins/64x64/25047.png"
59
- },
60
52
  {
61
53
  "chainId": 1,
62
54
  "address": "0xCA30c93B02514f86d5C86a6e375E3A330B435Fb5",
@@ -169,8 +161,7 @@
169
161
  "name": "Gucci",
170
162
  "address": "0xBE4f752cC40D4d4846319A4B0E4b305752457f60",
171
163
  "decimals": 18,
172
- "symbol": "GUCCI",
173
- "logoURI": "https://s2.coinmarketcap.com/static/img/coins/64x64/25128.png"
164
+ "symbol": "GUCCI"
174
165
  },
175
166
  {
176
167
  "chainId": 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "3.3.0",
3
+ "version": "5.0.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {