@uniswap/default-token-list 2.1.0 → 2.2.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
- "name": "Uniswap Default List",
3
- "timestamp": "2021-11-09T04:44:50.556Z",
2
+ "name": "Uniswap Labs List",
3
+ "timestamp": "2021-12-10T18:26:53.532Z",
4
4
  "version": {
5
5
  "major": 2,
6
- "minor": 1,
6
+ "minor": 2,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -253,6 +253,14 @@
253
253
  "chainId": 1,
254
254
  "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC/logo.png"
255
255
  },
256
+ {
257
+ "name": "Synth sUSD",
258
+ "address": "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",
259
+ "symbol": "sUSD",
260
+ "decimals": 18,
261
+ "chainId": 1,
262
+ "logoURI": "https://assets.coingecko.com/coins/images/5013/thumb/sUSD.png?1616150765"
263
+ },
256
264
  {
257
265
  "chainId": 1,
258
266
  "address": "0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "◦ The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {