i want an answer #5780
bensmartco
started this conversation in
General
Replies: 1 comment
-
@bensmartco What is the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
const transactionResponse = await vrfCoordinatorV2Mock.createSubscription();
const transactionReceipt = await transactionResponse.wait();
subscriptionId = transactionReceipt.events[0].args.subId;
why is that this particular code is not working
Beta Was this translation helpful? Give feedback.
All reactions