From de8de30046c9c1c240dd193cf739f0c15977d321 Mon Sep 17 00:00:00 2001 From: Stefan Iliev <46542846+StefanIliev545@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:45:08 +0300 Subject: [PATCH] Lock down dependency. (#2035) Co-authored-by: StefanIliev545 --- contracts/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contracts/package.json b/contracts/package.json index 951a84f4e7..648e64074c 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -28,6 +28,7 @@ "ten-hardhat-plugin": "^0.0.9" }, "peerDependencies": { - "@nomicfoundation/hardhat-verify" : "2.0.8" + "@nomicfoundation/hardhat-verify" : "2.0.8", + "@nomicfoundation/hardhat-ethers":"3.0.6" } } \ No newline at end of file