@lodestar/prover
Version:
A Typescript implementation of the Ethereum Consensus light client
8 lines (5 loc) • 322 B
text/typescript
import {CliCommand} from "@lodestar/utils";
import {GlobalArgs} from "../options.js";
import {proverProxyStartCommand} from "./start/index.js";
export {proverProxyStartCommand} from "./start/index.js";
export const cmds: Required<CliCommand<GlobalArgs, Record<never, never>>>["subcommands"] = [proverProxyStartCommand];