-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
"Injected Provider - Metamask" functionality doesn't retrieve list of accounts in Edge browser #5604
Comments
this comment leads to a phishing website, please never click or open this link. There is no Remix support. |
I tested on windows 10 with Edge 131.0.2903.112 and metamask, no problems here. |
@Kerry1207 can you check if you have errors in your browser debugger? |
@LianaHus I have the same issue. I was debugging and I saw that a call to RPC go in timeout. |
The issue looks like when there's no account selected explicitly(for injected providers), the code is erroring out. I have added a fix to fallback to the first account if no account is explicitly selected. in my commit above, you can see the issue and the result after the fix. let me know if it persists |
Description
In Edge browser, using Remix IDE for deploying a smart contract on Sepolia testnet network the application doesn't retrieve the list of accounts connected into website.
Reproduction
Steps to reproduce the behavior:
Expected behavior
Logically I need to see the list of accounts connected to website for deploy the smart contract using one of them.
Screenshots
Desktop:
The text was updated successfully, but these errors were encountered: