Skip to content

Commit

Permalink
test: use solidity v0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Mar 8, 2022
1 parent f6436ff commit f846bde
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 @@ -63,7 +63,7 @@ const config: HardhatUserConfig = {
tests: "./test",
},
solidity: {
version: "0.8.11",
version: "0.8.12",
settings: {
metadata: {
bytecodeHash: "none",
Expand Down

0 comments on commit f846bde

Please sign in to comment.