Hardhat ethUsdPriceFeed #5637
-
I am confused with the helper.hardhat.config.js file, in this file we have ```31337: { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@vivekup3424 For the local node we are deploying the mock contract and getting its address. And these are all configurations required by Chainlink VRF. You can read more about them in the chainlink docs. |
Beta Was this translation helpful? Give feedback.
@vivekup3424 For the local node we are deploying the mock contract and getting its address. And these are all configurations required by Chainlink VRF.
You can read more about them in the chainlink docs.