Lesson 9: 01-deploy Type error #805
-
I have seen this exact same type error message in many other questions on here but none seem to be similar to my situation, my error seems to be in the 01-deploy file and i cannot seem to identify where the issue is. Any help greatly appreciated. when running hh deploy i get the error code:
Here are my files: 01-deploy-raffle.js:
00-deploy-mocks.js:
helper-hardhat-config.js:
hardhat.config.js:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The problem lies in the file |
Beta Was this translation helpful? Give feedback.
The problem lies in the file
01-deploy-raffle.js
; it should beconst { deployer } = await getNamedAccounts()
with the added parenthesis as it is a function. Hope this helps!