Skip to content

Commit

Permalink
feat: missing immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Sep 17, 2024
1 parent 9092bec commit 10136da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/dollar/amo/AaveAMO.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract AaveAMO is Ownable {
ERC20 public immutable AAVE;

// Rewards Controller
IRewardsController public AAVERewardsController;
IRewardsController public immutable AAVERewardsController;

// Aave data provider
IPoolDataProvider public immutable AAVEPoolDataProvider;
Expand Down

0 comments on commit 10136da

Please sign in to comment.