Skip to content

Commit

Permalink
change solidity version in hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
kovalgek committed Jan 20, 2025
1 parent 6c1c46d commit 667eeff
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
@@ -1,4 +1,4 @@
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.27",
solidity: "0.8.10",
};

0 comments on commit 667eeff

Please sign in to comment.