-
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
Custom RPC URL fails with uppercase HTTP #4253
Comments
I've met the same problem, too. It's really interesting...=_= |
in 4.6.1 it's just connecting infinitely, and after restart MM is dead, it opens white popup, restart doesn't help , and no errors in logs :( |
Connecting to |
Seems like the UI updates to "Custom RPC" while actually staying on Mainnet |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 0.085 ETH (42.5 USD @ $500.05/ETH) attached to it.
|
@bakaoh Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 4 months, 1 week from now. 1) pinkiebell has started work. Working on it. Will turnaround today Learn more on the Gitcoin Issue Details page. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 0.085 ETH (39.27 USD @ $461.95/ETH) has been submitted by: @bdresser please take a look at the submitted work:
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 0.085 ETH (39.91 USD @ $469.53/ETH) attached to this issue has been approved & issued to @pinkiebell.
|
Bounty: MetaMask should connect to Ganache (or any custom RPC) reliably whether the user inputs
HTTP
orhttp
.I found this bug while testing on a private network with Ganache.
If you start Ganache and copy-paste the RPC Server address "HTTP://127.0.0.1:7545" (note the uppercase HTTP) then you will get a balance of 0 in Metamask for the accounts.
Change the server address to lowercase http://127.0.0.1:7545 then it works.
The text was updated successfully, but these errors were encountered: