-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 1.32 KB
/
Copy path.env.example
File metadata and controls
26 lines (23 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ---------------------------------------------------------------------------
# cb-testing Docker image overrides
# ---------------------------------------------------------------------------
# Copy this file to .env and customize for your local images.
# All values have baked defaults in `sim generate` (Images::default), so this
# file is entirely optional — only needed when using custom Docker images.
# ---------------------------------------------------------------------------
# Helix relay image
# Default: ghcr.io/gattaca-com/helix-relay:main
# HELIX_RELAY_IMAGE=ghcr.io/gattaca-com/helix-relay:main
#
# WS HEADER-STREAM SCENARIOS: the public :main image STUBS the stream admission
# (refuses every proposer), so ws scenarios need a helix built from the ./helix
# submodule. Run `just build-helix-image` then set:
# HELIX_RELAY_IMAGE=local/helix-relay:kurtosis
# (see docs/composable-scenarios.md).
# flashbots mev-boost-relay image — NO LONGER USED as a relay (multi-relay now runs
# two helix instances; see docs/fork-delta.md). Still emitted into configs but inert.
# Default: ethpandaops/mev-boost-relay:main
# MEV_RELAY_IMAGE=ethpandaops/mev-boost-relay:main
# Commit-Boost sidecar image (sub your local `just build-all <tag>` build)
# Default: commit-boost/commit-boost:kurtosis
# MEV_BOOST_IMAGE=commit-boost/commit-boost:kurtosis