From 54050b48259bc032323e275df4b2d85d7219dc39 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:14:09 +0200 Subject: [PATCH] update and enable debug --- nethermind-mainnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nethermind-mainnet.yml b/nethermind-mainnet.yml index 6be0a21e..1cf6dbae 100644 --- a/nethermind-mainnet.yml +++ b/nethermind-mainnet.yml @@ -2,7 +2,7 @@ version: '3.1' services: nethermind-mainnet: - image: nethermind/nethermind:1.27.0 + image: nethermind/nethermind:1.28.0 restart: always stop_grace_period: 1m command: | @@ -27,7 +27,7 @@ services: - /etc/localtime:/etc/localtime:ro environment: - NETHERMIND_CONFIG=mainnet - - NETHERMIND_JSONRPCCONFIG_ENGINEENABLEDMODULES=[Eth,AccountAbstraction,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Trace] + - NETHERMIND_JSONRPCCONFIG_ENGINEENABLEDMODULES=[Eth,AccountAbstraction,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Trace,Debug,Admin] - NETHERMIND_JSONRPCCONFIG_ENGINEHOST=0.0.0.0 - NETHERMIND_JSONRPCCONFIG_ENGINEPORT=8551 - NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0