Skip to content

Commit

Permalink
Merge pull request #222 from shutter-network/feat/upd-obsrvr
Browse files Browse the repository at this point in the history
Feat/upd obsrvr
  • Loading branch information
faheelsattar authored Dec 5, 2024
2 parents 315431f + 2f09538 commit ab5fb28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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 ab5fb28

Please sign in to comment.