Skip to content

Commit

Permalink
Keep compiler version as was
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Oct 9, 2023
1 parent 5a04009 commit d86ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dotenv.config()
const solidity = {
compilers: [
{
version: '0.8.16',
version: '0.8.9',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit d86ee9d

Please sign in to comment.