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
0ef36398
Commit
0ef36398
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
ae6012da
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
usePoolData.ts
apps/web/src/graphql/data/pools/usePoolData.ts
+2
-0
No files found.
RELEASE
View file @
0ef36398
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
RUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG
`
- CIDv0: `Qm
chdAPH9uqVLCC1ioK17YJLEvjrGv5K4JLjkL7vowb1em
`
- CIDv1: `bafybei
bor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4
`
- CIDv1: `bafybei
gvmmijtkdmusl7u22jm76purvb4vyrqihztbb5c7h4ragsc2irhy
`
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,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,15 +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
bor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4
.ipfs.dweb.link/
- https://bafybei
gvmmijtkdmusl7u22jm76purvb4vyrqihztbb5c7h4ragsc2irhy
.ipfs.dweb.link/
- https://bafybei
bor7myvk5yzfdx7k3orreuxitxtseyd2zh5zaaqczjo5i4gmyrk4
.ipfs.cf-ipfs.com/
- https://bafybei
gvmmijtkdmusl7u22jm76purvb4vyrqihztbb5c7h4ragsc2irhy
.ipfs.cf-ipfs.com/
- [ipfs://Qm
RUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG/](ipfs://QmRUQggwPRvjCrAusfxoEh4X2CNdUX8UTNvJD386JDbwZG
/)
- [ipfs://Qm
chdAPH9uqVLCC1ioK17YJLEvjrGv5K4JLjkL7vowb1em/](ipfs://QmchdAPH9uqVLCC1ioK17YJLEvjrGv5K4JLjkL7vowb1em
/)
### 5.23.
2
(2024-04-11)
### 5.23.
3
(2024-04-11)
### Bug Fixes
### Bug Fixes
* **web:**
TokenBalanceProvider account change [prod] (#7433) ae7d54b
* **web:**
set usePoolData errorPolicy to all a94ce7a
VERSION
View file @
0ef36398
web/5.23.2
web/5.23.3
\ No newline at end of file
\ No newline at end of file
apps/web/src/graphql/data/pools/usePoolData.ts
View file @
0ef36398
...
@@ -80,6 +80,7 @@ export function usePoolData(
...
@@ -80,6 +80,7 @@ export function usePoolData(
data
:
dataV3
,
data
:
dataV3
,
}
=
useV3PoolQuery
({
}
=
useV3PoolQuery
({
variables
:
{
chain
:
chainIdToBackendName
(
chainId
),
address
:
poolAddress
},
variables
:
{
chain
:
chainIdToBackendName
(
chainId
),
address
:
poolAddress
},
errorPolicy
:
'
all
'
,
})
})
const
{
const
{
loading
:
loadingV2
,
loading
:
loadingV2
,
...
@@ -88,6 +89,7 @@ export function usePoolData(
...
@@ -88,6 +89,7 @@ export function usePoolData(
}
=
useV2PairQuery
({
}
=
useV2PairQuery
({
variables
:
{
address
:
poolAddress
},
variables
:
{
address
:
poolAddress
},
skip
:
chainId
!==
ChainId
.
MAINNET
,
skip
:
chainId
!==
ChainId
.
MAINNET
,
errorPolicy
:
'
all
'
,
})
})
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