From 2e7b5063f2ad430a8bef1179dee748932a83d565 Mon Sep 17 00:00:00 2001 From: 0xneves Date: Tue, 20 Feb 2024 23:50:02 +0700 Subject: [PATCH] refactor: removed fork to avoid usage in workflow --- hardhat.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index f567db1..0a5374f 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -47,10 +47,6 @@ const config: HardhatUserConfig = { */ hardhat: { chainId: 31337, - forking: { - url: `${process.env.SEPOLIA_RPC_URL}`, - blockNumber: 5328000, - }, }, }, defaultNetwork: "hardhat",