Open antazoey opened 2 years ago
Interface type IUniswapV2Router02.sol appears twice:
IUniswapV2Router02.sol
Having the Interface contract type appears causes the project as a whole to not be able to compile when explicitly compiling each file together (like in Solidity combined JSON mode).
Interface type
IUniswapV2Router02.sol
appears twice:Having the Interface contract type appears causes the project as a whole to not be able to compile when explicitly compiling each file together (like in Solidity combined JSON mode).