Skip to content

Commit ae6012d

Browse files
ci(release): publish latest release
1 parent 9219c55 commit ae6012d

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

RELEASE

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmUWi3jNeMPBZR4GdHMAGfraizcdpB2szAaPdqRpnEZFSw`
3-
- CIDv1: `bafybeic3xg2e7qmaibklwkbb7ahlubktigmllrc2ucaxtn4xwsflp3idra`
2+
- CIDv0: `QmRUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG`
3+
- CIDv1: `bafybeibor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4`
44

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

@@ -10,10 +10,15 @@ 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://bafybeic3xg2e7qmaibklwkbb7ahlubktigmllrc2ucaxtn4xwsflp3idra.ipfs.dweb.link/
14-
- https://bafybeic3xg2e7qmaibklwkbb7ahlubktigmllrc2ucaxtn4xwsflp3idra.ipfs.cf-ipfs.com/
15-
- [ipfs://QmUWi3jNeMPBZR4GdHMAGfraizcdpB2szAaPdqRpnEZFSw/](ipfs://QmUWi3jNeMPBZR4GdHMAGfraizcdpB2szAaPdqRpnEZFSw/)
13+
- https://bafybeibor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4.ipfs.dweb.link/
14+
- https://bafybeibor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4.ipfs.cf-ipfs.com/
15+
- [ipfs://QmRUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG/](ipfs://QmRUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG/)
1616

17-
### 5.23.1 (2024-04-10)
17+
### 5.23.2 (2024-04-11)
18+
19+
20+
### Bug Fixes
21+
22+
* **web:** TokenBalanceProvider account change [prod] (#7433) ae7d54b
1823

1924

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.23.1
1+
web/5.23.2

apps/web/src/graphql/data/apollo/TokenBalancesProvider.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ function useHasAccountUpdate() {
6464

6565
const isRealtime = useIsRealtime()
6666

67-
const { data, variables } = useAssetActivitySubscription()
67+
const { data } = useAssetActivitySubscription()
6868
const prevData = usePrevious(data)
6969

70-
const { account } = variables ?? {}
70+
const { account } = useWeb3React()
7171
const prevAccount = usePrevious(account)
7272

7373
return useMemo(() => {

0 commit comments

Comments
 (0)