cgewecke / hardhat-gas-reporter

Gas Usage Analytics for Hardhat
MIT License
404 stars 55 forks source link

Add `includeBytecodeInJSON` option #207

Closed cgewecke closed 4 months ago

cgewecke commented 4 months ago

170

Was deleting the deployment bytecodes because they're huge and could be sensitive if picked up by 3rd party tools but noticed that Zeppelin's CI gas action looks at the length.

This could also be useful for people doing L2 post-processing stuff