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

Bumped compiler version for contracts-bedrock

parent 8333f0f2
......@@ -17,7 +17,7 @@ module.exports = {
bracketSpacing: true,
// These options are specific to the Solidity Plugin
explicitTypes: 'always',
compiler: '>=0.8.10',
compiler: '>=0.8.15',
},
},
],
......
......@@ -357,7 +357,7 @@ const config: HardhatUserConfig = {
solidity: {
compilers: [
{
version: '0.8.10',
version: '0.8.15',
settings: {
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