LESSON 13: "Error: invalid address or ENS name" when running the aaveBorrow.js script #2710
-
Beta Was this translation helpful? Give feedback.
Answered by
othaime-en
Sep 19, 2022
Replies: 2 comments 2 replies
-
Hello @t3reetan please add |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
terrytjw
-
Try the above fix; if it still persists, please push to GitHub. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @t3reetan please add
()
in this line in yourgetWeth.js
scriptconst { deployer } = await getNamedAccounts;
The line should be
const { deployer } = await getNamedAccounts();