Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions op-node/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ func initL1Source(ctx context.Context, cfg *config.Config, node *OpNode) (*sourc
return nil, fmt.Errorf("failed to get L1 RPC client: %w", err)
}

l1Cfg.HemitrapEnabled = cfg.HemitrapEnabled

l1Source, err := sources.NewL1Client(l1RPC, node.log, node.metrics.L1SourceCache, l1Cfg)
if err != nil {
return nil, fmt.Errorf("failed to create L1 source: %w", err)
Expand Down
Loading