Skip to content

Commit

Permalink
fix: hardhat cannot handle estimateGas
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Dec 15, 2023
1 parent 73dd5d4 commit 702a620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const config: HardhatConfig = {
},
hardhat: {
chainId: 5,
initialBaseFeePerGas: 0,
forking: {
url: `https://goerli.infura.io/v3/${process.env.INFURA_KEY}`,
httpHeaders: {
Expand Down

0 comments on commit 702a620

Please sign in to comment.