Commit b9d38478 authored by Liam Horne's avatar Liam Horne Committed by GitHub

refactor: remove bytecodeHash emptying

parent c1773588
...@@ -41,9 +41,6 @@ const config: HardhatUserConfig = { ...@@ -41,9 +41,6 @@ const config: HardhatUserConfig = {
version: '0.7.6', version: '0.7.6',
settings: { settings: {
optimizer: { enabled: true, runs: 200 }, optimizer: { enabled: true, runs: 200 },
metadata: {
bytecodeHash: 'none',
},
outputSelection: { outputSelection: {
'*': { '*': {
'*': ['storageLayout'], '*': ['storageLayout'],
......
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