(Lesson-13) Getting error while running script aaveBorrow.js #2445
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @Vanshika0901 please share your In the meantime, From the error I see that you have used |
Beta Was this translation helpful? Give feedback.
-
@Vanshika0901 It is very hard to guess from here, Push it to GitHub and leave a link here. It would be easy for us to find issue. |
Beta Was this translation helpful? Give feedback.
Hey @Vanshika0901 please share your
aaveBorrow.js
script.In the meantime, From the error I see that you have used
ILendingAddressesProvider
somewhere in your code and I'm guessing it should beILendingPoolAddressesProvider
Try and changeILendingAddressesProvider
toILendingPoolAddressesProvider
and see if it works.