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 Sep 9, 2024
1 parent dd1b5ef commit 93f6adf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
17 changes: 11 additions & 6 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IPFS hash of the deployment:
- CIDv0: `QmTHCMo5RJfwvTbGVNppipkh5CmXYx9SPkyJM7qzyP4uLM`
- CIDv1: `bafybeicjm7s57co32yesjceb5zxpmrmzex4qqxt5ynyw57nov7xo46kwzi`
- CIDv0: `QmZnW9JioRugnBAzvSbo2kEYERqzoHTTvbxJhGSnWqRVG3`
- CIDv1: `bafybeifkb74n6zzyd2lqtflyz2hvlmgzms5b7jevm3cldxtyzcowqu4h7a`

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

Expand All @@ -10,10 +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://bafybeicjm7s57co32yesjceb5zxpmrmzex4qqxt5ynyw57nov7xo46kwzi.ipfs.dweb.link/
- https://bafybeicjm7s57co32yesjceb5zxpmrmzex4qqxt5ynyw57nov7xo46kwzi.ipfs.cf-ipfs.com/
- [ipfs://QmTHCMo5RJfwvTbGVNppipkh5CmXYx9SPkyJM7qzyP4uLM/](ipfs://QmTHCMo5RJfwvTbGVNppipkh5CmXYx9SPkyJM7qzyP4uLM/)
- https://bafybeifkb74n6zzyd2lqtflyz2hvlmgzms5b7jevm3cldxtyzcowqu4h7a.ipfs.dweb.link/
- https://bafybeifkb74n6zzyd2lqtflyz2hvlmgzms5b7jevm3cldxtyzcowqu4h7a.ipfs.cf-ipfs.com/
- [ipfs://QmZnW9JioRugnBAzvSbo2kEYERqzoHTTvbxJhGSnWqRVG3/](ipfs://QmZnW9JioRugnBAzvSbo2kEYERqzoHTTvbxJhGSnWqRVG3/)

### 5.45.4 (2024-09-09)
### 5.45.5 (2024-09-09)


### Bug Fixes

* **web:** Add unsupported style to Explore Table network options - prod (#11706) 26abc8e


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.45.4
web/5.45.5
4 changes: 3 additions & 1 deletion apps/web/src/components/Tokens/TokenTable/NetworkFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@ const TableNetworkItem = memo(function TableNetworkItem({
>
<InternalMenuItem
data-testid={`tokens-network-filter-option-${display.toLowerCase()}`}
disabled={unsupported}
onPress={() => {
navigate(`/explore/${tab ?? ExploreTab.Tokens}${!isAllNetworks ? `/${display.toLowerCase()}` : ''}`)
!unsupported &&
navigate(`/explore/${tab ?? ExploreTab.Tokens}${!isAllNetworks ? `/${display.toLowerCase()}` : ''}`)
toggleMenu(false)
}}
>
Expand Down

0 comments on commit 93f6adf

Please sign in to comment.