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
Currently, the Address Checker (Blacklist, Sanctions, Phishing) runs validation even if the entered address is clearly malformed or invalid. This leads to unnecessary checks and a confusing UX. We need to first validate the address format based on the selected blockchain, and only run the checks if the address is structurally valid.
The text was updated successfully, but these errors were encountered:
Currently, the Address Checker (Blacklist, Sanctions, Phishing) runs validation even if the entered address is clearly malformed or invalid. This leads to unnecessary checks and a confusing UX. We need to first validate the address format based on the selected blockchain, and only run the checks if the address is structurally valid.
The text was updated successfully, but these errors were encountered: