diff --git a/test/config/debug.node.config.toml b/test/config/debug.node.config.toml index 1e76729e0f..1017f85494 100644 --- a/test/config/debug.node.config.toml +++ b/test/config/debug.node.config.toml @@ -71,6 +71,7 @@ WriteTimeout = "60s" MaxRequestsPerIPAndSecond = 10000 SequencerNodeURI = "" EnableL2SuggestedGasPricePolling = true +BatchRequestsEnabled = true [RPC.WebSockets] Enabled = true Port = 8133 diff --git a/test/config/test.node.config.toml b/test/config/test.node.config.toml index 4b80a75e2b..25fef48632 100644 --- a/test/config/test.node.config.toml +++ b/test/config/test.node.config.toml @@ -71,6 +71,7 @@ WriteTimeout = "60s" MaxRequestsPerIPAndSecond = 5000 SequencerNodeURI = "" EnableL2SuggestedGasPricePolling = true +BatchRequestsEnabled = true [RPC.WebSockets] Enabled = true Port = 8133