Skip to content

Commit

Permalink
fix(test): remove fork URL from simple contract test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Jun 11, 2024
1 parent f7ff677 commit 8a3e421
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 8a3e421

Please sign in to comment.