This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Dashboard documentation could use a note about timeout: 0
for Hardhat projects
#1413
Labels
As surfaced in trufflesuite/truffle#5967, Hardhat defaults to a 40 second timeout for provider requests sent to localhost networks. This might not be enough time for users to carefully review their transaction.
Our Truffle Dashboard docs should include the suggestion to specify
timeout: 0
inside their network configuration, since this will disable the timeout and give users as much time as they need.Example
hardhat.config.ts
with timeout disabledThe text was updated successfully, but these errors were encountered: