Custom errors should be used instead of require() statements to save gas
Description
require() statements spend more gas than custom errors.
Recommendation
Replace require() statements with custom errors.
Status
Acknowledged
Description
require() statements spend more gas than custom errors.
Recommendation
Replace require() statements with custom errors.
Status
Acknowledged