sygmaprotocol / sygma-widget

Transfer widget for the sygmaprotocol
5 stars 2 forks source link

Allow incompatible routes to be selected from UI #119

Closed LyonSsS closed 3 months ago

LyonSsS commented 4 months ago

Severity: Medium | Priority: Medium Context: After switching to a From network that allows multiple To destinations, then the User can select an incompatible From - To mix.

STR:

  1. Select From network as "Sepolia"
  2. Select To destination as "Mumbai"
  3. Select From network as "Cronos"

Exp: The To destination to be updated only to "Sepolia" as compatible match. Act: The To destination were not updated to match the correct route.

image

MakMuftic commented 4 months ago

Hey team! Please add your planning poker estimate with Zenhub @Lykhoyda @mpetrunic @wainola

wainola commented 4 months ago

I think this issue could be linked to #112. CC: @MakMuftic @mpetrunic

LyonSsS commented 4 months ago

Fixed with https://github.com/sygmaprotocol/sygma-widget/pull/127

LyonSsS commented 3 months ago

Retested - fixed with https://github.com/sygmaprotocol/sygma-widget/pull/127