Documentation ¶
Index ¶
Constants ¶
View Source
const ( LegacyLevelCrit = iota LegacyLevelError LegacyLevelWarn LegacyLevelInfo LegacyLevelDebug LegacyLevelTrace )
legacy geth log levels - the geth command line --verbosity flag wasn't migrated to use slog's numerical levels.
Variables ¶
View Source
var ( // L1Allocs represents the L1 genesis block state. L1Allocs *genesis.ForgeAllocs // L1Deployments maps contract names to accounts in the L1 // genesis block state. L1Deployments *genesis.L1Deployments // DeployConfig represents the deploy config used by the system. DeployConfig *genesis.DeployConfig // ExternalL2Shim is the shim to use if external ethereum client testing is // enabled ExternalL2Shim string // ExternalL2TestParms is additional metadata for executing external L2 // tests. ExternalL2TestParms external.TestParms // EthNodeVerbosity is the (legacy geth) level of verbosity to output EthNodeVerbosity int )
Functions ¶
func L2Allocs ¶
func L2Allocs(mode genesis.L2AllocsMode) *genesis.ForgeAllocs
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.