ci(release): publish latest release

parent 559fafeb
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmWRbNL7Tx6uAFBTFN56Tbo2JgxE2sBtskCyPkJvrNAdVH` - CIDv0: `Qmd5cU5oxvZbaCyPX5DuQRTKK7peSqUL2FeuEQNELe4Fm3`
- CIDv1: `bafybeidyegps5u6vnomu2diq4ohsp6dzag5wz3q2m5bq3di7liou5ubnsa` - CIDv1: `bafybeig3auhjmdkcpqylnaij33ewk5hwmmvuwsccfezaku6r3izhzoy5li`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). 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. ...@@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs. Your Uniswap settings are never remembered across different URLs.
IPFS gateways: IPFS gateways:
- https://bafybeidyegps5u6vnomu2diq4ohsp6dzag5wz3q2m5bq3di7liou5ubnsa.ipfs.dweb.link/ - https://bafybeig3auhjmdkcpqylnaij33ewk5hwmmvuwsccfezaku6r3izhzoy5li.ipfs.dweb.link/
- https://bafybeidyegps5u6vnomu2diq4ohsp6dzag5wz3q2m5bq3di7liou5ubnsa.ipfs.cf-ipfs.com/ - https://bafybeig3auhjmdkcpqylnaij33ewk5hwmmvuwsccfezaku6r3izhzoy5li.ipfs.cf-ipfs.com/
- [ipfs://QmWRbNL7Tx6uAFBTFN56Tbo2JgxE2sBtskCyPkJvrNAdVH/](ipfs://QmWRbNL7Tx6uAFBTFN56Tbo2JgxE2sBtskCyPkJvrNAdVH/) - [ipfs://Qmd5cU5oxvZbaCyPX5DuQRTKK7peSqUL2FeuEQNELe4Fm3/](ipfs://Qmd5cU5oxvZbaCyPX5DuQRTKK7peSqUL2FeuEQNELe4Fm3/)
### 5.47.1 (2024-09-20) ### 5.47.2 (2024-09-23)
### Bug Fixes ### Bug Fixes
* **web:** Fix sign in translation string - prod (#12091) 23a0d02 * **web:** token caching fix 9/23 prod (#12151) bc98440
web/5.47.1 web/5.47.2
\ No newline at end of file \ No newline at end of file
...@@ -369,12 +369,15 @@ query PortfolioBalances( ...@@ -369,12 +369,15 @@ query PortfolioBalances(
logoUrl logoUrl
name name
safetyLevel safetyLevel
isSpam
} }
feeData { feeData {
buyFeeBps buyFeeBps
sellFeeBps sellFeeBps
} }
protectionInfo {
result
attackTypes
}
} }
tokenProjectMarket { tokenProjectMarket {
relativeChange24: pricePercentChange(duration: DAY) { relativeChange24: pricePercentChange(duration: DAY) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment