Skip to content

How to create subscription for VRF coordinator on rinkeby #1775

Answered by deeptshukla
deeptshukla asked this question in Q&A
Discussion options

You must be logged in to vote

Hey I got the answer to this.
You can connect to the contract with

let vrfContract = await ethers.getContractAt(abi, address, signer).
abi can be obtained from compiling locally the interface for the contract.

Now we can call the functions for subscription and addConsumer through this connected contract

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by deeptshukla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants