File tree 3 files changed +14
-9
lines changed
apps/web/src/graphql/data/apollo
3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
IPFS hash of the deployment:
2
- - CIDv0: `QmUWi3jNeMPBZR4GdHMAGfraizcdpB2szAaPdqRpnEZFSw `
3
- - CIDv1: `bafybeic3xg2e7qmaibklwkbb7ahlubktigmllrc2ucaxtn4xwsflp3idra `
2
+ - CIDv0: `QmRUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG `
3
+ - CIDv1: `bafybeibor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4 `
4
4
5
5
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
6
6
@@ -10,10 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
10
10
Your Uniswap settings are never remembered across different URLs.
11
11
12
12
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 /)
16
16
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
18
23
19
24
Original file line number Diff line number Diff line change 1
- web/5.23.1
1
+ web/5.23.2
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ function useHasAccountUpdate() {
64
64
65
65
const isRealtime = useIsRealtime ( )
66
66
67
- const { data, variables } = useAssetActivitySubscription ( )
67
+ const { data } = useAssetActivitySubscription ( )
68
68
const prevData = usePrevious ( data )
69
69
70
- const { account } = variables ?? { }
70
+ const { account } = useWeb3React ( )
71
71
const prevAccount = usePrevious ( account )
72
72
73
73
return useMemo ( ( ) => {
You can’t perform that action at this time.
0 commit comments