1
- We are back with some new updates! Here’s the latest:
2
-
3
- Unichain Updates: Enjoy faster swap speeds, more onramp options, and more token data.
4
- Monad Testnet Support: Swap here by toggling to testnet mode in settings
5
-
6
- Other changes:
7
- - VND currency support
8
- - Improvements to our NFT Spam reporting feature
9
- - Stronger warnings when sending funds to token contracts
10
- - New icon for the Buy/Sell button on the homepage
11
- - Various bug fixes and performance improvements
12
- - Improved help center articles
1
+ IPFS hash of the deployment:
2
+ - CIDv0: `QmcmxzrNZV6PSQUvi77szywWtT7oG5MB13GwMoaN7nbpBU`
3
+ - CIDv1: `bafybeigwp7iptpdnrs7ot27t2aibq7d6mgmptfe6tivot3wp2lvfig3wtm`
4
+
5
+ The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
6
+
7
+ You can also access the Uniswap Interface from an IPFS gateway.
8
+ **BEWARE**: The Uniswap interface uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to remember your settings, such as which tokens you have imported.
9
+ **You should always use an IPFS gateway that enforces origin separation**, or our hosted deployment of the latest release at [app.uniswap.org](https://app.uniswap.org).
10
+ Your Uniswap settings are never remembered across different URLs.
11
+
12
+ IPFS gateways:
13
+ - https://bafybeigwp7iptpdnrs7ot27t2aibq7d6mgmptfe6tivot3wp2lvfig3wtm.ipfs.dweb.link/
14
+ - [ipfs://QmcmxzrNZV6PSQUvi77szywWtT7oG5MB13GwMoaN7nbpBU/](ipfs://QmcmxzrNZV6PSQUvi77szywWtT7oG5MB13GwMoaN7nbpBU/)
15
+
16
+ ## 5.77.0 (2025-03-19)
17
+
18
+
19
+ ### Features
20
+
21
+ * **web:** [creating pool] modify setting initial price style (#17104) 2a3047e
22
+ * **web:** [lp] add migrate button on v3 positions (#17301) 48dcf56
23
+ * **web:** [lp] add warnings based on price differential (#17163) e655444
24
+ * **web:** add wallet connection/status to datadog issues (#17125) 3ea2492
25
+ * **web:** avoid non-actionable rpc errors for testnet chains (#17188) cfdd7af
26
+ * **web:** delete legacy swap :O (#16378) 246d6da
27
+ * **web:** initialize creating a pool with current price info (#17075) 9c2e992
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * **web:** [lp] mweb cleanups (#17260) 5327e78
33
+ * **web:** add back h1 to swap tab header (#16941) c12b85d
34
+ * **web:** add missing version to DD initialization (#17314) e51f608
35
+ * **web:** dont fail test if snapshot revert fails (#17230) 4034ce9
36
+ * **web:** filter internal RPC errors in wrapSaga on testnets (#16952) e8264f2
37
+ * **web:** fix swapping on TDP (#17379) fa90c53
38
+ * **web:** fix X IconButton in enter hook address form (#17261) 54bbce1
39
+ * **web:** gap in positions cards as a result of using AdaptiveDropdown, and some more minor enhancements (#16384) b56607b
40
+ * **web:** remove sentry from error boundary to fix double render (#17… (#17524) af665cd
41
+ * **web:** remove sprinkles from NFT common.css (#16753) f359718
42
+ * **web:** remove sprinkles from NFT index.css file (#16755) 1c71867
43
+ * **web:** remove sprinkles from nft loading.css (#16754) 55d7321
44
+ * **web:** remove sprinkles from web app (#16756) 2dd0b72
45
+ * **web:** remove styled from ActivitySwitcher (#17002) 64151b1
46
+ * **web:** remove styled from NFT CollectionSearch (#17003) 1097730
47
+ * **web:** remove unused dep - immer (#17187) 2c3d3ab
48
+ * **web:** remove vanilla-extract from Cells.css (#17168) 0f96de7
49
+ * **web:** remove vanilla-extract from CollectionDetails (#17005) 5e720d9
50
+ * **web:** remove vanilla-extract from FilterButton (#17006) 32a583c
51
+ * **web:** remove vanilla-extract from Filters.css (#17007) de5aa23
52
+ * **web:** remove vanilla-extract from LoadingSparkle (#17166) 42f2485
53
+ * **web:** remove vanilla-extract from NFT Activity (#17004) 480bce6
54
+ * **web:** remove vanilla-extract from PriceRange (#17008) 0689ffa
55
+ * **web:** remove vanilla-extract from SortDropdown (#17167) 82a18ee
56
+ * **web:** reverse animation direction for extension (#17110) c0758d2
57
+ * **web:** send do not allow fiat input testnet (#16675) 16ee4be
58
+ * **web:** tweak stagehand landing page commands (#17281) b64a525
59
+
60
+
61
+ ### Continuous Integration
62
+
63
+ * **web:** update sitemaps e4d288c
64
+
65
+
66
+ ### Code Refactoring
67
+
68
+ * **web:** buy e2e test (#17164) ca807e8
69
+ * **web:** landing page e2e test migration to playwright (#17207) 23c402d
70
+
71
+
0 commit comments