currently the FeeHistory RPC endpoint will query multiple batches of CometBlocks. This RPC query is to support dynamic fee eip 1559 txs (i think?). we could likely introduce some caching here. it makes multiple RPC calls to comet AND to the SDK's grpc endpoints.