mirror of
				https://github.com/Instadapp/aave-protocol-v2.git
				synced 2024-07-29 21:47:30 +00:00 
			
		
		
		
	added type method on aggregator
This commit is contained in:
		
							parent
							
								
									5509e442d5
								
							
						
					
					
						commit
						4e951147c2
					
				| 
						 | 
				
			
			@ -14,4 +14,20 @@ contract MockAggregator {
 | 
			
		|||
  function latestAnswer() external view returns (int256) {
 | 
			
		||||
    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) {
 | 
			
		||||
 | 
			
		||||
  // }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user