Lesson 9: Deploy error #1185
Replies: 4 comments 5 replies
-
Could you link the repo, thank you |
Beta Was this translation helpful? Give feedback.
-
can you try changing the amount to something like this |
Beta Was this translation helpful? Give feedback.
-
@GaneshDonikena Please follow this guide next time when you ask questions. How to Ask Question Guide Here 2 things to make sure,
If it does not solve the issue then push it to Github and leave the link here. |
Beta Was this translation helpful? Give feedback.
-
Print all the variables which you get from networkConfig object i.e.: console.log(`-------------1---------${entranceFeeToEnterTheLottery}------------------------------`);
console.log(`-------------2---------${gasLane}------------------------------`);
console.log(`-------------3---------${callBackGasLimit}------------------------------`);
console.log(`-------------4---------${lotteryTimeInterval}------------------------------`);
console.log(`-------------5---------${subscriptionId}------------------------------`); One of them will be undefiend either you misspelled the name incorrectly in helper-hardhat-config.js or in 01-deploy-raffle.js. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! I'm getting 'tohexString()'
Beta Was this translation helpful? Give feedback.
All reactions