Skip to content

Commit

Permalink
fix: increase network timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkharvar committed Jun 16, 2022
1 parent 99d4fb2 commit f17a85b
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 @@ -89,6 +89,7 @@ module.exports = {
url: PROVIDER_URL || '',
accounts: { mnemonic: MNEMONIC },
chainId: ENV_CHAIN_IDS[NETWORK],
timeout: 60000,
},
},
etherscan: {
Expand Down

0 comments on commit f17a85b

Please sign in to comment.