From f8091ec64d9a2873cd5ca7452a8c45011af92722 Mon Sep 17 00:00:00 2001 From: Oleksandr Brezhniev Date: Tue, 9 Apr 2024 23:28:25 +0100 Subject: [PATCH] Trying to get version of hardat that supports node v16 --- smart_contract_tests/package-lock.json | 2 +- smart_contract_tests/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smart_contract_tests/package-lock.json b/smart_contract_tests/package-lock.json index 8807ae3c..2c3fddab 100644 --- a/smart_contract_tests/package-lock.json +++ b/smart_contract_tests/package-lock.json @@ -12,7 +12,7 @@ "ethereum-waffle": "^4.0.10", "ethers": "^5.7.2", "ffjavascript": "^0.2.63", - "hardhat": "^2.22.0", + "hardhat": "^2.16.1", "mocha": "^10.2.0", "snarkjs": "file:.." } diff --git a/smart_contract_tests/package.json b/smart_contract_tests/package.json index e4e76bbf..1bc93064 100644 --- a/smart_contract_tests/package.json +++ b/smart_contract_tests/package.json @@ -12,7 +12,7 @@ "ethereum-waffle": "^4.0.10", "ethers": "^5.7.2", "ffjavascript": "^0.2.63", - "hardhat": "^2.22.0", + "hardhat": "^2.16.1", "mocha": "^10.2.0", "snarkjs": "file:.." }