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
ba367959
Commit
ba367959
authored
Dec 06, 2023
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
3e5fb051
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
28 deletions
+9
-28
RELEASE
RELEASE
+7
-26
VERSION
VERSION
+1
-1
index.tsx
apps/web/src/components/Tokens/TokenDetails/index.tsx
+1
-1
No files found.
RELEASE
View file @
ba367959
IPFS hash of the deployment:
- CIDv0: `Qm
bx2qmXcLfaqtEm71XnBrTZRJSepmMiCYqQa833MUehQR
`
- CIDv1: `bafybei
gkhbeiart6cgq77am7th53hpxehbvlevnzxuqn3z7qvk2nagv2my
`
- CIDv0: `Qm
e44H1PdJPvgSyV94D33wyy895YsHH5fKWAuHN8jrexmq
`
- CIDv1: `bafybei
hjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq
`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
...
...
@@ -10,34 +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
gkhbeiart6cgq77am7th53hpxehbvlevnzxuqn3z7qvk2nagv2my
.ipfs.dweb.link/
- https://bafybei
gkhbeiart6cgq77am7th53hpxehbvlevnzxuqn3z7qvk2nagv2my
.ipfs.cf-ipfs.com/
- [ipfs://Qm
bx2qmXcLfaqtEm71XnBrTZRJSepmMiCYqQa833MUehQR/](ipfs://Qmbx2qmXcLfaqtEm71XnBrTZRJSepmMiCYqQa833MUehQR
/)
- https://bafybei
hjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq
.ipfs.dweb.link/
- https://bafybei
hjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq
.ipfs.cf-ipfs.com/
- [ipfs://Qm
e44H1PdJPvgSyV94D33wyy895YsHH5fKWAuHN8jrexmq/](ipfs://Qme44H1PdJPvgSyV94D33wyy895YsHH5fKWAuHN8jrexmq
/)
## 5.1.0 (2023-12-05)
### Features
* **web:** [info] add TDP chart toggle controls (#5223) c9ffc36
* **web:** add H1 to token detail page (#5272) b75724c
* **web:** page titles for all pages (#5327) b45bcab
* **web:** refresh swap flow (#5315) 83f70d4
* **web:** use Context for swap state (#5266) 37a649e
### 5.1.1 (2023-12-06)
### Bug Fixes
* **web:** network downtime warning is not positioned correctly (#5281) 8b3ebb3
* **web:** page titles not updating properly (#5346) 6a29762
* **web:** put tdp text content in p tags (#5308) e5ca253
* **web:** remove trailing slash from canonicals (#5305) 00844b1
* **web:** tab title bug (#5258) e4b92be
* **web:** use nondenominational festive uni logo (#5361) 6f47a78
### Tests
* **web:** add tests for token page title (#5307) 714c0fa
* **web:** optional address for multichainbalance - prod hotfix (#5392) 99d4e33
VERSION
View file @
ba367959
web/5.1.0
\ No newline at end of file
web/5.1.1
\ No newline at end of file
apps/web/src/components/Tokens/TokenDetails/index.tsx
View file @
ba367959
...
...
@@ -198,7 +198,7 @@ export default function TokenDetails({
const
navigateToTokenForChain
=
useCallback
(
(
update
:
Chain
)
=>
{
if
(
!
address
)
return
const
bridgedAddress
=
multiChainMap
[
update
].
address
const
bridgedAddress
=
multiChainMap
[
update
]
?
.
address
if
(
bridgedAddress
)
{
startTokenTransition
(()
=>
navigate
(
...
...
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