Skip to content

Commit

Permalink
fix(sidecar): .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 21, 2024
1 parent 6b38369 commit 79cafe5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bolt-sidecar/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BOLT_SIDECAR_ENGINE_API_URL=http://localhost:4451
BOLT_SIDECAR_CONSTRAINTS_URL=http://localhost:19550
BOLT_SIDECAR_CONSTRAINTS_PROXY_PORT=18551
BOLT_SIDECAR_VALIDATOR_INDEXES=0..64
BOLT_SIDECAR_JWT_HEX=
BOLT_SIDECAR_ENGINE_JWT_HEX=
BOLT_SIDECAR_FEE_RECIPIENT=
BOLT_SIDECAR_BUILDER_PRIVATE_KEY=

Expand All @@ -17,17 +17,17 @@ BOLT_SIDECAR_MIN_PRIORITY_FEE=
BOLT_SIDECAR_COMMITMENT_DEADLINE=8000

# Chain configs
BOLT_SIDECAR_CHAIN=Holesky
BOLT_SIDECAR_CHAIN=holesky
BOLT_SIDECAR_SLOT_TIME=12

# Signing options
BOLT_SIDECAR_CONSTRAINT_PRIVATE_KEY=
BOLT_SIDECAR_COMMITMENT_PRIVATE_KEY=
BOLT_SIDECAR_CB_SIGNER_URL=
BOLT_SIDECAR_CB_JWT_HEX=
BOLT_SIDECAR_KEYSTORE_PASSWORD=
BOLT_SIDECAR_KEYSTORE_PATH=
BOLT_SIDECAR_DELEGATIONS_PATH=
# Signing options. Uncomment only what you'll use
#BOLT_SIDECAR_CONSTRAINT_PRIVATE_KEY=
#BOLT_SIDECAR_COMMITMENT_PRIVATE_KEY=
#BOLT_SIDECAR_CB_SIGNER_URL=
#BOLT_SIDECAR_CB_JWT_HEX=
#BOLT_SIDECAR_KEYSTORE_PASSWORD=
#BOLT_SIDECAR_KEYSTORE_PATH=
#BOLT_SIDECAR_DELEGATIONS_PATH=

# Metrics
BOLT_SIDECAR_METRICS_PORT=
Expand Down

0 comments on commit 79cafe5

Please sign in to comment.