Skip to content

Commit

Permalink
feat(pool-monitor): add immutable for ubiquityPoolFacet
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandr-masl committed Sep 12, 2024
1 parent c9e04d3 commit 281ca33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "../facets/UbiquityPoolFacet.sol";
import "@openzeppelin/contracts/access/Ownable.sol";

contract PoolLiquidityMonitor is Ownable {
UbiquityPoolFacet public ubiquityPoolFacet;
UbiquityPoolFacet public immutable ubiquityPoolFacet;
address public defenderRelayer;

event LiquidityChecked(uint256 currentLiquidity);
Expand Down

0 comments on commit 281ca33

Please sign in to comment.