From f30a2c00675cc0fc07397efc15e0b052ebb117b5 Mon Sep 17 00:00:00 2001 From: Denislav Mladenov <124160873+denislav-mladenov@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:19:07 +0300 Subject: [PATCH] Update package.json --- hardhat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat/package.json b/hardhat/package.json index 604d546d9e..1267e91679 100644 --- a/hardhat/package.json +++ b/hardhat/package.json @@ -21,7 +21,7 @@ "hardhat": "^2.22.5", "@nomiclabs/hardhat-waffle": "^2.0.0", "ethereum-waffle": "^3.4.0", - "chai": "^4.3.4" + "chai": "^4.3.4", "ethers": "^5.0.0" } }