From 159abfcb3af51e9de30b929e3b50f01a1d4b532f Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 6 Feb 2024 06:23:00 +0100 Subject: [PATCH] make port explicit same as rpc --- metis/geth.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metis/geth.env b/metis/geth.env index 8ccdbd2b..fb794ae5 100644 --- a/metis/geth.env +++ b/metis/geth.env @@ -34,5 +34,5 @@ RPC_WRITE_TIMEOUT=5m WS_ADDR=0.0.0.0 WS_API=eth,net,web3 WS_ORIGINS=* -WS_PORT=8546 +WS_PORT=8545 WS=true \ No newline at end of file