File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed
packages/uniswap/src/features/transactions/swap/review/stores/activePlan Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 11IPFS hash of the deployment:
2- - CIDv0: `QmRWQUuESBFQpRspBXxNzW6qyuE6KtdyCcHmvk3AxdoBtj `
3- - CIDv1: `bafybeibpcleblyn2rtlfvsxmhi4meneq5rwyjk3rvvq6l3ufkzdthqayga `
2+ - CIDv0: `QmVLk1jqQH3mgTk8H8ZYra8LeP4rrxnCbKojCchonzjLLs `
3+ - CIDv1: `bafybeidia7heliyc25yheizvrrtvwptv5r4xstcgbydoix43t2zb6at25q `
44
55The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66
@@ -10,14 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010Your Uniswap settings are never remembered across different URLs.
1111
1212IPFS gateways:
13- - https://bafybeibpcleblyn2rtlfvsxmhi4meneq5rwyjk3rvvq6l3ufkzdthqayga .ipfs.dweb.link/
14- - [ipfs://QmRWQUuESBFQpRspBXxNzW6qyuE6KtdyCcHmvk3AxdoBtj /](ipfs://QmRWQUuESBFQpRspBXxNzW6qyuE6KtdyCcHmvk3AxdoBtj /)
13+ - https://bafybeidia7heliyc25yheizvrrtvwptv5r4xstcgbydoix43t2zb6at25q .ipfs.dweb.link/
14+ - [ipfs://QmVLk1jqQH3mgTk8H8ZYra8LeP4rrxnCbKojCchonzjLLs /](ipfs://QmVLk1jqQH3mgTk8H8ZYra8LeP4rrxnCbKojCchonzjLLs /)
1515
16- ### 5.137.1 (2026-03-12 )
16+ ### 5.137.2 (2026-03-13 )
1717
1818
1919### Bug Fixes
2020
21- * **web:** hotfix #29588 (#5.136.5) (#29592) ae76a15
21+ * **web:** hotfix #29651 (#5.136.5) (#29664) 417855b
2222
2323
Original file line number Diff line number Diff line change 1- web/5.137.1
1+ web/5.137.2
Original file line number Diff line number Diff line change @@ -68,11 +68,6 @@ export function ActivePlanUpdater(): null {
6868 const previousScreen = usePrevious ( currentScreen )
6969
7070 const updateActivePlan = useEvent ( ( data : PlanResponse ) => {
71- // Skip updates while the saga is executing — it manages plan state directly and stale poll responses could overwrite its calldata.
72- if ( isSubmitting || isPlanExecutionLocked ) {
73- return
74- }
75-
7671 const transformedResponse = transformPlanResponse ( data )
7772
7873 activePlanStore . setState ( {
You can’t perform that action at this time.
0 commit comments