Skip to content

Commit

Permalink
Add blockGasLimit to hardhat config to prevent ProviderGasError in in…
Browse files Browse the repository at this point in the history
…teg tests (#126)
  • Loading branch information
zhongeric authored Jul 20, 2022
1 parent d0fdfb6 commit 2497a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
networks: {
hardhat: {
chainId: 1,
blockGasLimit: 150_000_000,
forking: mainnetFork,
accounts: {
count: 2,
Expand Down

0 comments on commit 2497a80

Please sign in to comment.