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
bae78ca7
Commit
bae78ca7
authored
Feb 10, 2025
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
7e356d46
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
RELEASE
RELEASE
+6
-6
VERSION
VERSION
+1
-1
hooks.tsx
apps/web/src/state/user/hooks.tsx
+1
-1
No files found.
RELEASE
View file @
bae78ca7
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
dCnKVAywu4azEfXZmabRLDxgdxhLxuBNmY6jYnnBF2pG
`
- CIDv0: `Qm
crC7r7rTib44JSKEidtHVYcwVXxHzs4Zfz7j39BJTbU8
`
- CIDv1: `bafybeig
43nbroxcyglscukpu6gith45bvza4lqriipvzavuiija3ufhmre
`
- CIDv1: `bafybeig
xst4z4x3v4pzihhykcxjn3a7ch4pijhxjlp75cmwym5zs53peju
`
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,14 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,14 +10,14 @@ 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://bafybeig
43nbroxcyglscukpu6gith45bvza4lqriipvzavuiija3ufhmre
.ipfs.dweb.link/
- https://bafybeig
xst4z4x3v4pzihhykcxjn3a7ch4pijhxjlp75cmwym5zs53peju
.ipfs.dweb.link/
- [ipfs://Qm
dCnKVAywu4azEfXZmabRLDxgdxhLxuBNmY6jYnnBF2pG/](ipfs://QmdCnKVAywu4azEfXZmabRLDxgdxhLxuBNmY6jYnnBF2pG
/)
- [ipfs://Qm
crC7r7rTib44JSKEidtHVYcwVXxHzs4Zfz7j39BJTbU8/](ipfs://QmcrC7r7rTib44JSKEidtHVYcwVXxHzs4Zfz7j39BJTbU8
/)
### 5.70.
2
(2025-02-10)
### 5.70.
3
(2025-02-10)
### Bug Fixes
### Bug Fixes
* **web:**
network logo fix prod (#16146) 5f636c5
* **web:**
crash on the v2 migrate page (#16157) ea806be
VERSION
View file @
bae78ca7
web/5.70.2
web/5.70.3
\ No newline at end of file
\ No newline at end of file
apps/web/src/state/user/hooks.tsx
View file @
bae78ca7
...
@@ -194,7 +194,7 @@ export function useTrackedTokenPairs(): [Token, Token][] {
...
@@ -194,7 +194,7 @@ export function useTrackedTokenPairs(): [Token, Token][] {
()
=>
()
=>
chainId
&&
popularTokens
?.
topTokens
chainId
&&
popularTokens
?.
topTokens
?
popularTokens
.
topTokens
.
flatMap
((
gqlToken
)
=>
{
?
popularTokens
.
topTokens
.
flatMap
((
gqlToken
)
=>
{
if
(
!
gqlToken
)
{
if
(
!
gqlToken
||
!
gqlToken
.
address
)
{
return
[]
return
[]
}
}
const
token
=
gqlToCurrency
(
gqlToken
)
const
token
=
gqlToCurrency
(
gqlToken
)
...
...
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