From 32c99c6b806bd3f0bc72255e8a632ef9e615f341 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 6 Feb 2024 06:25:39 +0100 Subject: [PATCH] revert --- metis/geth.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metis/geth.env b/metis/geth.env index fb794ae5..f0146d17 100644 --- a/metis/geth.env +++ b/metis/geth.env @@ -34,5 +34,6 @@ RPC_WRITE_TIMEOUT=5m WS_ADDR=0.0.0.0 WS_API=eth,net,web3 WS_ORIGINS=* -WS_PORT=8545 +WS_ENABLE=true +WS_PORT=8546 WS=true \ No newline at end of file