Skip to content

Commit

Permalink
fix(holesky/docs): toc
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 29, 2024
1 parent b2c367d commit 2e13c02
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions testnets/holesky/README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Holesky Launch Instructions
This document provides instructions for running the Bolt sidecar on the Holesky testnet.

This document provides instructions for running the Bolt sidecar on the Holesky testnet.

# Table of Contents

<!-- vim-markdown-toc Marked -->
<!-- vim-markdown-toc GFM -->

* [Prerequisites](#prerequisites)
* [Off-Chain Setup](#off-chain-setup)
* [Docker Mode (recommended)](#docker-mode-(recommended))
* [Commit-Boost Mode](#commit-boost-mode)
* [Native Mode (advanced)](#native-mode-(advanced))
* [Building and running the MEV-Boost fork binary](#building-and-running-the-mev-boost-fork-binary)
* [Building and running the Bolt sidecar binary](#building-and-running-the-bolt-sidecar-binary)
* [Configuration file](#configuration-file)
* [Observability](#observability)
* [On-Chain Registration](#on-chain-registration)
* [Validator Registration](#validator-registration)
* [Registration Steps](#registration-steps)
* [Bolt Network Entrypoint](#bolt-network-entrypoint)
* [Operator Registration](#operator-registration)
* [Symbiotic Registration Steps](#symbiotic-registration-steps)
* [EigenLayer Registration Steps](#eigenlayer-registration-steps)
* [Off-Chain Setup](#off-chain-setup)
* [Docker Mode (recommended)](#docker-mode-recommended)
* [Commit-Boost Mode](#commit-boost-mode)
* [Native Mode (advanced)](#native-mode-advanced)
* [Building and running the MEV-Boost fork binary](#building-and-running-the-mev-boost-fork-binary)
* [Building and running the Bolt sidecar binary](#building-and-running-the-bolt-sidecar-binary)
* [Configuration file](#configuration-file)
* [Observability](#observability)
* [Reference](#reference)
* [Command-line options](#command-line-options)
* [Delegations and signing options for Native and Docker Compose Mode](#delegations-and-signing-options-for-native-and-docker-compose-mode)
* [`bolt` CLI](#`bolt`-cli)
* [`bolt` CLI](#bolt-cli)
* [Installation and usage](#installation-and-usage)
* [Using a private key directly](#using-a-private-key-directly)
* [Using a ERC-2335 Keystore](#using-a-erc-2335-keystore)
Expand Down Expand Up @@ -402,6 +402,7 @@ forge script script/holesky/operators/RegisterEigenLayerOperator.s.sol \
```

# Off-Chain Setup

After all of the steps above have been completed, we can proceed with running the off-chain infrastructure.

There are various way to run the Bolt Sidecar depending on your preferences and your preferred signing methods:
Expand Down

0 comments on commit 2e13c02

Please sign in to comment.