Skip to content

Commit

Permalink
fix: factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Nov 1, 2024
1 parent fc4a9e9 commit 06f4acd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/StrategyFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ contract StrategyFactory {

address public immutable emergencyAdmin;

Check warning on line 10 in src/StrategyFactory.sol

View workflow job for this annotation

GitHub Actions / solidity

Immutable variables name are set to be in capitalized SNAKE_CASE

address public immutable lendingPool;
address public immutable router;
address public immutable base;

address public management;
address public performanceFeeRecipient;
address public keeper;
Expand Down

0 comments on commit 06f4acd

Please sign in to comment.