From d38b7274c1bd961beccfc4c27c2dcff251e00fce Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Thu, 15 Aug 2024 11:06:11 +0300 Subject: [PATCH] remove hardhat --- v2/hardhat.config.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 v2/hardhat.config.ts diff --git a/v2/hardhat.config.ts b/v2/hardhat.config.ts deleted file mode 100644 index 038a0dea..00000000 --- a/v2/hardhat.config.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { HardhatUserConfig } from "hardhat/config"; - -const config: HardhatUserConfig = { - solidity: { - compilers: [{ version: "0.8.26" }], - }, -}; - -export default config;