Skip to content

Commit ea7ec28

Browse files
authored
fix: update hardhat.config.ts version (#7)
When working with OZ's contracts this is a necessary fix that you need to do to make it work.
1 parent 016d4ba commit ea7ec28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const config: HardhatUserConfig = {
6565
tests: "./test",
6666
},
6767
solidity: {
68-
version: "0.8.24",
68+
version: "0.8.27",
6969
settings: {
7070
metadata: {
7171
// Not including the metadata hash

0 commit comments

Comments
 (0)