PatrickAlphaC / hardhat-smartcontract-lottery-fcc

MIT License
118 stars 181 forks source link

Unable to import "@chainlink/contracts/src/v0.8/mocks/VRFCoordinatorV2Mock.sol" in test/VRFCoordinatorV2Mock.sol #207

Closed AbhimanyuAjudiya closed 5 months ago

AbhimanyuAjudiya commented 5 months ago

The VRFCoordinatorV2Mock.sol does not exist in mocks dir...

AbhimanyuAjudiya commented 5 months ago

It should be changed to this: import "@chainlink/contracts/src/v0.8/vrf/mocks/VRFCoordinatorV2Mock.sol";

PatrickAlphaC commented 5 months ago

I'm going to be deprecating this repo soon, thanks for flagging this!