Skip to content

Commit

Permalink
chore(sidecar): update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 16, 2024
1 parent c2ce561 commit e94749a
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions bolt-sidecar/.env.example
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@

# node + PBS URLs
BOLT_SIDECAR_EXECUTION_API_URL=http://localhost:4485
BOLT_SIDECAR_BEACON_API_URL=http://localhost:4400
BOLT_SIDECAR_ENGINE_API_URL=http://localhost:4451
BOLT_SIDECAR_CONSTRAINTS_URL=http://localhost:19550
BOLT_SIDECAR_CB_SIGNER_URL=http://localhost:19551

# server ports
BOLT_SIDECAR_PORT=8000
BOLT_SIDECAR_CONSTRAINTS_PROXY_PORT=18551

# commitment limits
BOLT_SIDECAR_MAX_COMMITMENTS=128
BOLT_SIDECAR_MAX_COMMITTED_GAS=10000000

# chain configs
BOLT_SIDECAR_CHAIN=helder
BOLT_SIDECAR_COMMITMENT_DEADLINE=8000
BOLT_SIDECAR_SLOT_TIME=12

# sidecar security configs
# Node + PBS URLs
BOLT_SIDECAR_PORT=
BOLT_SIDECAR_EXECUTION_API_URL=
BOLT_SIDECAR_BEACON_API_URL=
BOLT_SIDECAR_ENGINE_API_URL=
BOLT_SIDECAR_CONSTRAINTS_URL=
BOLT_SIDECAR_CONSTRAINTS_PROXY_PORT=
BOLT_SIDECAR_VALIDATOR_INDEXES=
BOLT_SIDECAR_JWT_HEX=
BOLT_SIDECAR_CB_JWT_HEX=
BOLT_SIDECAR_FEE_RECIPIENT=
BOLT_SIDECAR_BUILDER_PRIVATE_KEY=

# Commitments configs
BOLT_SIDECAR_MAX_COMMITMENTS=
BOLT_SIDECAR_MAX_COMMITTED_GAS=
BOLT_SIDECAR_MIN_PRIORITY_FEE=
BOLT_SIDECAR_COMMITMENT_DEADLINE=

# Chain configs
BOLT_SIDECAR_CHAIN=
BOLT_SIDECAR_SLOT_TIME=

# Signing options
BOLT_SIDECAR_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=
BOLT_SIDECAR_DISABLE_METRICS=

0 comments on commit e94749a

Please sign in to comment.