Skip to content

Commit

Permalink
Fixed hardhat version FLR-1030
Browse files Browse the repository at this point in the history
  • Loading branch information
fassko committed May 3, 2024
1 parent 466b7da commit a9b3dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ Get test currency from <a href="https://faucet.flare.network/">the faucet</a> an
2. Initialize a new npm project and install dependencies:
```bash
npm init
npm install hardhat@2.20.1 @nomicfoundation/hardhat-toolbox @flarenetwork/flare-periphery-contracts
npm install hardhat@2.22.3 @nomicfoundation/hardhat-toolbox @flarenetwork/flare-periphery-contracts
```
If you intend to test as explained in the following steps, be aware that [an open issue with Hardhat](https://github.com/NomicFoundation/hardhat/issues/5115) prevents using versions higher than `2.20.1`.
We recommend using this version of Hardhat for testing as it is known to work well.
3. Create a new Hardhat project (More information in [the Hardhat setup guide](/dev/getting-started/setup/hardhat/)):
```bash
npx hardhat init
Expand Down

0 comments on commit a9b3dc7

Please sign in to comment.