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
f9f5c087
Commit
f9f5c087
authored
Mar 20, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
c1323c29
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
42 deletions
+14
-42
RELEASE
RELEASE
+8
-39
VERSION
VERSION
+1
-1
useMultiChainPositions.tsx
...ountDrawer/MiniPortfolio/Pools/useMultiChainPositions.tsx
+3
-0
PoolDetailsPositionsTable.tsx
...omponents/Pools/PoolDetails/PoolDetailsPositionsTable.tsx
+1
-1
usePoolData.ts
apps/web/src/graphql/data/pools/usePoolData.ts
+1
-1
No files found.
RELEASE
View file @
f9f5c087
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
V8dNhZZhwARbFbRwX84c1qD5g1ByxuGSxegFdt4iLGWD
`
- CIDv0: `Qm
TNTfBMNoxKUXR71oFMrGiUQsDm3JtpkyVaxjCnRQuUbu
`
- CIDv1: `bafybei
de5vkgujdy6vmvh2hzpkepm3lvyo3b7ed4vahlsf5nemuzjc3n4i
`
- CIDv1: `bafybei
ckyem7qf4vd2ujvpahu2jeb2snj5sccgfnafuejd4ejpjuzrm7aq
`
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,47 +10,16 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,47 +10,16 @@ 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
de5vkgujdy6vmvh2hzpkepm3lvyo3b7ed4vahlsf5nemuzjc3n4i
.ipfs.dweb.link/
- https://bafybei
ckyem7qf4vd2ujvpahu2jeb2snj5sccgfnafuejd4ejpjuzrm7aq
.ipfs.dweb.link/
- https://bafybei
de5vkgujdy6vmvh2hzpkepm3lvyo3b7ed4vahlsf5nemuzjc3n4i
.ipfs.cf-ipfs.com/
- https://bafybei
ckyem7qf4vd2ujvpahu2jeb2snj5sccgfnafuejd4ejpjuzrm7aq
.ipfs.cf-ipfs.com/
- [ipfs://Qm
V8dNhZZhwARbFbRwX84c1qD5g1ByxuGSxegFdt4iLGWD/](ipfs://QmV8dNhZZhwARbFbRwX84c1qD5g1ByxuGSxegFdt4iLGWD
/)
- [ipfs://Qm
TNTfBMNoxKUXR71oFMrGiUQsDm3JtpkyVaxjCnRQuUbu/](ipfs://QmTNTfBMNoxKUXR71oFMrGiUQsDm3JtpkyVaxjCnRQuUbu
/)
## 5.19.0 (2024-03-18)
### 5.19.1 (2024-03-20)
### Features
* **web:** add CurrencyInfo type to web (#6810) ffc3f51
* **web:** add realtime feature flag (#6374) 7038b33
* **web:** Add Unicons V2 to web behind flag (#5968) dc40653
* **web:** gql token lists feature flag and boilerplate (#6857) 539001c
* **web:** link PDP to LP positions page (#6838) 116eaf3
* **web:** reinstate on-chain polling configuration (#6841) b020958
* **web:** remove mobile app promo banner (#6917) (#6954) 0c1b9c3
* **web:** update AppJsonRpcProvider to only use exp decay on fails (#6890) 37862f2
### Bug Fixes
### Bug Fixes
* **web:** avoid polling current block timestamp (#6843) 5c65ef9
* **web:** dont crash PDP when one of the v2/v3 queries fails 10937ea
* **web:** broken token logos (#6935) 522f176
* **web:** dont crash PDP when one of the v2/v3 queries fails (#7011) ff38514
* **web:** configure Sentry source maps for rebased branches (#6923) e2b0872
* **web:** downgrade zone.js to fix iOS 16 (#6920) e0266b7
* **web:** fetch HMR paths (#6862) 734d772
* **web:** fix isMobile to not pick up desktop, and fix service worker checks (#6936) 2daff12
* **web:** fix miniflare after apollo/client upgrade (#6913) f152713
* **web:** LimitsMenu overflowing cancel button bug (#6854) acf2f01
* **web:** only poll for gas price when needed (#6845) e15f3c5
* **web:** patch zone.js to allow wc modal (#6864) 5d595b2
* **web:** reduce polling for health to 5m (#6842) 49391c8
* **web:** should copy checksummed address (#6757) bbc2aca
* **web:** show correct v2 fee (#6925) bad29f9
* **web:** stop requesting order statuses w/ invalid request body (#6820) 29ea4cd
* **web:** stop updating displayed quote after trade is submitted (#6819) c0ed816
* **web:** use apollo provider w/o realtime (#6914) 47db20e
### Code Refactoring
* **web:** wrap apollo Provider (#6375) 50d4d64
VERSION
View file @
f9f5c087
web/5.19.0
web/5.19.1
\ No newline at end of file
\ No newline at end of file
apps/web/src/components/AccountDrawer/MiniPortfolio/Pools/useMultiChainPositions.tsx
View file @
f9f5c087
...
@@ -160,6 +160,9 @@ export default function useMultiChainPositions(account: string, chains = DEFAULT
...
@@ -160,6 +160,9 @@ export default function useMultiChainPositions(account: string, chains = DEFAULT
const
fetchPositionsForChain
=
useCallback
(
const
fetchPositionsForChain
=
useCallback
(
async
(
chainId
:
ChainId
):
Promise
<
PositionInfo
[]
>
=>
{
async
(
chainId
:
ChainId
):
Promise
<
PositionInfo
[]
>
=>
{
if
(
!
account
||
account
.
length
===
0
)
{
return
[]
}
try
{
try
{
const
pm
=
pms
[
chainId
]
const
pm
=
pms
[
chainId
]
const
multicall
=
multicalls
[
chainId
]
const
multicall
=
multicalls
[
chainId
]
...
...
apps/web/src/components/Pools/PoolDetails/PoolDetailsPositionsTable.tsx
View file @
f9f5c087
...
@@ -42,7 +42,7 @@ const StatusWrapper = styled(Row)<{ status: PositionStatus }>`
...
@@ -42,7 +42,7 @@ const StatusWrapper = styled(Row)<{ status: PositionStatus }>`
width: max-content;
width: max-content;
margin-right: 0;
margin-right: 0;
margin-left: auto;
margin-left: auto;
color
${({
theme
,
status
})
=>
color
:
${({
theme
,
status
})
=>
status
===
PositionStatus
.
IN_RANGE
status
===
PositionStatus
.
IN_RANGE
?
theme
.
success
?
theme
.
success
:
status
===
PositionStatus
.
OUT_OF_RANGE
:
status
===
PositionStatus
.
OUT_OF_RANGE
...
...
apps/web/src/graphql/data/pools/usePoolData.ts
View file @
f9f5c087
...
@@ -85,7 +85,7 @@ export function usePoolData(
...
@@ -85,7 +85,7 @@ export function usePoolData(
const
anyLoading
=
Boolean
(
loadingV3
||
(
loadingV2
&&
chainId
===
ChainId
.
MAINNET
))
const
anyLoading
=
Boolean
(
loadingV3
||
(
loadingV2
&&
chainId
===
ChainId
.
MAINNET
))
// return early if not all data yet
// return early if not all data yet
if
(
any
Error
||
any
Loading
)
{
if
(
anyLoading
)
{
return
{
return
{
loading
:
anyLoading
,
loading
:
anyLoading
,
error
:
anyError
,
error
:
anyError
,
...
...
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