This repository was archived by the owner on Aug 5, 2021. It is now read-only.
Description Error thrown when not using a locally installed version of solc
> etherlime compile --solcVersion 0.5.4
Sun, 05 Jul 2020 08:49:31 GMT unhandledRejection: Failed to complete request to: http://etherlime.limechain.tech/solc/bin/list.json.
Also this fails confirming it's a problem getting a list of supported solc versions to compare against
npx etherlime compile --list releases --all
Error: Failed to complete request to: http://etherlime.limechain.tech/solc/bin/list.json.
Error: getaddrinfo ENOTFOUND etherlime.limechain.tech etherlime.limechain.tech:80
at CompilerSupplier.errors (/node_modules/etherlime-argent/cli-commands/compiler/etherlime-compile/compilerSupplier.js:386:16)
at axiosInstance.get.then.catch.err (/node_modules/etherlime-argent/cli-commands/compiler/etherlime-compile/compilerSupplier.js:161:40)
at process._tickCallback (internal/process/next_tick.js:68:7)
Sample failing build https://circleci.com/gh/argentlabs/argent-contracts/1089
Reactions are currently unavailable
Error thrown when not using a locally installed version of solc
Also this fails confirming it's a problem getting a list of supported solc versions to compare against
Sample failing build https://circleci.com/gh/argentlabs/argent-contracts/1089