From 2ce5a77e4c28881ece7ec0b37f55e5733ac6807b Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Mon, 9 Sep 2024 10:29:07 +0100 Subject: [PATCH] try add a hardhat config file so we can use th elibs --- hardhat.config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hardhat.config.js diff --git a/hardhat.config.js b/hardhat.config.js new file mode 100644 index 00000000..5a76924d --- /dev/null +++ b/hardhat.config.js @@ -0,0 +1,4 @@ +/** @type import('hardhat/config').HardhatUserConfig */ +module.exports = { + solidity: "0.8.24", +};