ci(release): publish latest release
This commit is contained in:
parent
3e5fb0516d
commit
ba367959eb
33
RELEASE
33
RELEASE
@ -1,6 +1,6 @@
|
||||
IPFS hash of the deployment:
|
||||
- CIDv0: `Qmbx2qmXcLfaqtEm71XnBrTZRJSepmMiCYqQa833MUehQR`
|
||||
- CIDv1: `bafybeigkhbeiart6cgq77am7th53hpxehbvlevnzxuqn3z7qvk2nagv2my`
|
||||
- CIDv0: `Qme44H1PdJPvgSyV94D33wyy895YsHH5fKWAuHN8jrexmq`
|
||||
- CIDv1: `bafybeihjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq`
|
||||
|
||||
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://bafybeigkhbeiart6cgq77am7th53hpxehbvlevnzxuqn3z7qvk2nagv2my.ipfs.dweb.link/
|
||||
- https://bafybeigkhbeiart6cgq77am7th53hpxehbvlevnzxuqn3z7qvk2nagv2my.ipfs.cf-ipfs.com/
|
||||
- [ipfs://Qmbx2qmXcLfaqtEm71XnBrTZRJSepmMiCYqQa833MUehQR/](ipfs://Qmbx2qmXcLfaqtEm71XnBrTZRJSepmMiCYqQa833MUehQR/)
|
||||
- https://bafybeihjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq.ipfs.dweb.link/
|
||||
- https://bafybeihjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq.ipfs.cf-ipfs.com/
|
||||
- [ipfs://Qme44H1PdJPvgSyV94D33wyy895YsHH5fKWAuHN8jrexmq/](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
|
||||
|
||||
|
||||
|
2
VERSION
2
VERSION
@ -1 +1 @@
|
||||
web/5.1.0
|
||||
web/5.1.1
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user