UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

7 lines (6 loc) 387 B
// https://github.com/ethereum/consensus-specs/blob/dev/specs/altair/light-client/p2p-interface.md#configuration export const MAX_REQUEST_LIGHT_CLIENT_UPDATES = 128; export const MAX_PAYLOAD_HISTORY = 32; export const VERIFICATION_FAILED_RESPONSE_CODE = -33091; export const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000"; export const DEFAULT_PROXY_REQUEST_TIMEOUT = 3000;