smartcontractkit / hardhat-starter-kit

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

Change the LINK token to version 0.4 #34

Closed PatrickAlphaC closed 3 years ago

PatrickAlphaC commented 3 years ago

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 3 years ago

Fixed via https://github.com/smartcontractkit/hardhat-starter-kit/pull/42