From 32ccedbc0dcc6df9576efbc689b71fa2757d51a6 Mon Sep 17 00:00:00 2001 From: StefanIliev545 Date: Wed, 31 Jul 2024 10:59:49 +0300 Subject: [PATCH] Fix for dependency. --- contracts/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contracts/package.json b/contracts/package.json index 9c8c4ea73b..5ba922d48b 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -26,5 +26,8 @@ "ethers": "^6.6.0", "hardhat-ignore-warnings": "^0.2.6", "ten-hardhat-plugin": "^0.0.9" + }, + "peerDependencies": { + "@nomicfoundation/hardhat-verify" : "2.0.8" } }