We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, When I tried to run the tests, I noticed a great deal of implied dependencies but no package.json. I also came across lines like this:
import {getTruffleContractInstance} from '../../utils/truffle/truffle-core-utils';
but none of truffle's libraries in any of their repos have this exported function (as far as I can tell).
This line
import {NIL_ADDRESS, ETHEREUM_ADDRESS} from '../../utils/constants';
looks very Aave specific since the source code contains that dummy ethereum address.
I think there's a toplevel utils folder that hasn't been committed.
The text was updated successfully, but these errors were encountered:
@The-3D @ernesto-usal ???
Sorry, something went wrong.
No branches or pull requests
Hi there,
When I tried to run the tests, I noticed a great deal of implied dependencies but no package.json.
I also came across lines like this:
but none of truffle's libraries in any of their repos have this exported function (as far as I can tell).
This line
looks very Aave specific since the source code contains that dummy ethereum address.
I think there's a toplevel utils folder that hasn't been committed.
The text was updated successfully, but these errors were encountered: