I am using the VRFConsumerBaseV2 contract from the chainlink library. Now I'm trying to make my smart contracts updatable using the UUPS mechanism. How can I adapt VRFConsumerBaseV2 for use in updatable contracts?
Perhaps there are ready-made solutions or you need to write your own wrapper for work