ci(release): publish latest release

parent 3e5fb051
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `Qmbx2qmXcLfaqtEm71XnBrTZRJSepmMiCYqQa833MUehQR` - CIDv0: `Qme44H1PdJPvgSyV94D33wyy895YsHH5fKWAuHN8jrexmq`
- CIDv1: `bafybeigkhbeiart6cgq77am7th53hpxehbvlevnzxuqn3z7qvk2nagv2my` - CIDv1: `bafybeihjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq`
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,34 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway. ...@@ -10,34 +10,15 @@ 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://bafybeigkhbeiart6cgq77am7th53hpxehbvlevnzxuqn3z7qvk2nagv2my.ipfs.dweb.link/ - https://bafybeihjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq.ipfs.dweb.link/
- https://bafybeigkhbeiart6cgq77am7th53hpxehbvlevnzxuqn3z7qvk2nagv2my.ipfs.cf-ipfs.com/ - https://bafybeihjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq.ipfs.cf-ipfs.com/
- [ipfs://Qmbx2qmXcLfaqtEm71XnBrTZRJSepmMiCYqQa833MUehQR/](ipfs://Qmbx2qmXcLfaqtEm71XnBrTZRJSepmMiCYqQa833MUehQR/) - [ipfs://Qme44H1PdJPvgSyV94D33wyy895YsHH5fKWAuHN8jrexmq/](ipfs://Qme44H1PdJPvgSyV94D33wyy895YsHH5fKWAuHN8jrexmq/)
## 5.1.0 (2023-12-05) ### 5.1.1 (2023-12-06)
### 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
### Bug Fixes ### Bug Fixes
* **web:** network downtime warning is not positioned correctly (#5281) 8b3ebb3 * **web:** optional address for multichainbalance - prod hotfix (#5392) 99d4e33
* **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/5.1.0 web/5.1.1
\ No newline at end of file \ No newline at end of file
...@@ -198,7 +198,7 @@ export default function TokenDetails({ ...@@ -198,7 +198,7 @@ export default function TokenDetails({
const navigateToTokenForChain = useCallback( const navigateToTokenForChain = useCallback(
(update: Chain) => { (update: Chain) => {
if (!address) return if (!address) return
const bridgedAddress = multiChainMap[update].address const bridgedAddress = multiChainMap[update]?.address
if (bridgedAddress) { if (bridgedAddress) {
startTokenTransition(() => startTokenTransition(() =>
navigate( navigate(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment