@uniswap/default-token-list 11.18.0 → 11.19.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 Default",
3
- "timestamp": "2024-04-19T19:29:28.027Z",
3
+ "timestamp": "2024-04-29T18:27:01.188Z",
4
4
  "version": {
5
5
  "major": 11,
6
- "minor": 18,
6
+ "minor": 19,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -2832,6 +2832,14 @@
2832
2832
  "address": "0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a",
2833
2833
  "decimals": 18
2834
2834
  },
2835
+ {
2836
+ "chainId": 1,
2837
+ "address": "0x5aFE3855358E112B5647B952709E6165e1c1eEEe",
2838
+ "name": "Safe",
2839
+ "symbol": "SAFE",
2840
+ "decimals": 18,
2841
+ "logoURI": "https://assets.coingecko.com/coins/images/27032/standard/Artboard_1_copy_8circle-1.png?1696526084"
2842
+ },
2835
2843
  {
2836
2844
  "chainId": 1,
2837
2845
  "address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "11.18.0",
3
+ "version": "11.19.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {