Skip to content

Commit

Permalink
Merge pull request #85 from Kwenta/(Q-2)-marginBaseSettings
Browse files Browse the repository at this point in the history
(Q-2) marginBaseSettings address can be immutable
  • Loading branch information
JaredBorders committed Oct 7, 2022
2 parents f3026ee + 3a24ce1 commit 8efd9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/MarginAccountFactory.sol
Expand Up @@ -25,8 +25,8 @@ contract MarginAccountFactory is MinimalProxyFactory {
address public immutable addressResolver;

/// @notice settings for MarginBase accounts
address public marginBaseSettings;

address public immutable marginBaseSettings;
/// @notice gelato ops
address payable public immutable ops;

Expand Down

0 comments on commit 8efd9b8

Please sign in to comment.