studydefi / money-legos

💰One stop shop for Ethereum ABIs, addresses, and Solidity interfaces!
https://money-legos.studydefi.com/
MIT License
1.03k stars 215 forks source link

DeclarationError in `balancer/contracts/ExchangeProxy.sol` #78

Open ilovelili opened 4 years ago

ilovelili commented 4 years ago

I got DeclarationError: Identifier not found or not unique. Swap[] memory swaps when trying to import @studydefi/money-legos/balancer/contracts/ExchangeProxy.sol. Swap is not defined in the code.

I checked balancer exchange proxy code and found Swap there.