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
68c8f2ac
Commit
68c8f2ac
authored
Jun 25, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
995bbc89
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
15 deletions
+17
-15
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
index.tsx
apps/web/src/components/PositionCard/index.tsx
+1
-1
v2.tsx
apps/web/src/pages/Pool/v2.tsx
+7
-5
index.tsx
apps/web/src/pages/PoolFinder/index.tsx
+1
-1
No files found.
RELEASE
View file @
68c8f2ac
IPFS hash of the deployment:
- CIDv0: `Qm
Z7TnTwMWzVd9j9TvqoinvdWnR2VscUDN4b6tFhBPBeuJ
`
- CIDv1: `bafybei
fab6tsjjcjyzk2swunb5fvpseeyf6kkutzq5lbg2c3u3gvrtobhu
`
- CIDv0: `Qm
YHo8ByLJhirWoUo4paybfbScgQrh5xahfr737xgdjxwQ
`
- CIDv1: `bafybei
et3gsfp5g7prg2zjbaj5cwp6r3qok5fcp4rbqjdefjb7qd2bpt74
`
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.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybei
fab6tsjjcjyzk2swunb5fvpseeyf6kkutzq5lbg2c3u3gvrtobhu
.ipfs.dweb.link/
- https://bafybei
fab6tsjjcjyzk2swunb5fvpseeyf6kkutzq5lbg2c3u3gvrtobhu
.ipfs.cf-ipfs.com/
- [ipfs://Qm
Z7TnTwMWzVd9j9TvqoinvdWnR2VscUDN4b6tFhBPBeuJ/](ipfs://QmZ7TnTwMWzVd9j9TvqoinvdWnR2VscUDN4b6tFhBPBeuJ
/)
- https://bafybei
et3gsfp5g7prg2zjbaj5cwp6r3qok5fcp4rbqjdefjb7qd2bpt74
.ipfs.dweb.link/
- https://bafybei
et3gsfp5g7prg2zjbaj5cwp6r3qok5fcp4rbqjdefjb7qd2bpt74
.ipfs.cf-ipfs.com/
- [ipfs://Qm
YHo8ByLJhirWoUo4paybfbScgQrh5xahfr737xgdjxwQ/](ipfs://QmYHo8ByLJhirWoUo4paybfbScgQrh5xahfr737xgdjxwQ
/)
### 5.36.
1
(2024-06-25)
### 5.36.
2
(2024-06-25)
### Bug Fixes
* **web:**
ignore GQL errors in SearchTokens query (#9492) 968bc7c
* **web:**
fix broken link, translation, and importing v2 positions (#… (#9493) 8fc43a8
VERSION
View file @
68c8f2ac
web/5.36.1
\ No newline at end of file
web/5.36.2
\ No newline at end of file
apps/web/src/components/PositionCard/index.tsx
View file @
68c8f2ac
...
...
@@ -102,7 +102,7 @@ export function MinimalPositionCard({ pair, showUnwrapped = false, border }: Pos
<
AutoColumn
gap=
"4px"
>
<
FixedHeightRow
>
<
Text
fontSize=
{
16
}
fontWeight=
{
535
}
>
<
Trans
i18nKey=
"share.label"
/>
<
Trans
i18nKey=
"
pool.
share.label"
/>
</
Text
>
<
Text
fontSize=
{
16
}
fontWeight=
{
535
}
>
{
poolTokenPercentage
?
poolTokenPercentage
.
toFixed
(
6
)
+
'
%
'
:
'
-
'
}
...
...
apps/web/src/pages/Pool/v2.tsx
View file @
68c8f2ac
...
...
@@ -12,10 +12,10 @@ import { Dots } from 'components/swap/styled'
import
{
BIG_INT_ZERO
}
from
'
constants/misc
'
import
{
useAccount
}
from
'
hooks/useAccount
'
import
{
useNetworkSupportsV2
}
from
'
hooks/useNetworkSupportsV2
'
import
{
useTokenBalances
}
from
'
hooks/useTokenBalances
'
import
{
useV2Pairs
}
from
'
hooks/useV2Pairs
'
import
{
Trans
}
from
'
i18n
'
import
JSBI
from
'
jsbi
'
import
{
useRpcTokenBalancesWithLoadingIndicator
}
from
'
lib/hooks/useCurrencyBalance
'
import
{
PoolVersionMenu
}
from
'
pages/Pool/shared
'
import
{
useMemo
}
from
'
react
'
import
{
ChevronsRight
}
from
'
react-feather
'
...
...
@@ -27,7 +27,6 @@ import styled, { useTheme } from 'styled-components'
import
{
ExternalLink
,
HideSmall
,
ThemedText
}
from
'
theme/components
'
import
{
ProtocolVersion
}
from
'
uniswap/src/data/graphql/uniswap-data-api/__generated__/types-and-hooks
'
import
Trace
from
'
uniswap/src/features/telemetry/Trace
'
import
{
currencyKey
}
from
'
utils/currencyKey
'
const
PageWrapper
=
styled
(
AutoColumn
)
`
max-width: 640px;
...
...
@@ -100,14 +99,17 @@ export default function Pool() {
()
=>
trackedTokenPairs
.
map
((
tokens
)
=>
({
liquidityToken
:
toV2LiquidityToken
(
tokens
),
tokens
})),
[
trackedTokenPairs
]
)
const
{
balanceMap
,
loading
:
fetchingV2PairBalances
}
=
useTokenBalances
()
const
[
balanceMap
,
fetchingV2PairBalances
]
=
useRpcTokenBalancesWithLoadingIndicator
(
account
.
address
,
tokenPairsWithLiquidityTokens
.
map
(({
liquidityToken
})
=>
liquidityToken
),
!
account
?.
address
,
)
// fetch the reserves for all V2 pools in which the user has a balance
const
liquidityTokensWithBalances
=
useMemo
(
()
=>
tokenPairsWithLiquidityTokens
.
filter
(({
liquidityToken
})
=>
{
const
liquidityTokenKey
=
currencyKey
(
liquidityToken
)
return
balanceMap
[
liquidityTokenKey
]?.
balance
>
0
return
balanceMap
[
liquidityToken
.
address
]?.
greaterThan
(
0
)
}),
[
tokenPairsWithLiquidityTokens
,
balanceMap
]
)
...
...
apps/web/src/pages/PoolFinder/index.tsx
View file @
68c8f2ac
...
...
@@ -167,7 +167,7 @@ export default function PoolFinder() {
<
Text
textAlign=
"center"
fontWeight=
{
535
}
>
<
Trans
i18nKey=
"poolFinder.found"
/>
</
Text
>
<
StyledInternalLink
to=
"pools/v2"
>
<
StyledInternalLink
to=
"
/
pools/v2"
>
<
Text
textAlign=
"center"
>
<
Trans
i18nKey=
"poolFinder.managePool"
/>
</
Text
>
...
...
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