mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
unused function
This commit is contained in:
parent
d18b92760e
commit
5692a86d51
|
@ -5,7 +5,6 @@ import "openzeppelin-solidity/contracts/token/ERC20/IERC20.sol";
|
|||
interface UniswapFactory {
|
||||
// Get Exchange and Token Info
|
||||
function getExchange(address token) external view returns (address exchange);
|
||||
function getToken(address exchange) external view returns (address token);
|
||||
}
|
||||
|
||||
interface UniswapPool {
|
||||
|
|
Loading…
Reference in New Issue
Block a user