aave / protocol-v2

Aave Protocol V2
https://aave.com
Other
668 stars 754 forks source link

IUniswapV2Router02 Interface type appears twice #275

Open antazoey opened 2 years ago

antazoey commented 2 years ago

Interface type IUniswapV2Router02.sol appears twice:

  1. https://github.com/aave/protocol-v2/blob/master/contracts/interfaces/IUniswapV2Router02.sol
  2. https://github.com/aave/protocol-v2/blob/master/contracts/misc/interfaces/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).