From 5da7e2445ed0aea2bcb237726c43bfa6263248b4 Mon Sep 17 00:00:00 2001 From: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> Date: Sun, 2 Jun 2024 04:34:30 -0700 Subject: [PATCH] Add note on Hardhat (#1324) * Add note on Hardhat * remove space * remove space * update space * Move note location * reword * add link * Update wallet/how-to/manage-networks/add-network.md Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> --------- Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> --- wallet/how-to/manage-networks/add-network.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +```