File tree 4 files changed +10
-8
lines changed
packages/uniswap/src/i18n/locales/source
4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
IPFS hash of the deployment:
2
- - CIDv0: `QmSoRoBJ1TPLdsbuk9ZHUhYTBT3qvVkBKZQSEZLCUySwy1 `
3
- - CIDv1: `bafybeiccjlkewwmtc7kfcudsiwftcnjxtldt42laqnvbs3o66xagosz52a `
2
+ - CIDv0: `QmdbU9rZkWxKta3MZBfefXEr93qjHYPYvB1C5dr8ndr4dR `
3
+ - CIDv1: `bafybeihcvmkix5keffnjvlvhfy2vse7m73mkqxorpupokxoqjh55wd426q `
4
4
5
5
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
6
6
@@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
10
10
Your Uniswap settings are never remembered across different URLs.
11
11
12
12
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 /)
16
16
17
- ### 5.44.2 (2024-08-29 )
17
+ ### 5.44.3 (2024-08-30 )
18
18
19
19
20
20
### Bug Fixes
21
21
22
- * **web:** use input and output currency info for derived swap info - … (#11399) 758f343
22
+ * **web:** add link to vote - prod (#11424) 6c154d5
23
23
24
24
Original file line number Diff line number Diff line change 1
- web/5.44.2
1
+ web/5.44.3
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export const useMenuContent = (): MenuSection[] => {
28
28
{
29
29
title : t ( 'common.protocol' ) ,
30
30
items : [
31
+ { label : t ( 'common.vote' ) , href : 'https://vote.uniswapfoundation.org' } ,
31
32
{ label : t ( 'common.governance' ) , href : 'https://uniswap.org/governance' } ,
32
33
{ label : t ( 'common.developers' ) , href : 'https://uniswap.org/developers' } ,
33
34
] ,
Original file line number Diff line number Diff line change 625
625
"common.viewOnExplorer" : " View on Explorer" ,
626
626
"common.viewTransactionExplorer.link" : " View transaction on Explorer" ,
627
627
"common.volume" : " Volume" ,
628
+ "common.vote" : " Vote" ,
628
629
"common.vote.cancelled" : " Vote cancelled" ,
629
630
"common.vote.failed" : " Vote failed" ,
630
631
"common.voted" : " Voted" ,
You can’t perform that action at this time.
0 commit comments