-
In the "Smart Lottery" Project I'm having trouble with the On github repos (chainlink-mix and chainlink) there is only the I tried to manually add all the files necessary to compile that specific smart contract but it's not a good practise and I had lot's of troubles to migrate everything to Can you suggest me a solution? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 22 replies
-
Hello @danmas95 Best regards, Cromewar. |
Beta Was this translation helpful? Give feedback.
Hello @danmas95
That's strange as brownie 1.17.1 actually compiles that contract without problem, you could try to can downgrade your brownie version to one compatible with
0.4.11;
like 1.16...But if you want a simpler solution just use LinkToken on version 0.6.0 which could be found here. Just replace the contract with this one.
Best regards, Cromewar.