Synthetixio / issues

0 stars 3 forks source link

[CHORE]: remove solc compilation and and use hardhat compile / instead #362

Open artdgn opened 2 years ago

artdgn commented 2 years ago

We're using solc to compile in some places, and hardhat everywhere else:

This will enable e.g. compiling artifacts with different solidity versions, and will remove a lot of custom code.