Closed langjiyunmie closed 1 week ago
I see that the contract is designed for VRFv2, but the scripts and mock contracts are implemented for VRFv2.5.Why can they match and run? Are they compatible?
VRFv2.5 was upgraded such that the returned subscription Id is a uint256, this breaks integrations with previous versions of the library.
Thank you for the explanation
I see that the contract is designed for VRFv2, but the scripts and mock contracts are implemented for VRFv2.5.Why can they match and run? Are they compatible?