-
heres the error msg. file is contracts\test\VRFCoordinatorV2Mock.sol CompilerError: solc returned the following errors: ParserError: Source "C:/Users/crypt/.brownie/packages/smartcontractkit/[email protected]/contracts/src/v0.8/interfaces/LinkTokenInterface.sol" not found: File not found. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
heres all the brownie compile msg PS C:\Users\crypt\smartcontract-lottery> brownie compile New compatible solc version available: 0.8.9
Compiling contracts...
Compiling contracts... ParserError: Source "C:/Users/crypt/.brownie/packages/smartcontractkit/[email protected]/contracts/src/v0.8/interfaces/LinkTokenInterface.sol" not found: File not found. ParserError: Source "C:/Users/crypt/.brownie/packages/smartcontractkit/[email protected]/contracts/src/v0.8/interfaces/VRFCoordinatorV2Interface.sol" not found: File not found. ParserError: Source "C:/Users/crypt/.brownie/packages/smartcontractkit/[email protected]/contracts/src/v0.8/VRFConsumerBaseV2.sol" not found: File not found. PS C:\Users\crypt\smartcontract-lottery> |
Beta Was this translation helpful? Give feedback.
-
whoops! wrong file. should be VRFCoordinatorMock.sol which compiles fine |
Beta Was this translation helpful? Give feedback.
-
Hello @muhyomoto |
Beta Was this translation helpful? Give feedback.
Hello @muhyomoto
I'm glad you problem is solved now, closing this.