-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[FIX] Block explorer crash #4780
Conversation
…k/metamask-mobile into fix/block-explorer-crash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gantunesr The initial Fix looks good. I did however run into an issue where I attempted to edit the network and then add the block explorer URL. Upon doing so, I do not see the option to get to the block explorer within the app/view token details.
See recording
compared to v5.3: https://polygonscan.com/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮 🌮 🌮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions,
1. What is the reason for the change?
2. What is the improvement/solution?
There's a crash while trying to access an undefined block explorer, to reproduce the issue just add manually a new network without the block explorer url and try to access it.
Screenshots/Recordings
If applicable, add screenshots and/or recordings to visualize the before and after of your change
BUG
https://user-images.githubusercontent.com/17601467/182456429-ea8f9d8a-fac8-4bc0-818a-d5e5ce3af49f.mov
FIX
https://user-images.githubusercontent.com/17601467/182456263-fc2b36c9-9716-4bf3-89d0-4ba05cafdb83.mov
Issue
Progresses #4753
Checklist