diff --git a/docs/metamask-issue.md b/docs/metamask-issue.md index 8c3278e16c..678752ae59 100644 --- a/docs/metamask-issue.md +++ b/docs/metamask-issue.md @@ -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: