From 44fdbdf87a9f9f9697c88d66c562fabef5fb5de4 Mon Sep 17 00:00:00 2001 From: Radostina Lyubomirova Date: Tue, 3 Jun 2025 21:07:26 +0300 Subject: [PATCH] last test --- hardhat/hardhat.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hardhat/hardhat.config.js b/hardhat/hardhat.config.js index 80c5be918d..b63f0c2f2e 100644 --- a/hardhat/hardhat.config.js +++ b/hardhat/hardhat.config.js @@ -4,10 +4,3 @@ require("@nomicfoundation/hardhat-toolbox"); module.exports = { solidity: "0.8.28", }; - - -import "@nomicfoundation/hardhat-toolbox"; - -export default { - solidity: "0.8.28", -}; \ No newline at end of file