Skip to content

Commit 755020c

Browse files
ci(release): publish latest release
1 parent ada35f6 commit 755020c

File tree

4 files changed

+13
-67
lines changed

4 files changed

+13
-67
lines changed

Diff for: RELEASE

+6-63
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `Qma8zLjgStpH8bA8CcnrsPszS38XG4D9YqdW39VgnUSF64`
3-
- CIDv1: `bafybeifpj54iwonrxyywl5g5crbd7krugzmgsr4lw6txrkygunexey66su`
2+
- CIDv0: `QmVpD9pf9NG2wERetMBbCqV83YvdvgPsRRCTdxNSYewAJx`
3+
- CIDv1: `bafybeidpcewjnfhxawg76jxxrlwqvxx4witgnsiz7jyq6ldroa7oirmygu`
44

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

@@ -10,71 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010
Your Uniswap settings are never remembered across different URLs.
1111

1212
IPFS gateways:
13-
- https://bafybeifpj54iwonrxyywl5g5crbd7krugzmgsr4lw6txrkygunexey66su.ipfs.dweb.link/
14-
- [ipfs://Qma8zLjgStpH8bA8CcnrsPszS38XG4D9YqdW39VgnUSF64/](ipfs://Qma8zLjgStpH8bA8CcnrsPszS38XG4D9YqdW39VgnUSF64/)
13+
- https://bafybeidpcewjnfhxawg76jxxrlwqvxx4witgnsiz7jyq6ldroa7oirmygu.ipfs.dweb.link/
14+
- [ipfs://QmVpD9pf9NG2wERetMBbCqV83YvdvgPsRRCTdxNSYewAJx/](ipfs://QmVpD9pf9NG2wERetMBbCqV83YvdvgPsRRCTdxNSYewAJx/)
1515

16-
## 5.69.0 (2025-02-05)
17-
18-
19-
### Features
20-
21-
* **web:** add decimals to LP analytics properties to help debug (#15603) 9021bff
22-
* **web:** add tests for getV3PriceRangeInfo (#15710) 2b941d0
23-
* **web:** design update to buy form currency selector (#15370) ca2e42b
24-
* **web:** hide/ unhide functionality for positions (#15158) ff6c74a
25-
* **web:** hook visibility logic and ui into mini portfolio positions (#15368) 3283b9b
26-
* **web:** prevent users from creating a pool with the wrapped native token (#15614) a36f3ac
27-
* **web:** remove client side router code (#15423) d0bcd67
28-
* **web:** show add button on PosDP for closed v3 positions (#15630) 0ab7ee2
16+
### 5.69.1 (2025-02-06)
2917

3018

3119
### Bug Fixes
3220

33-
* **web:** allow creating v3 positions on celo/zksync (#15545) 35db486
34-
* **web:** allow explore pool creation if disconnected (#15807) bd8ebe9
35-
* **web:** Check hash of error in transaction before throwing Swap Failed error (#15767) 67b26f8
36-
* **web:** do not normalize Amount, AmountChange, Dimensions, TimestampedAmount in apollo cache (#15579) 539fea5
37-
* **web:** fix console error on token explore (#15573) ecd65b8
38-
* **web:** fix dropdown options for LP position card (#15714) 6b92961
39-
* **web:** fix initial setting in swap settings (#15302) f15c3d1
40-
* **web:** fix issue with mnually inverted price on the confirm screen (#15776) 0c3e84b
41-
* **web:** fix logging for explore table network filter (#15518) cc7a68e
42-
* **web:** fix popover on position card (#15783) e51382a
43-
* **web:** fix v2 migration endless nav loop (#15439) baba820
44-
* **web:** handle text overflow on LP fee tier (#15537) 6fde371
45-
* **web:** handle tick value of 0 (#15546) 69c3d69
46-
* **web:** hide unichain promo tooltip on web positions page (#15552) 1b4d756
47-
* **web:** include correct hook filter on ListPools queries (#15666) 2875b3c
48-
* **web:** limit orders do not work with uniswapx v2 (again) (#15657) d9bcdcc
49-
* **web:** lower data threshold for price range input charts (#15606) 052fda6
50-
* **web:** lp chart range input auto suggestion bug staging (#15817) 8866017
51-
* **web:** move migrate flow behind a feature flag (#15576) 572fee1
52-
* **web:** only show scrollbars on NavDropdown when needed (#15617) 1f15564
53-
* **web:** price range input fixes (#15739) 43620d4
54-
* **web:** quick vs standard poll for backend orders (#15565) 4769ac3
55-
* **web:** restrict fee tier chain filter to v3 (#15901) 21c32e7
56-
* **web:** should redirect migrate page if account owner is not position owner (#15680) 7ad6efa
57-
* **web:** skip failing gas fee query in LP create flow (#15792) 3eef945
58-
* **web:** switch to new google customer account (#15913) b885080
59-
* **web:** unichain modal content style adjustments (#15643) 4b33bd4
60-
* **web:** update copy on native wrapped token (#15627) a548f5e
61-
* **web:** update range overflow (#15564) 627d23d
62-
* **web:** update send hook logic for ens lookup (#15531) dc9613d
63-
* **web:** update the insufficient balance check to account for gas (#15797) b34461c
64-
* **web:** use price to create mock pair (#15922) 122ac66
65-
* **web:** use qn rpc for default and remove cloudflare eth (#15668) ff22d20
66-
* **web:** user decimal seperator issue (#15574) 9808a42
67-
* **web:** v4 PDP - use correct pool ID for price/volume queries (#15604) 6243d04
68-
* **web:** zIndex issue with TDP share dropdown (#15884) cd3aa85
69-
70-
71-
### Continuous Integration
72-
73-
* **web:** update sitemaps d038812
74-
75-
76-
### Styles
77-
78-
* **web:** align modal close icons (#15507) 86111e1
21+
* **web:** hide unichain explore behind feature flag (#16017) 55c5679
7922

8023

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.69.0
1+
web/5.69.1

Diff for: apps/web/src/components/Tokens/TokenTable/NetworkFilter.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function TableNetworkFilter({ showMultichainOption = true }: { sh
8686
toggleOpen={toggleMenu}
8787
menuLabel={
8888
<NetworkLabel>
89-
{!currentChainId && showMultichainOption ? (
89+
{(!currentChainId || !isSupportedChainCallback(currentChainId)) && showMultichainOption ? (
9090
<NetworkLogo chainId={null} />
9191
) : (
9292
<ChainLogo

Diff for: apps/web/src/state/explore/index.tsx

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { createContext, useMemo } from 'react'
44
import { ALL_NETWORKS_ARG } from 'uniswap/src/data/rest/base'
55
import { useExploreStatsQuery } from 'uniswap/src/data/rest/exploreStats'
66
import { useProtocolStatsQuery } from 'uniswap/src/data/rest/protocolStats'
7+
import { useIsSupportedChainId } from 'uniswap/src/features/chains/hooks/useSupportedChainId'
78
import { UniverseChainId } from 'uniswap/src/features/chains/types'
89

910
interface QueryResult<T> {
@@ -48,19 +49,21 @@ export function ExploreContextProvider({
4849
chainId?: UniverseChainId
4950
children: React.ReactNode
5051
}) {
52+
const isSupportedChain = useIsSupportedChainId(chainId)
53+
5154
const {
5255
data: exploreStatsData,
5356
isLoading: exploreStatsLoading,
5457
error: exploreStatsError,
5558
} = useExploreStatsQuery({
56-
chainId: chainId ? chainId.toString() : ALL_NETWORKS_ARG,
59+
chainId: isSupportedChain ? chainId?.toString() : ALL_NETWORKS_ARG,
5760
})
5861
const {
5962
data: protocolStatsData,
6063
isLoading: protocolStatsLoading,
6164
error: protocolStatsError,
6265
} = useProtocolStatsQuery({
63-
chainId: chainId ? chainId.toString() : ALL_NETWORKS_ARG,
66+
chainId: isSupportedChain ? chainId?.toString() : ALL_NETWORKS_ARG,
6467
})
6568

6669
const exploreContext = useMemo(() => {

0 commit comments

Comments
 (0)