OpenZeppelin / openzeppelin-sdk

OpenZeppelin SDK repository for CLI and upgrades.js. No longer actively developed.
MIT License
432 stars 200 forks source link

Remove/Upgrade axios to fix proxy problem #1584

Open kigawas opened 4 years ago

kigawas commented 4 years ago

Related #1533 #1535

kigawas commented 3 years ago

Or simply use http instead of https :(

const SOLC_LIST_URL = 'http://solc-bin.ethereum.org/bin/list.json';
abcoathup commented 3 years ago

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/