From d6ee60b389ec3b6aa308656999942884d618b06f Mon Sep 17 00:00:00 2001 From: Uniswap Labs Service Account Date: Mon, 23 Sep 2024 19:17:47 +0000 Subject: [PATCH] ci(release): publish latest release --- RELEASE | 14 +++++++------- VERSION | 2 +- .../data/graphql/uniswap-data-api/queries.graphql | 5 ++++- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/RELEASE b/RELEASE index 4e66541213e..974af0733ef 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,6 @@ IPFS hash of the deployment: -- CIDv0: `QmWRbNL7Tx6uAFBTFN56Tbo2JgxE2sBtskCyPkJvrNAdVH` -- CIDv1: `bafybeidyegps5u6vnomu2diq4ohsp6dzag5wz3q2m5bq3di7liou5ubnsa` +- CIDv0: `Qmd5cU5oxvZbaCyPX5DuQRTKK7peSqUL2FeuEQNELe4Fm3` +- CIDv1: `bafybeig3auhjmdkcpqylnaij33ewk5hwmmvuwsccfezaku6r3izhzoy5li` The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). @@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway. Your Uniswap settings are never remembered across different URLs. IPFS gateways: -- https://bafybeidyegps5u6vnomu2diq4ohsp6dzag5wz3q2m5bq3di7liou5ubnsa.ipfs.dweb.link/ -- https://bafybeidyegps5u6vnomu2diq4ohsp6dzag5wz3q2m5bq3di7liou5ubnsa.ipfs.cf-ipfs.com/ -- [ipfs://QmWRbNL7Tx6uAFBTFN56Tbo2JgxE2sBtskCyPkJvrNAdVH/](ipfs://QmWRbNL7Tx6uAFBTFN56Tbo2JgxE2sBtskCyPkJvrNAdVH/) +- https://bafybeig3auhjmdkcpqylnaij33ewk5hwmmvuwsccfezaku6r3izhzoy5li.ipfs.dweb.link/ +- https://bafybeig3auhjmdkcpqylnaij33ewk5hwmmvuwsccfezaku6r3izhzoy5li.ipfs.cf-ipfs.com/ +- [ipfs://Qmd5cU5oxvZbaCyPX5DuQRTKK7peSqUL2FeuEQNELe4Fm3/](ipfs://Qmd5cU5oxvZbaCyPX5DuQRTKK7peSqUL2FeuEQNELe4Fm3/) -### 5.47.1 (2024-09-20) +### 5.47.2 (2024-09-23) ### Bug Fixes -* **web:** Fix sign in translation string - prod (#12091) 23a0d02 +* **web:** token caching fix 9/23 prod (#12151) bc98440 diff --git a/VERSION b/VERSION index d9bb9828fdb..7a06e2d750c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -web/5.47.1 \ No newline at end of file +web/5.47.2 \ No newline at end of file diff --git a/packages/uniswap/src/data/graphql/uniswap-data-api/queries.graphql b/packages/uniswap/src/data/graphql/uniswap-data-api/queries.graphql index ab7402b2f6a..5a3c952c470 100644 --- a/packages/uniswap/src/data/graphql/uniswap-data-api/queries.graphql +++ b/packages/uniswap/src/data/graphql/uniswap-data-api/queries.graphql @@ -369,12 +369,15 @@ query PortfolioBalances( logoUrl name safetyLevel - isSpam } feeData { buyFeeBps sellFeeBps } + protectionInfo { + result + attackTypes + } } tokenProjectMarket { relativeChange24: pricePercentChange(duration: DAY) {