openzeppelin-sdk icon indicating copy to clipboard operation
openzeppelin-sdk copied to clipboard

Remove/Upgrade axios to fix proxy problem

Open kigawas opened this issue 5 years ago • 2 comments

Related #1533 #1535

kigawas avatar Sep 14 '20 04:09 kigawas

Or simply use http instead of https :(

const SOLC_LIST_URL = 'http://solc-bin.ethereum.org/bin/list.json';

kigawas avatar Sep 17 '20 03:09 kigawas

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/

abcoathup avatar Sep 25 '20 05:09 abcoathup