Skip to content

Commit

Permalink
updated solidity version to 0.8.6 (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: Skanda Bhat <[email protected]>
  • Loading branch information
adi44 and SkandaBhat authored Jul 8, 2021
1 parent 6627105 commit 115ad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const ENV_CHAIN_IDS = {
module.exports = {
defaultNetwork: 'hardhat',
solidity: {
version: '0.8.4',
version: '0.8.6',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 115ad21

Please sign in to comment.