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

aave LendingPoolAddressProvider #74

Open
Boulardos opened this issue Sep 8, 2020 · 0 comments
Open

aave LendingPoolAddressProvider #74

Boulardos opened this issue Sep 8, 2020 · 0 comments

Comments

@Boulardos
Copy link

Boulardos commented Sep 8, 2020

in javascript i tried to instantiate LendingPoolAddressProvider SC. There is a small mistake, the 'r', is missing in the abi file name, so to ge the abi you need to type LendingPoolAddessProvider, instead, but even after corection i it says undefined, i have the same issue xith AToken but no pb with the others abi LendingPoolcore, LendingPool , why?? here is my code

const aave = require ('@studydefi/money-legos/aave');
const lpAddressProviderContract = new web3.eth.Contract(aave.LendingPoolAddessProvider.abi,, aave.LendingPoolAddessProvider.address);

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