From 473df3d139ac16877907384c066f4b4deca982b4 Mon Sep 17 00:00:00 2001 From: jebba Date: Mon, 5 Apr 2021 13:38:29 -0600 Subject: [PATCH] listen on localhost, use remote host for eth --- configs/coins/ethereum.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/coins/ethereum.json b/configs/coins/ethereum.json index 034b2098..fcd44bbd 100644 --- a/configs/coins/ethereum.json +++ b/configs/coins/ethereum.json @@ -14,7 +14,7 @@ "blockbook_public": 9136 }, "ipc": { - "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}", + "rpc_url_template": "ws://10.100.100.70:{{.Ports.BackendRPC}}", "rpc_timeout": 25 }, "backend": { @@ -40,8 +40,8 @@ "blockbook": { "package_name": "blockbook-ethereum", "system_user": "blockbook-ethereum", - "internal_binding_template": ":{{.Ports.BlockbookInternal}}", - "public_binding_template": ":{{.Ports.BlockbookPublic}}", + "internal_binding_template": "127.0.0.1:{{.Ports.BlockbookInternal}}", + "public_binding_template": "127.0.0.1:{{.Ports.BlockbookPublic}}", "explorer_url": "", "additional_params": "", "block_chain": {