From d141ddc9006469e44a2c0a3590b51602dea8e6c3 Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Mon, 9 Sep 2024 15:14:20 +0100 Subject: [PATCH] remove hardhat config file --- hardhat.config.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 hardhat.config.js diff --git a/hardhat.config.js b/hardhat.config.js deleted file mode 100644 index 5a76924d..00000000 --- a/hardhat.config.js +++ /dev/null @@ -1,4 +0,0 @@ -/** @type import('hardhat/config').HardhatUserConfig */ -module.exports = { - solidity: "0.8.24", -};