Closed lzydaphne closed 2 years ago
thanks for replying! @PatrickAlphaC And I managed to solve this. The problem is that I specified the solc version in config and forgot to delete it when trying to compile the LinkToken.sol
BTW, I'm really excited to see you planning to make a new video about solidity and js and other fun stuffs🔥
Your course is by far the most informative and comprehensive one that I've taken
Can't wait to see the future course come out!!!
my compiler use v0.6.6, but this LinkToken.sol use pragma v0.4.11 which caused a ParserError. How can I fix this?