Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
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: 1 addition & 1 deletion tests/node/mixed_preset.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (m *MixedOpKonaPreset) L2CLNodes() []dsl.L2CLNode {
return append(m.L2CLOpNodes, m.L2CLKonaNodes...)
}

// L2CLNodes returns all the L2CL nodes in the network (op-nodes and kona-nodes).
// L2ELNodes returns all the L2EL nodes in the network (op-reth, op-geth, etc.).
func (m *MixedOpKonaPreset) L2ELNodes() []dsl.L2ELNode {
return append(m.L2ELOpNodes, m.L2ELKonaNodes...)
}
Expand Down
Loading