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

The MM GitHub issue has moved - fixed link #1375

Merged
merged 1 commit into from
Apr 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/metamask-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you are using MetaMask with Hardhat Network, you might get an error like this
Incompatible EIP155-based V 2710 and chain id 31337. See the second parameter of the Transaction constructor to set the chain id.
```

This is because MetaMask mistakenly assumes all networks in `http://localhost:8545` to have a chain id of `1337`, but Hardhat uses a different number by default. **Please voice your support for MetaMask to fix this on [the MetaMask issue about it](https://github.com/MetaMask/metamask-extension/issues/9827).**
This is because MetaMask mistakenly assumes all networks in `http://localhost:8545` to have a chain id of `1337`, but Hardhat uses a different number by default. **Please voice your support for MetaMask to fix this on [the MetaMask issue about it](https://github.com/MetaMask/metamask-extension/issues/10290).**

In the meantime, to resolve this you can set the `chainId` of Hardhat Network to `1337` in your Hardhat config:

Expand Down