vrfCoordinatorV2 address after Sepolia update #5124
-
I am currently in lesson:14 and I have been using Goerli up until now.But I was having some problem because my helper-hardhat-config.jshad the goerli setup.So,While I was updating helper-hardhat-config I found error in my terminal that it cant read properties of myvrfCoordinatorV2so,I used the vrfCoordinatorV2 address provided in the github repo associated with this course and it worked perfectly fine. Now,my question is that shouldn't I have my own personal vrfCoordinatorV2 address? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello @Shawon-Mandal, we don't have personal addresses for the VRFCoordinatorV2. We use the address of the contract on the respective chain. Maybe what you're trying to remember is how to create a VRF subscription id to subscribe a contract and request for randomness. If that's the case => https://vrf.chain.link/. |
Beta Was this translation helpful? Give feedback.
Hello @Shawon-Mandal, we don't have personal addresses for the VRFCoordinatorV2. We use the address of the contract on the respective chain.
Maybe what you're trying to remember is how to create a VRF subscription id to subscribe a contract and request for randomness. If that's the case => https://vrf.chain.link/.