Closed miguelmota closed 7 months ago
Ethers allows an optional timeout to be used for .wait(), and .waitForTransaction().
.wait()
.waitForTransaction()
This adds a timeout of 10 minutes, to ensure that there's no indefinite polling of a tx hash that doesn't exist.
Ethers allows an optional timeout to be used for
.wait()
, and.waitForTransaction()
.This adds a timeout of 10 minutes, to ensure that there's no indefinite polling of a tx hash that doesn't exist.