fix: remove deprecated http-allow-sync-stalled from LH (#805)
The `--http-allow-sync-stalled` flag is deprecated as of Lighthouse v5.3.0, with its behaviour being enabled by default. In v6.0.0 we would like to remove the flag entirely, which requires removing it from Kurtosis (which we run on our CI): - https://github.com/sigp/lighthouse/pull/6490
Showing