diff --git a/src/content/vrf/v2-5/migration-from-v2.mdx b/src/content/vrf/v2-5/migration-from-v2.mdx index b9ce0eb08ab..c946a364bde 100644 --- a/src/content/vrf/v2-5/migration-from-v2.mdx +++ b/src/content/vrf/v2-5/migration-from-v2.mdx @@ -113,7 +113,7 @@ To modify your existing smart contract code to work with VRF v2.5, complete the 1. Import the VRF v2.5 coordinator, [`VRFCoordinatorV2_5`](https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/vrf/dev/VRFCoordinatorV2_5.sol), and update any old references to the VRF V2 coordinator in your contract. -1. Add a `VRFConsumerBaseV2Plus` constructor, passing in the LINK token address for the network you're using. +1. Add a `VRFConsumerBaseV2Plus` constructor, passing in the VRF coordinator address for the network you're using. 1. Update your `requestRandomWords` function calls to reflect the new request structure for VRF v2.5. Make sure to include the new `extraArgs` part of the `VRFV2PlusClient.RandomWordsRequest` object, and specify whether or not you want to pay for VRF requests using native tokens: