From 6005f2247c787ead18857f81717b844c086c9af4 Mon Sep 17 00:00:00 2001 From: Andres Martin Aiello <50411235+andresaiello@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:08:44 -0300 Subject: [PATCH] feat: Remove hardhat from PC repo as is imported (#86) --- hardhat.config.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 8ad93e86..d584c051 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -23,13 +23,6 @@ const config: HardhatUserConfig = { }, networks: { ...getHardhatConfigNetworks(), - hardhat: { - chainId: 1337, - forking: { - blockNumber: 14672712, - url: "https://rpc.ankr.com/eth", - }, - }, }, solidity: { compilers: [