Open kigawas opened 4 years ago
Or simply use http instead of https :(
const SOLC_LIST_URL = 'http://solc-bin.ethereum.org/bin/list.json';
Hi @kigawas! I’m sorry that you had this issue.
Thanks so much for reporting it! The project owner will review and triage this issue as soon as they can. In the meantime, you can try the following workaround: Assuming you want to deploy upgradeable contracts, you could try using OpenZeppelin Upgrades plugins with either Truffle or Buidler: https://docs.openzeppelin.com/upgrades-plugins/1.x/
Related #1533 #1535