smartcontractkit/documentation

[Bug]: <your-title-here>

Closed this issue · 0 comments

Describe the bug

I am going to test the random number generation process as outlined in the Chainlink VRF v2 documentation on the Sepolia testnet. So, I attempted to Create a Subscription, and I did, but now I have received a Subscription ID that exceeds the uint64 limit referenced in the tutorial link. Previously, this number was a 4-digit figure, but today, I received an unusually large string.

uint64 s_subscriptionId;

To Reproduce

  1. Go to 'https://docs.chain.link/vrf/v2/subscription/examples/get-a-random-number'
  2. Click on 'deploy'
  3. See error
    creation of VRFv2Consumer errored: Error encoding arguments: Error: value out-of-bounds (argument=null, value="8956043150026659839039150007476020394730663142985943019178980924257745586889", code=INVALID_ARGUMENT, version=abi/5.7.0)

URLs

Expected behavior

No response

Additional context

No response