Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
ae6012da
Commit
ae6012da
authored
Apr 11, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
9219c553
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
9 deletions
+14
-9
RELEASE
RELEASE
+11
-6
VERSION
VERSION
+1
-1
TokenBalancesProvider.tsx
apps/web/src/graphql/data/apollo/TokenBalancesProvider.tsx
+2
-2
No files found.
RELEASE
View file @
ae6012da
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
UWi3jNeMPBZR4GdHMAGfraizcdpB2szAaPdqRpnEZFSw
`
- CIDv0: `Qm
RUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG
`
- CIDv1: `bafybei
c3xg2e7qmaibklwkbb7ahlubktigmllrc2ucaxtn4xwsflp3idra
`
- CIDv1: `bafybei
bor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4
`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
...
@@ -10,10 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,10 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
IPFS gateways:
- https://bafybei
c3xg2e7qmaibklwkbb7ahlubktigmllrc2ucaxtn4xwsflp3idra
.ipfs.dweb.link/
- https://bafybei
bor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4
.ipfs.dweb.link/
- https://bafybei
c3xg2e7qmaibklwkbb7ahlubktigmllrc2ucaxtn4xwsflp3idra
.ipfs.cf-ipfs.com/
- https://bafybei
bor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4
.ipfs.cf-ipfs.com/
- [ipfs://Qm
UWi3jNeMPBZR4GdHMAGfraizcdpB2szAaPdqRpnEZFSw/](ipfs://QmUWi3jNeMPBZR4GdHMAGfraizcdpB2szAaPdqRpnEZFSw
/)
- [ipfs://Qm
RUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG/](ipfs://QmRUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG
/)
### 5.23.1 (2024-04-10)
### 5.23.2 (2024-04-11)
### Bug Fixes
* **web:** TokenBalanceProvider account change [prod] (#7433) ae7d54b
VERSION
View file @
ae6012da
web/5.23.1
web/5.23.2
\ No newline at end of file
\ No newline at end of file
apps/web/src/graphql/data/apollo/TokenBalancesProvider.tsx
View file @
ae6012da
...
@@ -64,10 +64,10 @@ function useHasAccountUpdate() {
...
@@ -64,10 +64,10 @@ function useHasAccountUpdate() {
const
isRealtime
=
useIsRealtime
()
const
isRealtime
=
useIsRealtime
()
const
{
data
,
variables
}
=
useAssetActivitySubscription
()
const
{
data
}
=
useAssetActivitySubscription
()
const
prevData
=
usePrevious
(
data
)
const
prevData
=
usePrevious
(
data
)
const
{
account
}
=
variables
??
{}
const
{
account
}
=
useWeb3React
()
const
prevAccount
=
usePrevious
(
account
)
const
prevAccount
=
usePrevious
(
account
)
return
useMemo
(()
=>
{
return
useMemo
(()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment