Skip to content

Commit

Permalink
Update orchestrator.go
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Dec 12, 2024
1 parent 3c91470 commit 9ae568b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrator/orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func NewOrchestrator(log log.Logger, closeApp context.CancelCauseFunc, networkCo
l2Anvils[cfg.ChainID] = l2Anvil
}

// Sping up OpSim to fornt the L2 instances
// Spin up OpSim to front the L2 instances
for i := range networkConfig.L2Configs {
cfg := networkConfig.L2Configs[i]

Expand Down

0 comments on commit 9ae568b

Please sign in to comment.