Commit bcfd1edc authored by Mark Tyneway's avatar Mark Tyneway

contracts-periphery: add solc 0.8.15

parent 09cad5b2
---
'@eth-optimism/contracts-periphery': patch
---
Add compiler 0.8.15
......@@ -105,6 +105,12 @@ const config: HardhatUserConfig = {
optimizer: { enabled: true, runs: 10_000 },
},
},
{
version: '0.8.15',
settings: {
optimizer: { enabled: true, runs: 10_000 },
},
},
],
settings: {
metadata: {
......
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