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 123a626 commit e187fa5Copy full SHA for e187fa5
1 file changed
contracts/README.md
@@ -432,7 +432,7 @@ npx hardhat --network mainnet verify --contract contracts/vault/VaultAdmin.sol:V
432
npx hardhat etherscan-verify --network mainnet --api-url https://api.etherscan.io
433
```
434
435
-#### Addressing verificatoin slowdowns
+#### Addressing verification slowdowns
436
437
Profiling the `hardhat-verify` prooved that when the `hardhat verify` is ran without --contract parameter
438
it can take up to 4-5 minutes to gather the necessary contract information.
0 commit comments