Skip to content

Commit

Permalink
ci(release): publish latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-happy-puppy committed Apr 26, 2024
1 parent fb0196a commit 1ffb970
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
14 changes: 7 additions & 7 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IPFS hash of the deployment:
- CIDv0: `QmWQy4JAnTkwdrhTvnphJgTQ6mGHjRVsFByGNFYmxL4Dxm`
- CIDv1: `bafybeidx7cij43wjjgqqkrolyr5a7zr3s3q5mlihfst6luo4hpxrrtb23i`
- CIDv0: `QmbCfM6eTk9jM5SRW692DahimRpNHpuMADyEQbtqJmqZDy`
- CIDv1: `bafybeif7dqatkcqbp5g3txheh4is2xg7maknkjcsijfzo7xtqnzplb6m2a`

The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).

Expand All @@ -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://bafybeidx7cij43wjjgqqkrolyr5a7zr3s3q5mlihfst6luo4hpxrrtb23i.ipfs.dweb.link/
- https://bafybeidx7cij43wjjgqqkrolyr5a7zr3s3q5mlihfst6luo4hpxrrtb23i.ipfs.cf-ipfs.com/
- [ipfs://QmWQy4JAnTkwdrhTvnphJgTQ6mGHjRVsFByGNFYmxL4Dxm/](ipfs://QmWQy4JAnTkwdrhTvnphJgTQ6mGHjRVsFByGNFYmxL4Dxm/)
- https://bafybeif7dqatkcqbp5g3txheh4is2xg7maknkjcsijfzo7xtqnzplb6m2a.ipfs.dweb.link/
- https://bafybeif7dqatkcqbp5g3txheh4is2xg7maknkjcsijfzo7xtqnzplb6m2a.ipfs.cf-ipfs.com/
- [ipfs://QmbCfM6eTk9jM5SRW692DahimRpNHpuMADyEQbtqJmqZDy/](ipfs://QmbCfM6eTk9jM5SRW692DahimRpNHpuMADyEQbtqJmqZDy/)

### 5.25.3 (2024-04-26)
### 5.25.4 (2024-04-26)


### Bug Fixes

* **web:** updating multi routing options copy on prod (#7821) 52b58ec
* **web:** hotfix change to copy for multi routing options (#7924) 1d08dff


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.25.3
web/5.25.4
7 changes: 1 addition & 6 deletions apps/web/src/components/Settings/MultipleRoutingOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,7 @@ export default function MultipleRoutingOptions() {
<RoutePreferenceToggle
preference={RoutePreferenceOption.Optimal}
isActive={routePreferenceOptions[RoutePreferenceOption.Optimal]}
text={
<Trans>
The Uniswap client selects the the cheapest trade option factoring price and network costs factoring price
and network costs.
</Trans>
}
text={<Trans>The Uniswap client selects the cheapest trade option factoring price and network costs.</Trans>}
subheading={
routePreferenceOptions[RoutePreferenceOption.Optimal] &&
uniswapXSupportedChain && (
Expand Down

0 comments on commit 1ffb970

Please sign in to comment.