Skip to content

Commit

Permalink
update default solidity version
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Sep 23, 2024
1 parent 56709d6 commit bbb6e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const etherscanApiKey = process.env.ETHERSCAN_API_KEY || "DNXJA8RX2Q3VZ4URQIWP7Z

const config: HardhatUserConfig = {
solidity: {
version: "0.8.17",
version: "0.8.20",
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit bbb6e13

Please sign in to comment.