diff --git a/nethermind.yml b/nethermind.yml index 3918cda8..6d2bcfa0 100644 --- a/nethermind.yml +++ b/nethermind.yml @@ -72,19 +72,12 @@ services: - ${EE_PORT:-8551} - --JsonRpc.AdditionalRpcUrls=http://127.0.0.1:1337|http|admin - --JsonRpc.JwtSecretFile=/var/lib/nethermind/ee-secret/jwtsecret -# Temporary Prysm workaround. Remove when no longer needed - - --JsonRpc.MaxBatchSize - - "10000" - --Metrics.Enabled - "true" - --Metrics.PushGatewayUrl - "" - --Metrics.ExposePort - "6060" - - --Sync.AncientBodiesBarrier - - "1" - - --Sync.AncientReceiptsBarrier - - "1" - --Pruning.FullPruningCompletionBehavior - AlwaysShutdown - --log