20,000 USDC
View results
Submission Details
Severity: gas
Valid

Inconsistent formatting across all the contracts

Summary

There are many different formatting packages used, even in the contract.

Example:

event PoolBalanceUpdated(bytes32 indexed poolId, uint256 newBalance);
event PoolInterestRateUpdated(
bytes32 indexed poolId,
uint256 newInterestRate
);

Tools Used

Manual

Recommendations

Try to use consistent formatting across all the developers, which will make reading and understanding the codebase easier. Add format on save option to avoid forgetting to format the code.

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.