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
When the user inputs a non-checksummed address to the Lookup UI we automatically checksum it and display the checksummed address in the UI and also in the URL.
user inputs 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Result:
However when looking up contracts directly with the URL the address is not checksummed in display, although it is checksummed internally in the server and the correct result is displayed. So it's a display issue
When the user inputs a non-checksummed address to the Lookup UI we automatically checksum it and display the checksummed address in the UI and also in the URL.
user inputs 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Result:
However when looking up contracts directly with the URL the address is not checksummed in display, although it is checksummed internally in the server and the correct result is displayed. So it's a display issue
user goes to https://staging.sourcify.dev/#/lookup/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Result:
Checksum the addresses also when they are input directly through the URL.
View in Huly HI-381
The text was updated successfully, but these errors were encountered: