From c0df43119db5d69e3bbcaa7a3f591beff7eefeef Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:55:01 +0100 Subject: [PATCH] same same --- geth-sepolia.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geth-sepolia.yml b/geth-sepolia.yml index cf9980f4..baea62aa 100644 --- a/geth-sepolia.yml +++ b/geth-sepolia.yml @@ -20,13 +20,13 @@ services: "--cache=8192", # Enable the WS-RPC server "--ws", - "--ws.api=eth,net,web3,personal,txpool", + "--ws.api=eth,net,debug,web3,personal,txpool", "--ws.port=8545", "--ws.addr=0.0.0.0", "--ws.origins=*", # Enable the HTTP-RPC server "--http", - "--http.api=eth,net,web3,personal,txpool", + "--http.api=eth,net,debug,admin,web3,personal,txpool", "--http.port=8545", "--http.addr=0.0.0.0", "--http.vhosts=*",