The blob_sidecar_by_range rate limiter per the spec is MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK. Our current rate limiting for this rpc request is set statically and isn't updated at BPO forks. We should make this value config driven so that we don't raise CRIT logs in SelfRateLimiter. We also need to make sure we don't incorrectly reject rpc requests when blob count increases.
