From eb23591f5b1b7e1459808cc886afdf3d8986e693 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:53:37 +0100 Subject: [PATCH] more apis --- geth-holesky.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/geth-holesky.yml b/geth-holesky.yml index 52a8436a..d39e977e 100644 --- a/geth-holesky.yml +++ b/geth-holesky.yml @@ -21,12 +21,13 @@ services: "--ws.port=8545", "--ws.addr=0.0.0.0", "--ws.origins=*", - "--ws.api=eth,net,web3", + "--ws.api=debug,eth,net,web3,txpool", # Enable the HTTP-RPC server "--http", "--http.port=8545", "--http.addr=0.0.0.0", - "--http.vhosts=*", + "--http.vhosts=*", + "--http.api=admin,debug,eth,net,web3,txpool", # 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=*",