Skip to content

Commit

Permalink
refactor: removed fork to avoid usage in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xneves committed Feb 20, 2024
1 parent e94605d commit 2e7b506
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ const config: HardhatUserConfig = {
*/
hardhat: {
chainId: 31337,
forking: {
url: `${process.env.SEPOLIA_RPC_URL}`,
blockNumber: 5328000,
},
},
},
defaultNetwork: "hardhat",
Expand Down

0 comments on commit 2e7b506

Please sign in to comment.