TypeError: Cannot read properties of undefined (reading 'length') #5009
-
Works when deployed with hardhat, but not with --network goerli. Looks like it' in deploy-raffle, but at this point who knows. https://github.com/paulcoffee85/hardhat-lottery-raffle-fcc Error: ERROR processing C:\Users\paulc\smart-contract-lottery-fcc\deploy\01-deploy-raffle.js: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Looks like it error is deploy-raffle, but everything seems fine until:
So possible helper-hardhat error but unsure of which entry is causing issue. |
Beta Was this translation helpful? Give feedback.
Looks like it error is deploy-raffle, but everything seems fine until:
@alymurtazamemon I thought it was helper-hardhat file but is there something I have missed from Automation update ??
So possible helper-hardhat error but unsure of which entry is causing issue.