Skip to content

Commit

Permalink
bump solidity version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Jul 14, 2023
1 parent c69c9e9 commit 4578c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { networks, etherscan } = require('./hardhat.networks');
module.exports = {
etherscan,
solidity: {
version: '0.8.17',
version: '0.8.19',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 4578c95

Please sign in to comment.