Skip to content

Commit

Permalink
fix(integrationTests): add auto mining option for hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Jan 5, 2024
1 parent e5ad345 commit fe336a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integrationTests/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ const config: HardhatUserConfig = {
gas: GAS_LIMIT,
blockGasLimit: GAS_LIMIT,
accounts: { count: 30, mnemonic: WALLET_MNEMONIC },
mining: {
auto: true,
interval: 100,
},
},
},
solidity: {
Expand Down

0 comments on commit fe336a2

Please sign in to comment.