From 1f941ca26cbfe4c7b0256e852a99b0c4b121d3e5 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:44:02 +0100 Subject: [PATCH] try --- geth-holesky.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/geth-holesky.yml b/geth-holesky.yml index 7e346180..52a8436a 100644 --- a/geth-holesky.yml +++ b/geth-holesky.yml @@ -20,12 +20,14 @@ services: "--ws", "--ws.port=8545", "--ws.addr=0.0.0.0", + "--ws.origins=*", + "--ws.api=eth,net,web3", # Enable the HTTP-RPC server "--http", "--http.port=8545", "--http.addr=0.0.0.0", "--http.vhosts=*", - # Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well. + # Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well. "--graphql", "--graphql.vhosts=*", # Enable metrics collection and reporting