Skip to content

Commit

Permalink
chore(holesky): add simple bash script to create .env stub
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 21, 2024
1 parent 34ccc42 commit 6d93ef6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion testnets/holesky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,13 @@ containing the necessary environment variables:

Create a `bolt-sidecar.env` file in the `testnets/holesky` directory. If you
need a reference, you can use the `.env.example` file in the `bolt-sidecar`
directory as a starting point. For proper configuration of the signing
directory as a starting point.

```bash
cat ./bolt-sidecar/.env.example > ./testnets/holesky/bolt-sidecar.env
```

For proper configuration of the signing
options, please refer to the [Delegations and
Signing](#delegations-and-signing-options-for-standalone-and-docker-container-setup)
section of this guide.
Expand All @@ -136,6 +142,10 @@ containing the necessary environment variables:
reference, you can use the `.env.example` file in the `mev-boost` directory as a
starting point.

```bash
cat ./mev-boost/.env.example > ./testnets/holesky/mev-boost.env
```

If you prefer not to restart your beacon node, follow the instructions in the
[Avoid Restarting the Beacon Node](#avoid-restarting-the-beacon-node) section.

Expand Down

0 comments on commit 6d93ef6

Please sign in to comment.