Skip to content
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

MyEthereumWallet doesn't allow custom networks anymore, and Metamask doesn't connect to the local network #1

Open
strokine opened this issue Jan 2, 2022 · 1 comment

Comments

@strokine
Copy link

strokine commented Jan 2, 2022

I've followed your instructions and seems like the network is running on my local.
But I was trying to connect to it using Metmask Chrome Plugin, and for some reason, it fails.

New RPC URL: http://localhost:8178
Chain ID: 5555

I thought the CORS is not set up correctly, but I've found:

HTTPCors = ["*"]

in config.toml, but not sure if that is actually set somewhere.
Maybe there is another reason why Metamask fails to connect?

@korgx5dsynth
Copy link

I have exactly the same issue. MyEtherWallet.com doesn't allow the addition of custom networks anymore. And then, metamask is not able to connect to the RPC URL.

The blockscout web interface seems to work, but when I examine the address that I set in genesis.json to have 69 initial balance, in the blockscout web interface it has 0 tokens in its balance. I fired up geth attach ipc:/data/geth.ipc inside the container and invoke eth.getBalance("0xsomeaddresshere") and I see the 69 balance is correctly returned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants