Skip to content

Commit

Permalink
Sets Hardhat version to older so can run tests FLR-967
Browse files Browse the repository at this point in the history
  • Loading branch information
fassko committed Apr 14, 2024
1 parent 1083ad1 commit cc5d5fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +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 @nomicfoundation/hardhat-toolbox @flarenetwork/flare-periphery-contracts
npm install hardhat@2.20.1 @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`.
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 cc5d5fc

Please sign in to comment.