Skip to content

Commit e565fbf

Browse files
Fix formatting
1 parent 592191e commit e565fbf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

deploy/01_deploy_t.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
1111
})
1212

1313
if (hre.network.tags.etherscan) {
14-
await hre.ethers.provider.waitForTransaction(
15-
T.transactionHash,
16-
5,
17-
300000
18-
)
14+
await hre.ethers.provider.waitForTransaction(T.transactionHash, 5, 300000)
1915
await helpers.etherscan.verify(T)
2016
}
2117

0 commit comments

Comments
 (0)