Skip to content

Commit

Permalink
test: fix hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Aug 15, 2024
1 parent 0d61f69 commit aa04b03
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 @@ -66,7 +66,7 @@ const config: HardhatUserConfig = {
solidity: {
compilers: [
{
version: "0.8.21",
version: "0.8.26",
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit aa04b03

Please sign in to comment.