Skip to content

Commit

Permalink
doc(testnets): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bostoen committed Jul 5, 2024
1 parent fe58c00 commit f6ee158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnets/helder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ In this section we cover how one should configure their validators and register
Lighthouse VC:

```bash
lighthouse vc ... --prefer-builder-proposals
lighthouse vc ... --builder-proposals --prefer-builder-proposals
```

The `--prefer-builder-proposals` is required so that Lighthouse won’t rely on EL self-building, which in some cases could lead to commitment faults. The Bolt sidecar deals with PBS failures gracefully and will build its own local block in case the relay / builder goes down.
The `--builder-proposals` and `--prefer-builder-proposals` flags are required so that Lighthouse won’t rely on EL self-building, which in some cases could lead to commitment faults. The Bolt sidecar deals with PBS failures gracefully and will build its own local block in case the relay / builder goes down.

### Bolt Registration

Expand Down

0 comments on commit f6ee158

Please sign in to comment.