Skip to content
2 changes: 1 addition & 1 deletion bold/testing/setup/rollup_stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func WithSafeFastConfirmation() Opt {

func WithMockBridge() Opt {
return func(setup *ChainSetup) {
setup.useMockBridge = false
setup.useMockBridge = true
}
}

Expand Down
Loading