From d10a777a309aac10687e3eec31c1f3e8317d2b6f Mon Sep 17 00:00:00 2001 From: dsimog01 <47595345+dsimog01@users.noreply.github.com> Date: Wed, 17 May 2023 11:01:53 +0200 Subject: [PATCH] Revert "set ws to true" --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ffb051e..d059aba 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ exec geth --datadir /sepolia \ --http.addr 0.0.0.0 \ --http.corsdomain "*" \ --http.vhosts "*" \ - --ws true \ + --ws \ --ws.origins "*" \ --ws.addr 0.0.0.0 \ --authrpc.addr 0.0.0.0 \