Open moodysalem opened 3 years ago
I apologize I've been attacket so if please let me know if anything that doesn't sounds right .
Here's the current UI for such situations:
Is the additional warning meant to be displayed after the user presses the "swap anyway" button? Or is it more about explicitly explaining why the price impact is so high in the main swap UI?
Here's a potential solution that simply adds an explanation to the confirmation dialogues for high price impact on attempted swap in the case that multi-hops are turned off:
Or is it more about explicitly explaining why the price impact is so high in the main swap UI?
This one
Here's a potential solution that simply adds an explanation to the confirmation dialogues for high price impact on attempted swap in the case that multi-hops are turned off:
Looks reasonable, although at that point user may have warning fatigue. Cal may have other ideas.
If the user has disable multihop toggled, it can result in a very bad route https://github.com/Uniswap/uniswap-interface/issues/1354
We should show a warning if the price is very bad as a result of the disable multihop setting. This is a minor improvement, when the proper fix is that the user should never have to worry about the route (i.e. we fix the routing to obsolete the setting).