We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833246b commit 0e1c3dcCopy full SHA for 0e1c3dc
src/interfaces/IOraclePod.sol
@@ -8,14 +8,11 @@ interface IOraclePod {
8
uint256 timestamp
9
);
10
11
-<<<<<<< HEAD
12
-=======
13
event OracleManagerUpdate(
14
address oldManagerAddress ,
15
address newManagerAddress
16
17
18
->>>>>>> feature/audit-fix
19
function fillSymbolPrice(string memory price) external;
20
function isDataFresh(uint256 maxAge) external view returns (bool);
21
function getSymbolPrice() external view returns (string memory);
0 commit comments