Skip to content

Commit

Permalink
flare
Browse files Browse the repository at this point in the history
  • Loading branch information
gunboatsss committed Nov 16, 2024
1 parent 52fc45a commit 6b51416
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PriceOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ contract PriceOracle {
int256 scale = p.expo + 18;
numberD18 = (scale > 0) ? (price-conf)*10**uint256(scale) : (price-conf)/10**uint256(-scale);
}
else if (oracleType == FLARE_ORACLE) {

}
}
}

0 comments on commit 6b51416

Please sign in to comment.