From ca2d7c37be173981468cca2806e13612c3ff092b Mon Sep 17 00:00:00 2001 From: Ferran Borreguero Date: Wed, 9 Oct 2024 16:31:04 +0100 Subject: [PATCH] Add boost-sync flag to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f49ba6f..43fe1f8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ cargo run -- [OPTIONS] - `--rpc-port `: Port to run the server on (default: 8081) - `--tracing`: Enable tracing (default: false) - `--log-level `: Log level (default: info) +- `--boost-sync`: Enable syncing the builder with the proposer op-node (default: false) ### Environment Variables @@ -56,4 +57,4 @@ The code in this project is free software under the [MIT License](/LICENSE). --- -Made with ☀️ by the ⚡🤖 collective. \ No newline at end of file +Made with ☀️ by the ⚡🤖 collective.