ci(release): publish latest release

parent 8ced17be
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmfVmJpbRuGLnvBgrae9nRPdC7gtevKWf6aLQDa3f4tmGt` - CIDv0: `QmWQy4JAnTkwdrhTvnphJgTQ6mGHjRVsFByGNFYmxL4Dxm`
- CIDv1: `bafybeih65ro3f4a4of2il6pomh5hgoquoskx7lgdqogfo4tmsmloplufwe` - CIDv1: `bafybeidx7cij43wjjgqqkrolyr5a7zr3s3q5mlihfst6luo4hpxrrtb23i`
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://bafybeih65ro3f4a4of2il6pomh5hgoquoskx7lgdqogfo4tmsmloplufwe.ipfs.dweb.link/ - https://bafybeidx7cij43wjjgqqkrolyr5a7zr3s3q5mlihfst6luo4hpxrrtb23i.ipfs.dweb.link/
- https://bafybeih65ro3f4a4of2il6pomh5hgoquoskx7lgdqogfo4tmsmloplufwe.ipfs.cf-ipfs.com/ - https://bafybeidx7cij43wjjgqqkrolyr5a7zr3s3q5mlihfst6luo4hpxrrtb23i.ipfs.cf-ipfs.com/
- [ipfs://QmfVmJpbRuGLnvBgrae9nRPdC7gtevKWf6aLQDa3f4tmGt/](ipfs://QmfVmJpbRuGLnvBgrae9nRPdC7gtevKWf6aLQDa3f4tmGt/) - [ipfs://QmWQy4JAnTkwdrhTvnphJgTQ6mGHjRVsFByGNFYmxL4Dxm/](ipfs://QmWQy4JAnTkwdrhTvnphJgTQ6mGHjRVsFByGNFYmxL4Dxm/)
### 5.25.2 (2024-04-25) ### 5.25.3 (2024-04-26)
### Bug Fixes ### Bug Fixes
* **web:** Flip logic for Sells/Buys (prod) (#7881) bcc2955 * **web:** updating multi routing options copy on prod (#7821) 52b58ec
web/5.25.2 web/5.25.3
\ No newline at end of file \ No newline at end of file
...@@ -93,7 +93,7 @@ function UniswapXPreferenceLabel() { ...@@ -93,7 +93,7 @@ function UniswapXPreferenceLabel() {
} }
const ROUTE_PREFERENCE_TO_LABEL: Record<RoutePreferenceOption, ReactNode> = { const ROUTE_PREFERENCE_TO_LABEL: Record<RoutePreferenceOption, ReactNode> = {
[RoutePreferenceOption.Optimal]: t`Optimal price`, [RoutePreferenceOption.Optimal]: t`Default trade options`,
[RoutePreferenceOption.UniswapX]: <UniswapXPreferenceLabel />, [RoutePreferenceOption.UniswapX]: <UniswapXPreferenceLabel />,
[RoutePreferenceOption.v3]: t`v3 pools`, [RoutePreferenceOption.v3]: t`v3 pools`,
[RoutePreferenceOption.v2]: t`v2 pools`, [RoutePreferenceOption.v2]: t`v2 pools`,
...@@ -196,7 +196,12 @@ export default function MultipleRoutingOptions() { ...@@ -196,7 +196,12 @@ export default function MultipleRoutingOptions() {
<RoutePreferenceToggle <RoutePreferenceToggle
preference={RoutePreferenceOption.Optimal} preference={RoutePreferenceOption.Optimal}
isActive={routePreferenceOptions[RoutePreferenceOption.Optimal]} isActive={routePreferenceOptions[RoutePreferenceOption.Optimal]}
text={<Trans>The Uniswap client selects the best route factoring price and network costs.</Trans>} text={
<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