Interfaces #1157
Unanswered
GaneshDonikena
asked this question in
Q&A
Interfaces
#1157
Replies: 3 comments 3 replies
-
What is the address required for? For the course you only need the address of the CoordinatorV2Mock contracts you deploy. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
@GaneshDonikena This is the addres for rinkeby |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!,
To interact with a contract, we need ABI and address.
we have only abi after compiling below line:
import "@chainlink/contracts/src/v0.8/interfaces/VRFCoordinatorV2Interface.sol";
Now how can I find the address of VRFCoordinatorV2Interface?. Please help me.
i_vrfCoordinator = VRFCoordinatorV2Interface(vrfCoordinatorV2);
Beta Was this translation helpful? Give feedback.
All reactions