Skip to content

Commit

Permalink
Update IBearingAssetOracle.sol
Browse files Browse the repository at this point in the history
Signed-off-by: 34x4p08 <[email protected]>
  • Loading branch information
chainpioneer committed Apr 6, 2021
1 parent b005123 commit 07fb2ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/interfaces/IBearingAssetOracle.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
interface IBearingAssetOracle {
function assetToEth ( address bearing, uint256 amount ) external view returns ( uint256 );
function assetToUsd ( address bearing, uint256 amount ) external view returns ( uint256 );
function bearingToUnderlying ( address bearing, uint256 amount ) external view returns ( address, uint256 );
function oracleRegistry ( ) external view returns ( address );
Expand Down

0 comments on commit 07fb2ec

Please sign in to comment.