Skip to content

Commit

Permalink
Update .changeset/few-flies-drum.md
Browse files Browse the repository at this point in the history
Co-authored-by: Patricio Palladino <email@patriciopalladino.com>
  • Loading branch information
fvictorio and alcuadrado committed Feb 8, 2023
1 parent 24137f5 commit 42d8481
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .changeset/few-flies-drum.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

Added support for the `http_proxy` environment variable. When this variable is set, Hardhat will send its requests through the given proxy for things like JSON-RPC requests, mainnet forking and downloading compilers.

We also removed support for the `HTTP_PROXY` and `HTTPS_PROXY` environment variables, since `http_proxy` is the most commonly used environment variable for this kind of thing. Those variables could only be used for downloading compilers.
We also removed support for the `HTTP_PROXY` and `HTTPS_PROXY` environment variables, since `http_proxy` is the most commonly used environment variable for this kind of thing. Those variables could only be used for downloading compilers.

Finally, we also added support for `no_proxy`, which accepts a comma separated list of hosts or `"*"`. Any host included in this list will not be proxied.

Note that requests to `"localhost"` or `"127.0.0.1"` are never proxied.

0 comments on commit 42d8481

Please sign in to comment.