Commit 76c11b79 authored by ex-scxr's avatar ex-scxr

Bumped compiler version for contracts-bedrock

parent 8333f0f2
...@@ -17,7 +17,7 @@ module.exports = { ...@@ -17,7 +17,7 @@ module.exports = {
bracketSpacing: true, bracketSpacing: true,
// These options are specific to the Solidity Plugin // These options are specific to the Solidity Plugin
explicitTypes: 'always', explicitTypes: 'always',
compiler: '>=0.8.10', compiler: '>=0.8.15',
}, },
}, },
], ],
......
...@@ -357,7 +357,7 @@ const config: HardhatUserConfig = { ...@@ -357,7 +357,7 @@ const config: HardhatUserConfig = {
solidity: { solidity: {
compilers: [ compilers: [
{ {
version: '0.8.10', version: '0.8.15',
settings: { settings: {
optimizer: { enabled: true, runs: 10_000 }, optimizer: { enabled: true, runs: 10_000 },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment