We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592191e commit e565fbfCopy full SHA for e565fbf
deploy/01_deploy_t.ts
@@ -11,11 +11,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
11
})
12
13
if (hre.network.tags.etherscan) {
14
- await hre.ethers.provider.waitForTransaction(
15
- T.transactionHash,
16
- 5,
17
- 300000
18
- )
+ await hre.ethers.provider.waitForTransaction(T.transactionHash, 5, 300000)
19
await helpers.etherscan.verify(T)
20
}
21
0 commit comments