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 11, 2024
1 parent ae6012d commit 0ef3639
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 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: `QmRUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG`
- CIDv1: `bafybeibor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4`
- CIDv0: `QmchdAPH9uqVLCC1ioK17YJLEvjrGv5K4JLjkL7vowb1em`
- CIDv1: `bafybeigvmmijtkdmusl7u22jm76purvb4vyrqihztbb5c7h4ragsc2irhy`

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://bafybeibor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4.ipfs.dweb.link/
- https://bafybeibor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4.ipfs.cf-ipfs.com/
- [ipfs://QmRUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG/](ipfs://QmRUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG/)
- https://bafybeigvmmijtkdmusl7u22jm76purvb4vyrqihztbb5c7h4ragsc2irhy.ipfs.dweb.link/
- https://bafybeigvmmijtkdmusl7u22jm76purvb4vyrqihztbb5c7h4ragsc2irhy.ipfs.cf-ipfs.com/
- [ipfs://QmchdAPH9uqVLCC1ioK17YJLEvjrGv5K4JLjkL7vowb1em/](ipfs://QmchdAPH9uqVLCC1ioK17YJLEvjrGv5K4JLjkL7vowb1em/)

### 5.23.2 (2024-04-11)
### 5.23.3 (2024-04-11)


### Bug Fixes

* **web:** TokenBalanceProvider account change [prod] (#7433) ae7d54b
* **web:** set usePoolData errorPolicy to all a94ce7a


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.23.2
web/5.23.3
2 changes: 2 additions & 0 deletions apps/web/src/graphql/data/pools/usePoolData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export function usePoolData(
data: dataV3,
} = useV3PoolQuery({
variables: { chain: chainIdToBackendName(chainId), address: poolAddress },
errorPolicy: 'all',
})
const {
loading: loadingV2,
Expand All @@ -88,6 +89,7 @@ export function usePoolData(
} = useV2PairQuery({
variables: { address: poolAddress },
skip: chainId !== ChainId.MAINNET,
errorPolicy: 'all',
})

return useMemo(() => {
Expand Down

0 comments on commit 0ef3639

Please sign in to comment.