Skip to content

Commit

Permalink
add inclusion delay flag
Browse files Browse the repository at this point in the history
  • Loading branch information
faheelsattar committed Dec 5, 2024
1 parent cfd997c commit 2f09538
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ GENESIS_TIMESTAMP=
SLOT_DURATION=
SLOTS_PER_EPOCH=
TOTAL_GNOSIS_VALIDATORS=
INCLUSION_DELAY=
LOKI_URL=https://<user_id>:<password>@logs.metrics.shutter.network/insert/loki/api/v1/push
6 changes: 4 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ services:
DB_SSL_MODE: disable
P2P_BOOTSTRAP_ADDRESSES:
P2P_ENVIRONMENT:
P2P_DISCOVERY_NAMESPACE:
command: ["start", "--rpc-url", "${RPC_URL}", "--beacon-api-url", "${BEACON_API_URL}", "--sequencer-contract-address", "${SEQUENCER_CONTRACT_ADDRESS}", "--validator-registry-contract-address", "${VALIDATOR_REGISTRY_CONTRACT_ADDRESS}", "--p2pkey", "${P2P_KEY}"]
P2P_DISCOVERY_NAMESPACE:
INCLUSION_DELAY: ${INCLUSION_DELAY}

command: ["start", "--rpc-url", "${RPC_URL}", "--beacon-api-url", "${BEACON_API_URL}", "--sequencer-contract-address", "${SEQUENCER_CONTRACT_ADDRESS}", "--validator-registry-contract-address", "${VALIDATOR_REGISTRY_CONTRACT_ADDRESS}", "--p2pkey", "${P2P_KEY}", "--inclusion-delay", "${INCLUSION_DELAY}"]

db:
image: postgres:14.12
Expand Down

0 comments on commit 2f09538

Please sign in to comment.