ethereumjs-monorepo

@ethereumjs/common / ChainConfig

Interface: ChainConfig

Table of contents

Properties

Properties

bootstrapNodes

bootstrapNodes: BootstrapNodeConfig[]

Defined in

types.ts:38


chainId

chainId: number | bigint

Defined in

types.ts:30


comment

Optional comment: string

Defined in

types.ts:33


consensus

consensus: ConsensusConfig

Defined in

types.ts:40


customHardforks

Optional customHardforks: HardforksDict

Defined in

types.ts:37


defaultHardfork

Optional defaultHardfork: string

Defined in

types.ts:32


dnsNetworks

Optional dnsNetworks: string[]

Defined in

types.ts:39


genesis

genesis: GenesisBlockConfig

Defined in

types.ts:35


hardforks

hardforks: HardforkTransitionConfig[]

Defined in

types.ts:36


name

name: string

Defined in

types.ts:29


networkId

networkId: number | bigint

Defined in

types.ts:31


url

Optional url: string

Defined in

types.ts:34