Skip to content

Commit

Permalink
Merge pull request #2588 from dreamineering/patch-1
Browse files Browse the repository at this point in the history
Update complier
  • Loading branch information
fvictorio committed May 30, 2022
2 parents bc1db44 + 141ce9f commit 6a7f7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/creating-a-new-hardhat-project.md
Expand Up @@ -79,7 +79,7 @@ require("@nomiclabs/hardhat-waffle");
* @type import('hardhat/config').HardhatUserConfig
*/
module.exports = {
solidity: "0.7.3",
solidity: "0.8.4",
};
```

Expand Down

0 comments on commit 6a7f7a4

Please sign in to comment.