From a9b3dc715bc7fbcca3503917af48e5afb467eb70 Mon Sep 17 00:00:00 2001 From: Kristaps Grinbergs Date: Fri, 3 May 2024 09:05:30 +0000 Subject: [PATCH] Fixed hardhat version FLR-1030 --- include/runner.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/runner.md b/include/runner.md index 09fde7b1c..e51513c5e 100644 --- a/include/runner.md +++ b/include/runner.md @@ -95,9 +95,9 @@ Get test currency from the faucet 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