Commit cf2c832c authored by elenadimitrova's avatar elenadimitrova

Disable generating the bytecodeHash in hardhat contract artifacts

parent f18504b3
...@@ -45,6 +45,9 @@ const config: HardhatUserConfig = { ...@@ -45,6 +45,9 @@ 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