mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
cleaned code
This commit is contained in:
parent
4e951147c2
commit
258b70fad3
|
@ -15,19 +15,12 @@ contract MockAggregator {
|
|||
return _latestAnswer;
|
||||
}
|
||||
|
||||
// function getToken() external view returns (address) {
|
||||
|
||||
// }
|
||||
|
||||
function getTokenType() external view returns (uint256) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
// function getPlatformId() external view returns (uint256) {
|
||||
|
||||
// }
|
||||
|
||||
// function getSubTokens() external view returns (address[] memory) {
|
||||
|
||||
// TODO: implement mock for when multiple subtokens. Maybe we need to create diff mock contract
|
||||
// to call it from the migration for this case??
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user