Skip to content

Commit

Permalink
update solidity to 0.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Aug 8, 2022
1 parent 0035c29 commit 1df60f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const argv = require('yargs/yargs')(process.argv.slice(2))
coverage: { type: 'boolean', default: false },
report: { type: 'boolean', default: false },
// compilations
compiler: { type: 'string', default: '0.8.15' },
compiler: { type: 'string', default: '0.8.16' },
hardfork: { type: 'string', default: 'london' },
mode: { type: 'string', choices: [ 'production', 'development' ], default: 'production' },
runs: { type: 'number', default: 200 },
Expand Down Expand Up @@ -46,7 +46,7 @@ module.exports = {
solidity: {
compilers: [
{ version: argv.compiler, settings },
{ version: '0.8.15', settings },
{ version: '0.8.16', settings },
{ version: '0.7.6', settings },
{ version: '0.6.12', settings },
{ version: '0.5.16', settings },
Expand Down

0 comments on commit 1df60f5

Please sign in to comment.