mirror of
https://github.com/Instadapp/dsa-resolvers-deprecated.git
synced 2024-07-29 22:38:16 +00:00
Minor changes
This commit is contained in:
parent
d60fdc6600
commit
bb1ab33d0c
|
@ -69,7 +69,7 @@ contract Helpers {
|
|||
}
|
||||
}
|
||||
|
||||
contract Resolver is Helpers {
|
||||
contract InstaAaveV1PowerResolver is Helpers {
|
||||
function getEthPrice() public view returns (uint ethPrice) {
|
||||
ethPrice = uint(ChainLinkInterface(getChainlinkEthFeed()).latestAnswer());
|
||||
}
|
||||
|
@ -129,6 +129,8 @@ contract Resolver is Helpers {
|
|||
totalBorrowsETH
|
||||
);
|
||||
}
|
||||
|
||||
return tokensData;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user