LESSON:09 VRF | which contract to import #5316
Umairulislam
started this conversation in
General
Replies: 1 comment 1 reply
-
hello use this import "@chainlink/contracts/src/v0.8/VRFConsumerBaseV2.sol"; in the Chainlink docs ensure you are in the subscription method and not in the direct funding |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
I'm currently on lesson 09 of the course, and I noticed that the instructor is using the import statement
for using Chainlink's VRF Consumer contract. However, when I checked the Chainlink docs, I found that the import statement has been updated to
I'm a bit confused about which one to use. Can someone please help me understand the difference between these two import statements and guide me on which one should I use?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions