From f4c2af0618c977896fe380b87578d7f03effe96c Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 15 Feb 2024 07:53:34 +0100 Subject: [PATCH] update --- geth-mainnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/geth-mainnet.yml b/geth-mainnet.yml index 27abf2e4..f3508342 100644 --- a/geth-mainnet.yml +++ b/geth-mainnet.yml @@ -22,6 +22,7 @@ services: "--ws", "--ws.port=8545", "--ws.addr=0.0.0.0", + "--ws.origins=*", # Enable the HTTP-RPC server "--http", "--http.port=8545",