From af2d9e46895c96310b2c30bd7f4b05c890b1ca5e Mon Sep 17 00:00:00 2001 From: Salman Dabbakuti Date: Sat, 30 Sep 2023 08:46:26 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8d452d..10c9554 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts with balances. -> Recommended to use Node.js v14+ and npm v7+. +> Recommended to use Node.js v16+ and npm v8+ > Rename `env.example` to `.env` and add your env specific keys.