smartcontractkit / chainlink-brownie-contracts

A repository for automatically using the latest chainlink repo from the core chainlink repo.
327 stars 69 forks source link

Mac M1 Support #15

Closed JohnEMagee closed 2 years ago

JohnEMagee commented 2 years ago

Mac M1 can not compile older solidity versions that I can find. I can compile in 0.8.12, which works great on the first exercise in brownie but in the second exercise, chain link uses solidity 0.6.0 in the v3 interface. Please add notes sections for how people who use Mac M1 can work around these issues.