mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Change back to localhost for testing
This commit is contained in:
parent
7ab51a992c
commit
a0bbe38ee7
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ function getSafeChainProxyEnvironmentVariables() {
|
|||
return {};
|
||||
}
|
||||
|
||||
const proxyUrl = `http://127.0.0.1:${state.port}`;
|
||||
const proxyUrl = `http://localhost:${state.port}`;
|
||||
return {
|
||||
HTTPS_PROXY: proxyUrl,
|
||||
GLOBAL_AGENT_HTTP_PROXY: proxyUrl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue