From e2f9c6b340740f9e1c8020677dcf9ca8d1f2c7a7 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:10:06 +0200 Subject: [PATCH] anable debug and admin api --- nethermind-gnosis-chiado.yml | 2 +- nethermind-gnosis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nethermind-gnosis-chiado.yml b/nethermind-gnosis-chiado.yml index f5c778d0..a14ae9af 100644 --- a/nethermind-gnosis-chiado.yml +++ b/nethermind-gnosis-chiado.yml @@ -32,7 +32,7 @@ services: --JsonRpc.Enabled=true --JsonRpc.Host=0.0.0.0 --JsonRpc.Port=8545 - --JsonRpc.EnabledModules=[Web3,Eth,Subscribe,Net] + --JsonRpc.EnabledModules=[Web3,Eth,Subscribe,Net,Admin,Debug] --JsonRpc.JwtSecretFile=/jwtsecret --JsonRpc.EngineHost=0.0.0.0 --JsonRpc.EnginePort=8551 diff --git a/nethermind-gnosis.yml b/nethermind-gnosis.yml index be044a96..cd66ef51 100644 --- a/nethermind-gnosis.yml +++ b/nethermind-gnosis.yml @@ -32,7 +32,7 @@ services: --JsonRpc.Enabled=true --JsonRpc.Host=0.0.0.0 --JsonRpc.Port=8545 - --JsonRpc.EnabledModules=[Web3,Eth,Subscribe,Net] + --JsonRpc.EnabledModules=[Web3,Eth,Subscribe,Net,Admin,Debug] --JsonRpc.JwtSecretFile=/jwtsecret --JsonRpc.EngineHost=0.0.0.0 --JsonRpc.EnginePort=8551