From 2e96e511027b0a6204663c68c547e38387fdbcfa Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 29 May 2024 08:48:55 +0200 Subject: [PATCH] enable the admin api --- geth-linea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth-linea.yml b/geth-linea.yml index 48feec59..09a87337 100644 --- a/geth-linea.yml +++ b/geth-linea.yml @@ -31,7 +31,7 @@ services: "--http.addr=0.0.0.0", "--http.port=8545", "--http.corsdomain=*", - "--http.api=web3,eth,txpool,net,debug", + "--http.api=admin,web3,eth,txpool,net,debug", "--http.vhosts=*", "--ws", "--ws.addr=0.0.0.0",