Remix – Why Injected Provider MetaMask is Not Working

metamaskremix

Currently i m working in remix and metamask. Before 1 month the metamask account connected to the remix ide but now it is not connecting.
I tried updating the extension yet it is not working.
I also changed my browser, previously i was working in chrome now i changed to edge, then to it is not working.
I also tried creating new account instead of importing the old one, then also it is not connecting.
enter image description here
is there any other ways to make it work ?

network configuration
enter image description here
enter image description here

Best Answer

Replying here instead of comment (level too low). It seems that it is a remix issue, since they updated recently.

Here are possible solutions:

  1. Connect to remix with other wallets (you will have to disable metamask in your plugins first)
  2. Hard refresh remix (you may want to save your code locally before doing this) press Ctrl+Shift+R or Ctrl+F5
  3. Use another browser to connect to remix

My fix for this situation was to finally learn how to use hardhat and foundry until a new stable remix version comes out. It gets also better to simulate tx cost with these tools.

Related Topic