harmony-one / ethhmy-bridge.frontend

Ethereum<>Harmony two way bridge (trusted version) - frontend part
25 stars 62 forks source link

disallow inputting bridged contract addresses in place of ONE/ETH wallet address as recipient #108

Closed gupadhyaya closed 3 years ago

gupadhyaya commented 3 years ago

In spite of clear input label for recipient ONE/ETH wallet address, I see many user inputting bridged contract addresses. This results in loss of funds. We can run a quick check against all bridged assets addresses against the input recipient and warn the user or disallow inputting contract addresses.

Screen Shot 2021-04-01 at 9 39 19 PM

Replicate this for all flows where the recipient input is asked.

potvik commented 3 years ago

Done