-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
page crash when hover on auto-verified ens address #2188
Comments
@iampkuhz could you provide a backend version as well, please? |
@yvaskov Backend: v6.6.0-beta |
@iampkuhz this version is missing some of the proxy implementation preloads. I suggest upgrading to the latest version, as it has been fixed. |
@yvaskov change the front-end to the latest version but the problem still occurred |
@iampkuhz I meant the backend version |
This issue is stale because it has been open for 14 days with no activity. |
after upgraded the backend version, this bug was fixed. |
Description
When I move cursor on Address ENS name, the page crashed. It happened only when the to address is verified automatically in contract page. If the page is not verifed and only show orignal
0x***
format address, the hover won't cause this bug. However, this always happened after auto verified, no matter which page. transaction list page, contract list page, both of them would have such bug.at the very begining, we're using
v1.33.0
. After upgrade tov1.33.2
, this problem still occured.there is a exception in console:
Link to the page
local deployed network
Steps to reproduce
contract
tab in contract page and try to trigger sc verifier service to auto verify this contractERC1967Proxy
ENSERC1967Proxy
and the crash happenedApp version
v1.33.2
Browser
No response
Operating system
macOS
Additional information
No response
The text was updated successfully, but these errors were encountered: