Closed
Description
Describe the bug
When copying the sample code for VRFv2Consumer, the import for VRFCoordinatorV2Mock
is incorrect, as presumably, the location of it has changed recently.
To Reproduce
- Go to 'https://docs.chain.link/vrf/v2/subscription/examples/get-a-random-number#analyzing-the-contract'
- Copy the code snippet into a file on your local machine.
- Attempt to compile the smart contract.
- Receive compiler error for the import.
URLs
Expected behavior
The ability to copy the code and have it compile
Additional context
No response