From 9c426d4f27cb7ef995c9fab954a0f57d6bc1b6b5 Mon Sep 17 00:00:00 2001 From: pk1411 Date: Tue, 8 Mar 2022 11:02:29 +0530 Subject: [PATCH] merge conflicts --- hardhat.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index afebbbe3..87294173 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -13,12 +13,9 @@ import { HardhatUserConfig } from "hardhat/config"; import { NetworkUserConfig } from "hardhat/types"; import { utils } from "ethers"; import Web3 from "web3"; -<<<<<<< HEAD import "./scripts/tests/tests-run" -======= import { network } from "hardhat"; ->>>>>>> origin/main dotenvConfig({ path: resolve(__dirname, "./.env") });