smartcontractkit / full-blockchain-solidity-course-js

Learn Blockchain, Solidity, and Full Stack Web3 Development with Javascript
12.25k stars 2.94k forks source link

helper-hardhat-config.js has inaccuracies in the comments #4527

Open Mahmood-Darwish opened 1 year ago

Mahmood-Darwish commented 1 year ago

Lesson

Lesson 9

Could you please leave a link to the timestamp in the video where this error occurs? (You can right click a video and "copy video URL at current time")

No response

Operating System

None

Describe the bug

The gasLane key hash for the Goerli network is for 150 gwei (as it shows here: https://docs.chain.link/vrf/v2/subscription/supported-networks), however in the comment it says it's for 30 gwei.

Mahmood-Darwish commented 1 year ago

Not a big deal, but it might cause a problem if people didn't check to confirm the actual price of the gas lane.

Also, I'm not sure for how many of the helper-hardhat-config.js does this apply. I only caught it in the lesson 9 repo.