lendingPool: low-level call failed. Problem with aave depositing. #2428
-
self-check
mainHi there. I've been trying to reach some help through this issue: PatrickAlphaC/hardhat-defi-fcc#10. Unfortunately, I'm stuck with this problem till today. The worst thing is that I don't have even idea how to debug that. I'm sure that iweth is approved to I hope anybody will at least have a jist. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hey @joWexler there is an issue with you code on line 21 ( |
Beta Was this translation helpful? Give feedback.
-
Hey @joWexler I think I found the issue in your code. There was an issue with the way your were running the The |
Beta Was this translation helpful? Give feedback.
Hey @joWexler I think I found the issue in your code. There was an issue with the way your were running the
getWeth
script. Still not sure why but when I imported the script and run it normally inside the function, everything worked out perfectly.The
deployer.address
is just fine, I noticeddeployer
was an object sodeployer.address
was just fine.I've made a PR to your repo. Check it out and tell me if fixes your problem.