Skip to content

Commit

Permalink
set auto minig true
Browse files Browse the repository at this point in the history
  • Loading branch information
schcriher committed Aug 25, 2024
1 parent fff41f3 commit 98faae1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ const config: HardhatUserConfig = {
url: `https://eth-mainnet.alchemyapi.io/v2/${providerApiKey}`,
enabled: process.env.MAINNET_FORKING_ENABLED === "true",
},
mining: {
auto: false,
interval: 5000,
},
// mining: {
// auto: false,
// interval: 5000,
// },
},
mainnet: {
url: `https://eth-mainnet.alchemyapi.io/v2/${providerApiKey}`,
Expand Down

0 comments on commit 98faae1

Please sign in to comment.