-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Handle
hickuphh3
Vulnerability details
Impact
The number of solc runs used for contract compilation is 200. This number can be bumped significantly to produce more gas efficient code (max value of 2**32-1).
More information can be found in the solidity docs.
Recommended Mitigation Steps
In hardhat.config.js, increase solc runs significantly. Contract sizes and thus deployment costs will increase, but functions will cost less gas to execute.
Reactions are currently unavailable