Skip to content

Commit

Permalink
fix: apr oracle governance
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Jan 25, 2024
1 parent c234494 commit 4c52060
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/Mocks/MockOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ pragma solidity 0.8.18;

import {AprOracle} from "@periphery/AprOracle/AprOracle.sol";

contract MockOracle is AprOracle {}
contract MockOracle is AprOracle {
constructor() AprOracle(msg.sender) {}
}

0 comments on commit 4c52060

Please sign in to comment.