You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app currently consumes and persists the slippage values specific to the transaction type (swap/mint/reposition) and token pair type (stable/volatile). We need to add a layer of differential handling for L1 vs L2 networks.
Specific goals:
Add a new default slippage value of 1 to be consumed when the user is connected to an L2 network.
Slippage presets should be updated similarly to sensible options relative to this default.
We do not need separate slippage values for transaction type or token pair type on L2 networks.
The L2 slippage value should be persisted in local storage separately from the L1 slippage values.
All logic should be managed in the data layer with no changes to the presentation layer.
Figma
No response
Assumptions
No response
The text was updated successfully, but these errors were encountered:
Requirements
The app currently consumes and persists the slippage values specific to the transaction type (swap/mint/reposition) and token pair type (stable/volatile). We need to add a layer of differential handling for L1 vs L2 networks.
Specific goals:
1
to be consumed when the user is connected to an L2 network.Figma
No response
Assumptions
No response
The text was updated successfully, but these errors were encountered: