Skip to content

Commit

Permalink
feat: bump solc to 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 26, 2022
1 parent 949ebe4 commit 701517f
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 @@ -5,7 +5,7 @@ import '@nomiclabs/hardhat-waffle';

const config: HardhatUserConfig = {
solidity: {
version: '0.8.7',
version: '0.8.11',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 701517f

Please sign in to comment.