cleaned code

This commit is contained in:
pol 2020-10-20 15:19:41 +02:00
parent 4e951147c2
commit 258b70fad3

View File

@ -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??
// }
}