Replies: 2 comments 13 replies
-
@RianHodl so is this resolved now? please share also your |
Beta Was this translation helpful? Give feedback.
12 replies
-
Your error occurs while executing requestRandomWords() from VRFV2PlusClient. And what seems to be odd is your subscription id. The subsciption id should be an uint256. In your execution your subscription Id seems to be an uint64 (the number 15065691140667349564), which was used before chainlink has updated it to uint256. Thus, have you created a subscription id for chainlink? |
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
-
while i forge test --match-test testDontAllowPlayersToEnterWhileRaffleIsCalculating -vvvv

There are errors like this
This is my code on RaffleTest.t.sol
Beta Was this translation helpful? Give feedback.
All reactions