Advice for verifying contracts that were deployed through Remix using Chainlink Imports? Currently BSCScan (and I believe Etherscan) have the following limitation:
Contracts that use "imports" will need to have the code concatenated into one file as we do not support "imports" in separate files.
The issue is that VRFConsumerBase.sol has additional imports in it as well. Making the concatenation process a bit burdensome. I've done this following @Patrick Collins's video with Hardhat pretty easily but the project I'm working with is developed in Remix.