Skip to content

Commit 3d23c2e

Browse files
ci(release): publish latest release
1 parent bc43cae commit 3d23c2e

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

RELEASE

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmSoRoBJ1TPLdsbuk9ZHUhYTBT3qvVkBKZQSEZLCUySwy1`
3-
- CIDv1: `bafybeiccjlkewwmtc7kfcudsiwftcnjxtldt42laqnvbs3o66xagosz52a`
2+
- CIDv0: `QmdbU9rZkWxKta3MZBfefXEr93qjHYPYvB1C5dr8ndr4dR`
3+
- CIDv1: `bafybeihcvmkix5keffnjvlvhfy2vse7m73mkqxorpupokxoqjh55wd426q`
44

55
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66

@@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010
Your Uniswap settings are never remembered across different URLs.
1111

1212
IPFS gateways:
13-
- https://bafybeiccjlkewwmtc7kfcudsiwftcnjxtldt42laqnvbs3o66xagosz52a.ipfs.dweb.link/
14-
- https://bafybeiccjlkewwmtc7kfcudsiwftcnjxtldt42laqnvbs3o66xagosz52a.ipfs.cf-ipfs.com/
15-
- [ipfs://QmSoRoBJ1TPLdsbuk9ZHUhYTBT3qvVkBKZQSEZLCUySwy1/](ipfs://QmSoRoBJ1TPLdsbuk9ZHUhYTBT3qvVkBKZQSEZLCUySwy1/)
13+
- https://bafybeihcvmkix5keffnjvlvhfy2vse7m73mkqxorpupokxoqjh55wd426q.ipfs.dweb.link/
14+
- https://bafybeihcvmkix5keffnjvlvhfy2vse7m73mkqxorpupokxoqjh55wd426q.ipfs.cf-ipfs.com/
15+
- [ipfs://QmdbU9rZkWxKta3MZBfefXEr93qjHYPYvB1C5dr8ndr4dR/](ipfs://QmdbU9rZkWxKta3MZBfefXEr93qjHYPYvB1C5dr8ndr4dR/)
1616

17-
### 5.44.2 (2024-08-29)
17+
### 5.44.3 (2024-08-30)
1818

1919

2020
### Bug Fixes
2121

22-
* **web:** use input and output currency info for derived swap info - … (#11399) 758f343
22+
* **web:** add link to vote - prod (#11424) 6c154d5
2323

2424

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.44.2
1+
web/5.44.3

apps/web/src/components/NavBar/CompanyMenu/Content.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export const useMenuContent = (): MenuSection[] => {
2828
{
2929
title: t('common.protocol'),
3030
items: [
31+
{ label: t('common.vote'), href: 'https://vote.uniswapfoundation.org' },
3132
{ label: t('common.governance'), href: 'https://uniswap.org/governance' },
3233
{ label: t('common.developers'), href: 'https://uniswap.org/developers' },
3334
],

packages/uniswap/src/i18n/locales/source/en-US.json

+1
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@
625625
"common.viewOnExplorer": "View on Explorer",
626626
"common.viewTransactionExplorer.link": "View transaction on Explorer",
627627
"common.volume": "Volume",
628+
"common.vote": "Vote",
628629
"common.vote.cancelled": "Vote cancelled",
629630
"common.vote.failed": "Vote failed",
630631
"common.voted": "Voted",

0 commit comments

Comments
 (0)