ci(release): publish latest release

parent fb0196ac
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmWQy4JAnTkwdrhTvnphJgTQ6mGHjRVsFByGNFYmxL4Dxm` - CIDv0: `QmbCfM6eTk9jM5SRW692DahimRpNHpuMADyEQbtqJmqZDy`
- CIDv1: `bafybeidx7cij43wjjgqqkrolyr5a7zr3s3q5mlihfst6luo4hpxrrtb23i` - CIDv1: `bafybeif7dqatkcqbp5g3txheh4is2xg7maknkjcsijfzo7xtqnzplb6m2a`
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://bafybeidx7cij43wjjgqqkrolyr5a7zr3s3q5mlihfst6luo4hpxrrtb23i.ipfs.dweb.link/ - https://bafybeif7dqatkcqbp5g3txheh4is2xg7maknkjcsijfzo7xtqnzplb6m2a.ipfs.dweb.link/
- https://bafybeidx7cij43wjjgqqkrolyr5a7zr3s3q5mlihfst6luo4hpxrrtb23i.ipfs.cf-ipfs.com/ - https://bafybeif7dqatkcqbp5g3txheh4is2xg7maknkjcsijfzo7xtqnzplb6m2a.ipfs.cf-ipfs.com/
- [ipfs://QmWQy4JAnTkwdrhTvnphJgTQ6mGHjRVsFByGNFYmxL4Dxm/](ipfs://QmWQy4JAnTkwdrhTvnphJgTQ6mGHjRVsFByGNFYmxL4Dxm/) - [ipfs://QmbCfM6eTk9jM5SRW692DahimRpNHpuMADyEQbtqJmqZDy/](ipfs://QmbCfM6eTk9jM5SRW692DahimRpNHpuMADyEQbtqJmqZDy/)
### 5.25.3 (2024-04-26) ### 5.25.4 (2024-04-26)
### Bug Fixes ### Bug Fixes
* **web:** updating multi routing options copy on prod (#7821) 52b58ec * **web:** hotfix change to copy for multi routing options (#7924) 1d08dff
web/5.25.3 web/5.25.4
\ No newline at end of file \ No newline at end of file
...@@ -196,12 +196,7 @@ export default function MultipleRoutingOptions() { ...@@ -196,12 +196,7 @@ export default function MultipleRoutingOptions() {
<RoutePreferenceToggle <RoutePreferenceToggle
preference={RoutePreferenceOption.Optimal} preference={RoutePreferenceOption.Optimal}
isActive={routePreferenceOptions[RoutePreferenceOption.Optimal]} isActive={routePreferenceOptions[RoutePreferenceOption.Optimal]}
text={ text={<Trans>The Uniswap client selects the cheapest trade option factoring price and network costs.</Trans>}
<Trans>
The Uniswap client selects the the cheapest trade option factoring price and network costs factoring price
and network costs.
</Trans>
}
subheading={ subheading={
routePreferenceOptions[RoutePreferenceOption.Optimal] && routePreferenceOptions[RoutePreferenceOption.Optimal] &&
uniswapXSupportedChain && ( uniswapXSupportedChain && (
......
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