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 = {
version: '0.7.6',
settings: {
optimizer: { enabled: true, runs: 200 },
metadata: {
bytecodeHash: 'none',
},
outputSelection: {
'*': {
'*': ['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