Skip to content

Commit

Permalink
📝 Refine wording on solc versions
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Oct 29, 2023
1 parent 45cbd0c commit 9bc0d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const config: HardhatUserConfig = {
sources: "./contracts/src",
},
solidity: {
// Only use Solidity versions `>=0.8.20` for EVM networks that support the opcode `PUSH0`
// Only use Solidity default versions `>=0.8.20` for EVM networks that support the opcode `PUSH0`
// Otherwise, use the versions `<=0.8.19`
version: "0.8.19",
settings: {
Expand Down

0 comments on commit 9bc0d55

Please sign in to comment.