pub fn execute_replay_command(
rpc_url: Option<String>,
safety_checks: bool,
use_authority: bool,
cfg_path: Option<PathBuf>,
chain: Option<String>,
cmd: ReplayToolCommand,
) -> Pin<Box<dyn Future<Output = Result<Option<(u64, u64)>>> + Send>>