Skip to content

Commit

Permalink
chore: update solc
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Jun 10, 2021
1 parent 220d267 commit 0c0c43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
},
},
solidity: {
version: '0.8.4',
version: '0.8.5',
settings: {
optimizer: {
enabled: true,
Expand Down
2 changes: 1 addition & 1 deletion truffle-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require('chai/register-should');

const solcStable = {
version: '0.8.4',
version: '0.8.5',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 0c0c43f

Please sign in to comment.