Skip to content

Commit

Permalink
fix: new apr oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Jan 23, 2024
1 parent ab81348 commit f003d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/debtAllocators/YieldManager/YieldManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ contract YieldManager is Governance {

/// @notice Contract that holds the logic and oracles for each strategy.
AprOracle internal constant aprOracle =
AprOracle(0xF012fBb9283e03994A7829fCE994a105cC066c14);
AprOracle(0x27aD2fFc74F74Ed27e1C0A19F1858dD0963277aE);

/// @notice Flag to set to allow anyone to propose allocations.
bool public open;
Expand Down

0 comments on commit f003d19

Please sign in to comment.