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