From 8a3e421d89ea876eee415978541da5501579fb9c Mon Sep 17 00:00:00 2001 From: bitbeckers Date: Tue, 11 Jun 2024 13:37:37 +0200 Subject: [PATCH] fix(test): remove fork URL from simple contract test --- contracts/hardhat.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/contracts/hardhat.config.ts b/contracts/hardhat.config.ts index 54f635b3..0c71182d 100644 --- a/contracts/hardhat.config.ts +++ b/contracts/hardhat.config.ts @@ -192,9 +192,6 @@ const config: HardhatUserConfig = { path: "m/44'/60'/0'/0", }, chainId: chainIds.hardhat, - forking: { - url: `https://eth-sepolia.g.alchemy.com/v2/${ALCHEMY_API_KEY}`, - }, }, localhost: { accounts: {