Gas Optimizations #178
Labels
bug
Something isn't working
G (Gas Optimization)
sponsor disputed
Sponsor cannot duplicate the issue, or otherwise disagrees this is an issue
Using solidity 0.8 new custom errors instead of old require(..., "") because it provide better gas optimized in both contract size and gas cost
Many part of code still using old require(..., "") for example
You can replace this part with solidity 0.8 custom errors as follow
This part above contract definition
This part replace require(..., "")
The text was updated successfully, but these errors were encountered: