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