Skip to content

Commit

Permalink
Add note on Hardhat (#1324)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
joaniekube and alexandratran authored Jun 2, 2024
1 parent c11a251 commit 5da7e24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion wallet/how-to/manage-networks/add-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ The confirmations look like the following:
</div>
</div>

:::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
Expand Down Expand Up @@ -63,4 +69,4 @@ try {
}
// Handle other "switch" errors.
}
```
```

0 comments on commit 5da7e24

Please sign in to comment.