From cadbc46e72a013696ba08bbe180acb147d0c107d Mon Sep 17 00:00:00 2001 From: Francisco Gamundi Date: Thu, 21 Dec 2023 15:13:53 +0100 Subject: [PATCH] Missing dev_flashbox flags --- test/moonwall.config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/moonwall.config.json b/test/moonwall.config.json index 8da6f667c..325faa771 100644 --- a/test/moonwall.config.json +++ b/test/moonwall.config.json @@ -387,7 +387,11 @@ "--alice", "--force-authoring", "--rpc-cors=all", - "--tmp" + "--tmp", + "--no-hardware-benchmarks", + "--no-prometheus", + "--no-telemetry", + "--reserved-only" ], "disableDefaultEthProviders": true, "newRpcBehaviour": true