-
It seems no matter what I try, the networkConfig properties can't be read from 01-deploy-raffle.js. I am trying to deploy for the first time and keep getting the error below after comparing with the repo:
Below are config files and deploy scripts as well as Raffle.sol. Hardhat version 2.9.9 in VS Code latest version, Debian 11. What am I missing to allow the constructor args to be read? Thanks in advance. hardhat.config.js:
helper-hardhat-config.js:
00-deploy-mocks.js:
01-deploy-raffle.js:
Raffle.sol:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
add "gasLane" inside default in helper-hardhat-config.js file maybe work |
Beta Was this translation helpful? Give feedback.
add "gasLane" inside default in helper-hardhat-config.js file maybe work