ci(release): publish latest release

parent bc43caee
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmSoRoBJ1TPLdsbuk9ZHUhYTBT3qvVkBKZQSEZLCUySwy1` - CIDv0: `QmdbU9rZkWxKta3MZBfefXEr93qjHYPYvB1C5dr8ndr4dR`
- CIDv1: `bafybeiccjlkewwmtc7kfcudsiwftcnjxtldt42laqnvbs3o66xagosz52a` - CIDv1: `bafybeihcvmkix5keffnjvlvhfy2vse7m73mkqxorpupokxoqjh55wd426q`
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,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway. ...@@ -10,15 +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://bafybeiccjlkewwmtc7kfcudsiwftcnjxtldt42laqnvbs3o66xagosz52a.ipfs.dweb.link/ - https://bafybeihcvmkix5keffnjvlvhfy2vse7m73mkqxorpupokxoqjh55wd426q.ipfs.dweb.link/
- https://bafybeiccjlkewwmtc7kfcudsiwftcnjxtldt42laqnvbs3o66xagosz52a.ipfs.cf-ipfs.com/ - https://bafybeihcvmkix5keffnjvlvhfy2vse7m73mkqxorpupokxoqjh55wd426q.ipfs.cf-ipfs.com/
- [ipfs://QmSoRoBJ1TPLdsbuk9ZHUhYTBT3qvVkBKZQSEZLCUySwy1/](ipfs://QmSoRoBJ1TPLdsbuk9ZHUhYTBT3qvVkBKZQSEZLCUySwy1/) - [ipfs://QmdbU9rZkWxKta3MZBfefXEr93qjHYPYvB1C5dr8ndr4dR/](ipfs://QmdbU9rZkWxKta3MZBfefXEr93qjHYPYvB1C5dr8ndr4dR/)
### 5.44.2 (2024-08-29) ### 5.44.3 (2024-08-30)
### Bug Fixes ### Bug Fixes
* **web:** use input and output currency info for derived swap info - … (#11399) 758f343 * **web:** add link to vote - prod (#11424) 6c154d5
web/5.44.2 web/5.44.3
\ No newline at end of file \ No newline at end of file
...@@ -28,6 +28,7 @@ export const useMenuContent = (): MenuSection[] => { ...@@ -28,6 +28,7 @@ export const useMenuContent = (): MenuSection[] => {
{ {
title: t('common.protocol'), title: t('common.protocol'),
items: [ items: [
{ label: t('common.vote'), href: 'https://vote.uniswapfoundation.org' },
{ label: t('common.governance'), href: 'https://uniswap.org/governance' }, { label: t('common.governance'), href: 'https://uniswap.org/governance' },
{ label: t('common.developers'), href: 'https://uniswap.org/developers' }, { label: t('common.developers'), href: 'https://uniswap.org/developers' },
], ],
......
...@@ -625,6 +625,7 @@ ...@@ -625,6 +625,7 @@
"common.viewOnExplorer": "View on Explorer", "common.viewOnExplorer": "View on Explorer",
"common.viewTransactionExplorer.link": "View transaction on Explorer", "common.viewTransactionExplorer.link": "View transaction on Explorer",
"common.volume": "Volume", "common.volume": "Volume",
"common.vote": "Vote",
"common.vote.cancelled": "Vote cancelled", "common.vote.cancelled": "Vote cancelled",
"common.vote.failed": "Vote failed", "common.vote.failed": "Vote failed",
"common.voted": "Voted", "common.voted": "Voted",
......
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