From 0b3d5cbe2baf92f6cdf1d2937141c89eab2123d2 Mon Sep 17 00:00:00 2001 From: MarekM25 Date: Thu, 24 Mar 2022 17:45:33 +0100 Subject: [PATCH] fix config --- src/Nethermind/Nethermind.Runner/configs/goerli_shadowfork.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nethermind/Nethermind.Runner/configs/goerli_shadowfork.cfg b/src/Nethermind/Nethermind.Runner/configs/goerli_shadowfork.cfg index 7ffe4f01ec1..3056f9b625b 100644 --- a/src/Nethermind/Nethermind.Runner/configs/goerli_shadowfork.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/goerli_shadowfork.cfg @@ -20,7 +20,7 @@ "Timeout": 20000, "Host": "127.0.0.1", "Port": 8545, - "EnabledModules": ["Eth", "Subscribe", "Trace", "TxPool", "Web3", "Personal", "Proof", "Net", "Parity", "Health", "Engine", "Debug"], + "EnabledModules": ["Eth", "Subscribe", "Trace", "TxPool", "Web3", "Personal", "Proof", "Net", "Parity", "Health", "Debug"], "AdditionalRpcUrls": ["http://localhost:8550|http;ws|net;eth;subscribe;engine;web3;client|no-auth", "http://localhost:8551|http;ws|net;eth;subscribe;engine;web3;client"] }, "TxPool": {