UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

10 lines 301 B
import { ClientCode } from "../execution/index.js"; export function getLodestarClientVersion(info) { return { code: ClientCode.LS, name: "Lodestar", version: info?.version ?? "", commit: info?.commit?.slice(0, 8) ?? "", }; } //# sourceMappingURL=metadata.js.map