From 7d1080c9483f164061bc1df90ceafd09697fcf99 Mon Sep 17 00:00:00 2001 From: Kevin Neilson Date: Thu, 11 Apr 2024 14:27:01 -0700 Subject: [PATCH] Update builders/build/eth-api/dev-env/hardhat.md Co-authored-by: Erin Shaben --- builders/build/eth-api/dev-env/hardhat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/build/eth-api/dev-env/hardhat.md b/builders/build/eth-api/dev-env/hardhat.md index ad4571a55..a05187007 100644 --- a/builders/build/eth-api/dev-env/hardhat.md +++ b/builders/build/eth-api/dev-env/hardhat.md @@ -153,7 +153,7 @@ If you are planning on using any plugins with your project, you'll need to insta For this example, you can install the `hardhat-ethers` plugin and import it into the configuration file. This plugin provides a convenient way to use the [Ethers.js](/builders/build/eth-api/libraries/ethersjs/){target=\_blank} library to interact with the network. ```bash -npm install @nomicfoundation/hardhat-ethers ethers@6 +npm install @nomicfoundation/hardhat-ethers ethers ``` Additionally, you'll need to install the `hardhat-ignition-ethers` plugin to enable deployment of smart contracts with Hardhat Ignition. You can install it with the following command: