forked from Uniswap/interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE
54 lines (39 loc) · 2.68 KB
/
RELEASE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
IPFS hash of the deployment:
- CIDv0: `Qmdg6ij4etmGwSPx9hQ8HLTKjxPFjRSK9R5pN8GhkrVZ4x`
- CIDv1: `bafybeihd3k76qlvihfnaz3kgznkhzzr56vstcuzlpum67p6yudbbwnoagu`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
You can also access the Uniswap Interface from an IPFS gateway.
**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.
**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).
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybeihd3k76qlvihfnaz3kgznkhzzr56vstcuzlpum67p6yudbbwnoagu.ipfs.dweb.link/
- https://bafybeihd3k76qlvihfnaz3kgznkhzzr56vstcuzlpum67p6yudbbwnoagu.ipfs.cf-ipfs.com/
- [ipfs://Qmdg6ij4etmGwSPx9hQ8HLTKjxPFjRSK9R5pN8GhkrVZ4x/](ipfs://Qmdg6ij4etmGwSPx9hQ8HLTKjxPFjRSK9R5pN8GhkrVZ4x/)
## 5.47.0 (2024-09-19)
### Features
* **web:** add a sample position (#11732) 5f549b5
* **web:** add shared swap flow to interface (#11767) 4600e7c
* **web:** add the add liquidity modal and refactor modals to accept an initial state (#11721) 86bcbff
* **web:** correctly utilize token balances provider (#11440) 596ec67
* **web:** Fake Inf Scroll on Top Tokens and Pools table (#11830) 6452fae
* **web:** Fix Tamagui crash on explore (#11838) c4d8def
* **web:** memoize most of explore (#11745) e04492c
* **web:** replace PillMultiToggle with Spore SegmentedControl (incl. snapshot changes) (#11361) 8b25df9
* **web:** use cursor position instead of index for volume bar hover state (#11633) ec5818c
* **web:** v4 pool flow progress indicator (#11793) de3e082
### Bug Fixes
* **web:** Add unsupported style to Explore Table network options (#11698) 9a2f08b
* **web:** avoid redirecting to / on Sign In Here (#11696) 0d0dce3
* **web:** filter search sugesstions if token chain is undefined (#11582) da16520
* **web:** migrate missing default userSettings fields (#11768) b2ea34a
* **web:** nav dropdown height overflow and scroll (#12004) f46006f
* **web:** prevent crash from new Base fee tiers [staging hotfix] (#11948) 4d44d04
* **web:** reduce bundle size to 8/15/2024 levels (#11871) aafd834
* **web:** remove frontend global search sorting/filtering logic [main] (#11832) dc095c9
* **web:** remove vote pages (#11686) 2d10cc2
* **web:** update cta on web mobile to open the app (#11603) daa2589
* **web:** use onchain instead of swapping (#11778) 1b95a00
* **web:** use overflow auto instead of scroll (#12009) f3d6323
### Continuous Integration
* **web:** update sitemaps f3f3f11