chore(gas_price_service): config flag to set static da gas price
with the eigen integration, we don't need to dynamically inc/dec the da gas price, and hence we should use a static one that can be configured via the cli
I think we have everything to control that=D We can set min and max to point to the same value
Yes. But we will still be writing things to the DB and we don't need to be. If the DA price is static, then there is no reason to run that portion of the gas price service.
The alternative would be just to have the gas price determine the gas price as before and not actually set it to be static.
We need to take into account the compression regardless. This is a feature that is missing from the current ETH DA as well: we need to use the compressed bytes instead of the uncompressed bytes. The compression ratio can be as high as 8x and that dramatically changes the prediction. With static, we don't have the predicted profit anymore, but we still need to accommodate DoS attacks of incompressible Txs.