@ethereumjs/common / ChainConfig
Interface: ChainConfig
Table of contents
Properties
Properties
bootstrapNodes
• bootstrapNodes: BootstrapNodeConfig[]
Defined in
types.ts:37
chainId
• chainId: number | bigint
Defined in
types.ts:30
• Optional comment: string
Defined in
types.ts:33
consensus
• consensus: ConsensusConfig
Defined in
types.ts:39
defaultHardfork
• Optional defaultHardfork: string
Defined in
types.ts:32
dnsNetworks
• Optional dnsNetworks: string[]
Defined in
types.ts:38
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