diff --git a/hardhat.config.ts b/hardhat.config.ts index 963474d..03b2821 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -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: {