-
Notifications
You must be signed in to change notification settings - Fork 5k
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 incorrectly showing checksums on non-ETH blockchains #5973
Fix incorrectly showing checksums on non-ETH blockchains #5973
Conversation
@whymarrh did you have the chance to review this PR? |
Hey @jonathansmirnoff, thanks for this PR! Firstly, can we rebase this on the latest |
@whymarrh thanks for your review. I will do the rebase. |
@whymarrh is it possible that ci/circleci: test-e2e-beta-drizzle test is not working? |
It should be working fine on the latest |
…address if network is RSK
@whymarrh I implemented a few changes, I think that now it is more clear the code. I put the logic of the network check in the function
So now I pass the networkid to the checksumAddress function. For example: Let me know what do you think about this. Thanks! |
I will do another PR to be more clear with the history. |
This PR fix the issue: #5838