Skip to content

Commit

Permalink
Update hardhat.config.js solidity compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmsdkeys authored Feb 15, 2024
1 parent b3d094a commit 8f28161
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 @@ -6,7 +6,7 @@ require('dotenv').config();
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: {
version: '0.8.24',
version: '0.8.23',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 8f28161

Please sign in to comment.