-
Notifications
You must be signed in to change notification settings - Fork 113
version issue in LinkToken.sol file #64
Comments
Also can someone please tell me the usecase of using mocks |
What are you running to compile? Mocks are so that you can "mock" being a chainlink node or external actor. Chainlink nodes don't run on our local chains so we pretend to be one. |
I am compiling the Mocks files. |
@PatrickAlphaC any help would be appreciated. I am facing a similar issue. Following exactly like you show it in your tutorial (link to exact timestamp), I have the following error when I run
. |
UPDATE: @PatrickAlphaC Sorry about that, while copy-pasting, I had accidentally put some gibberish after the code for |
I am having the same issue with the LinkToken.sol when running - I have tried updating compiler version in the yaml file but this is incompatible with the 0.4.11 version of the LinkToken.sol. Attempting to downgrade the compiler version leads to an 'immutable' error where immutable keyword was added in Solidity 0.6.5 |
It doesn't actually compile since some dependencies require v4 of the compiler, while others depend on v8. [This issue](PatrickAlphaC/smartcontract-lottery#64), which turned out to be for the same idea that I'm implementing, is about the same issue, and is still unresolved.
I am currently experiencing the same "LinkToken version not compactible with brownie" problem. Was anyone able to find a solution in the end? |
I am using solidity version 0.8.0 while creating the Lottery.sol file. But For LinkToken.sol file there is not corresponding version 0.8 or 0.6. There is only one version 0.4.11 and it gives me this issue while compile.
Can someone please help me with this?
thanks
The text was updated successfully, but these errors were encountered: