From 79a694072c1f5a73f6b6564aa39693b16fb2de08 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Thu, 1 Jul 2021 18:55:46 -0300 Subject: [PATCH] Add rpcdaemon host/port binding clarification --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55e3bec..49f9b8a 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,9 @@ npm run serve Otterscan should now be running at http://localhost:5000/. -You can make sure it is working correctly if the homepage is able to show the latest block/timestamp your Erigon node is at just bellow the search button. +For now, it assumes the `rpcdaemon` is running on 127.0.0.1:8545. If for some reason your installation is running in another host/port, change it in the `src/ethersconfig.ts` file (patches to make it parameterized are welcome). + +**You can make sure it is working correctly if the homepage is able to show the latest block/timestamp your Erigon node is at just bellow the search button.** ## Kudos