You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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);
The text was updated successfully, but these errors were encountered: