smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 490 forks source link

Use LINK token version 0.4 #42

Closed lucaperret closed 2 years ago

lucaperret commented 2 years ago

See #34

Version 0.6 of the LINK token imports openzeppelin contracts, which can cause conflicts when others want to use OZ packages. Default to the mock contract using v0.4 of solidity to avoid collision

PatrickAlphaC commented 2 years ago

Thanks so much @lucaperret !