Skip to content

Commit

Permalink
Update cheatsheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Aug 1, 2024
1 parent 07e3b2e commit 7267cfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cheatsheet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cheatsheat Quickstart
title: Cheat Sheet Reference Card
---

*Cheatsheet for getting started, **quickly**.*

Check warning on line 5 in docs/cheatsheet.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Cheatsheet)

Check warning on line 5 in docs/cheatsheet.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Cheatsheet)
Expand Down Expand Up @@ -34,7 +34,7 @@ Validators are required to make the following updates to their clients to partic
| Mainnet | `0xad2c0074aa2bb6149340187906196f719bbac701a20d0cc88baefd2bbcc9fc970fb060d5eeb5fedf22024db6e69582da` |
| Holesky | `0xa357078fe39a532623a366d44fa27052bd6aef14e78774202afab660fa2eda3051c43c6d94167c8222ebe5ad30ae517d` |

### vouch
### Vouch

Use the release **>= v1.9.0-alpha.7** located at [vouch](https://github.com/attestantio/vouch).

Expand All @@ -46,14 +46,14 @@ Configuration:
- Set `privileged_builders` configuration to the public key of the relay (vouch).
- Set `builder-boost-factor = "10000"` configuration (vouch).

### mev-boost
### MEV-Boost

Use the latest release located at [mev-boost-privileged](https://github.com/manifoldfinance/mev-boost-privileged).

- [PR-656](https://github.com/flashbots/mev-boost/pull/656) to the main repository is pending.
- Only **lighthouse CL >= 5.1.3** is supported and recommended.

Configuration:
#### Configuration

- Make sure the minimum bid value is set to `0` on the relay configuration (mev-boost).
- Set `-privileged-builder` configuration to the public key of the relay (mev-boost).
Expand Down

0 comments on commit 7267cfd

Please sign in to comment.