From 2eef0f0d3c6f35fb8b719599ef719618e751f44b Mon Sep 17 00:00:00 2001 From: denislav-mladenov Date: Thu, 18 Jul 2024 09:17:16 +0300 Subject: [PATCH] updating package --- hardhat/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/hardhat/package.json b/hardhat/package.json index 1885097648..604d546d9e 100644 --- a/hardhat/package.json +++ b/hardhat/package.json @@ -22,5 +22,6 @@ "@nomiclabs/hardhat-waffle": "^2.0.0", "ethereum-waffle": "^3.4.0", "chai": "^4.3.4" + "ethers": "^5.0.0" } }