Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IUniswapV2Router02 Interface type appears twice #275

Open
antazoey opened this issue Feb 26, 2022 · 0 comments
Open

IUniswapV2Router02 Interface type appears twice #275

antazoey opened this issue Feb 26, 2022 · 0 comments

Comments

@antazoey
Copy link

antazoey commented Feb 26, 2022

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).

@antazoey antazoey changed the title Interface type appears twice IUniswapV2Router02 Interface type appears twice Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant