Versions in this module Expand all Collapse all v0 v0.1.1 Apr 4, 2023 Changes in this version + func NewConfig(ctx *cli.Context, log log.Logger) (*node.Config, error) + func NewDriverConfig(ctx *cli.Context) *driver.Config + func NewL1EndpointConfig(ctx *cli.Context) *node.L1EndpointConfig + func NewL2EndpointConfig(ctx *cli.Context, log log.Logger) (*node.L2EndpointConfig, error) + func NewL2SyncEndpointConfig(ctx *cli.Context) *node.L2SyncEndpointConfig + func NewRollupConfig(ctx *cli.Context) (*rollup.Config, error) + func NewSnapshotLogger(ctx *cli.Context) (log.Logger, error)