diff --git a/wallet/how-to/manage-networks/add-network.md b/wallet/how-to/manage-networks/add-network.md index 22034f8d59b..c0824f946ab 100644 --- a/wallet/how-to/manage-networks/add-network.md +++ b/wallet/how-to/manage-networks/add-network.md @@ -30,6 +30,12 @@ The confirmations look like the following: +:::note + +To add a local development network such as [Hardhat](https://hardhat.org) to MetaMask, see [Run a development network](../how-to/run-devnet.md). + +::: + ## Example The following is an example of using `wallet_addEthereumChain` and `wallet_switchEthereumChain` to @@ -63,4 +69,4 @@ try { } // Handle other "switch" errors. } -``` \ No newline at end of file +```