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 d3b0395 commit ccf9da0Copy full SHA for ccf9da0
develop/smart-contracts/dev-environments/hardhat.md
@@ -117,7 +117,7 @@ The plugin will compile your Solidity contracts for Solidity versions `0.8.0` an
117
ls artifacts/contracts/*.sol/
118
```
119
120
- You should see JSON files containing the contract ABI and bytecode of the contracts you compiled.
+ You should see JSON files containing the contract ABIs and bytecodes for the contracts you compiled.
121
122
## Set Up a Testing Environment
123
0 commit comments