mirror of
https://github.com/Instadapp/dsa-resolvers-deprecated.git
synced 2024-07-29 22:38:16 +00:00
removed minor Unnecessary thing
This commit is contained in:
parent
b81bd1f16d
commit
159367ef63
|
@ -12,8 +12,6 @@ interface IGUniPool {
|
||||||
|
|
||||||
function token1() external view returns (IERC20);
|
function token1() external view returns (IERC20);
|
||||||
|
|
||||||
function pool() external view returns (IUniswapV3Pool);
|
|
||||||
|
|
||||||
function totalSupply() external view returns (uint256);
|
function totalSupply() external view returns (uint256);
|
||||||
|
|
||||||
function balanceOf(address account) external view returns (uint256);
|
function balanceOf(address account) external view returns (uint256);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user