From 7267cfde3b23385c61492d95b53ca734ea6e10b7 Mon Sep 17 00:00:00 2001 From: sam bacha Date: Thu, 1 Aug 2024 13:34:15 -0700 Subject: [PATCH] Update cheatsheet.md --- docs/cheatsheet.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cheatsheet.md b/docs/cheatsheet.md index 74071b8..efeef16 100644 --- a/docs/cheatsheet.md +++ b/docs/cheatsheet.md @@ -1,5 +1,5 @@ --- -title: Cheatsheat Quickstart +title: Cheat Sheet Reference Card --- *Cheatsheet for getting started, **quickly**.* @@ -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). @@ -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).