-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathRELEASE
60 lines (42 loc) · 2.83 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
53
54
55
56
57
58
IPFS hash of the deployment:
- CIDv0: `QmQToF1qiuAjejy6i8taYNKVGVw2eehvVKb8mimGtzmdnt`
- CIDv1: `bafybeia7rqlhhzrec6fjpzeo2eh3ayuiiqrkqehr2puihgnpw5xabvisqu`
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://bafybeia7rqlhhzrec6fjpzeo2eh3ayuiiqrkqehr2puihgnpw5xabvisqu.ipfs.dweb.link/
- [ipfs://QmQToF1qiuAjejy6i8taYNKVGVw2eehvVKb8mimGtzmdnt/](ipfs://QmQToF1qiuAjejy6i8taYNKVGVw2eehvVKb8mimGtzmdnt/)
## 5.79.0 (2025-04-16)
### Features
* **web:** [EW] add EW redux state and Recently Signed In Modal (#18035) f78e203
* **web:** [EW] add ExternallyConnectableExtension dynamic config to select which extension the web app will communicate with (#18226) 211a6f8
* **web:** [EW] Add new passkeys to wallet (#14816) a06b597
* **web:** [EW] Be able to delete passkeys (#14817) 53cf094
* **web:** [EW] Modify Sign In Connector (#17668) eb6e89f
* **web:** add apr section to position page (#18078) 328c45a
* **web:** add low network native balance warning for send (#18248) 1eb12a9
* **web:** add username to EW registration (#18084) 5ac58a5
* **web:** allow Low network token balance warning to show for interface (#18102) d756982
* **web:** lp incentive position card updates (#18044) d50e225
* **web:** update positions page with lp incentive boost treatments (#18026) 4211bdc
### Bug Fixes
* **web:** fixing arb v3 (#18421) (#18503) 6d6599f
* **web:** handle async token0 or token1 in create context (#18395) ad71e5e
* **web:** hotfix staging fix safari dropdown (#18468) b19c84c
* **web:** move to 1 worker and fix wallet connection (#18348) c38af7e
* **web:** only use mainnet in legacy searchbardropdown (#17966) de03a5d
* **web:** tooltip on hover tamagui bug (#18349) 4c9c8aa
* **web:** web staging builds (#18402) 8aff715
### Continuous Integration
* **web:** update sitemaps 7d9688f
### Code Refactoring
* **web:** kill multicall (#15064) ef6c894
* **web:** move x-specifics to getUniswapXSwapTxAndGasInfo (#18180) 35560f7
* **web:** rm unused indicativeTrade field from swapTxAndGasInfo (#18177) 3161013
* **web:** rm useMultipleContractSingleData in legacy v2 hook (#15062) ab7b73e
* **web:** rm useMultipleContractSingleData in usePools (#15063) 2dba888
* **web:** rm useMultipleContractSingleData in useV2Pairs (#15061) 7549b71
* **web:** rm useMultipleContractSingleData usage in useCurrencyBalance (#15059) 11995d0