Skip to content

Commit 907b508

Browse files
committed
add CHARON_FALLBACK_BEACON_NODE_ENDPOINTS env
1 parent d761e31 commit 907b508

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.env.sample.holesky

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://checkpoint-sync.holesky.ethpandaops.io/
6666
# Increase the duration charon will wait while publishing data to the beacon node
6767
#CHARON_BEACON_NODE_SUBMIT_TIMEOUT=
6868

69+
# A list of beacon nodes to use if the primary list are offline or unhealthy.
70+
#CHARON_FALLBACK_BEACON_NODE_ENDPOINTS=
71+
6972
# Override the charon logging level; debug, info, warning, error.
7073
#CHARON_LOG_LEVEL=
7174

.env.sample.hoodi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://checkpoint-sync.hoodi.ethpandaops.io/
6666
# Increase the duration charon will wait while publishing data to the beacon node
6767
#CHARON_BEACON_NODE_SUBMIT_TIMEOUT=
6868

69+
# A list of beacon nodes to use if the primary list are offline or unhealthy.
70+
#CHARON_FALLBACK_BEACON_NODE_ENDPOINTS=
71+
6972
# Override the charon logging level; debug, info, warning, error.
7073
#CHARON_LOG_LEVEL=
7174

.env.sample.mainnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://mainnet.checkpoint.sigp.io/
6666
# Increase the duration charon will wait while publishing data to the beacon node
6767
#CHARON_BEACON_NODE_SUBMIT_TIMEOUT=
6868

69+
# A list of beacon nodes to use if the primary list are offline or unhealthy.
70+
#CHARON_FALLBACK_BEACON_NODE_ENDPOINTS=
71+
6972
# Override the charon logging level; debug, info, warning, error.
7073
#CHARON_LOG_LEVEL=
7174

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ services:
8282
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
8383
- CHARON_BEACON_NODE_TIMEOUT=${CHARON_BEACON_NODE_TIMEOUT:-3s}
8484
- CHARON_BEACON_NODE_SUBMIT_TIMEOUT=${CHARON_BEACON_NODE_SUBMIT_TIMEOUT:-4s}
85+
- CHARON_FALLBACK_BEACON_NODE_ENDPOINTS=${CHARON_FALLBACK_BEACON_NODE_ENDPOINTS:-}
8586
- CHARON_LOG_LEVEL=${CHARON_LOG_LEVEL:-info}
8687
- CHARON_LOG_FORMAT=${CHARON_LOG_FORMAT:-console}
8788
- CHARON_P2P_RELAYS=${CHARON_P2P_RELAYS:-https://0.relay.obol.tech,https://1.relay.obol.tech/}

0 commit comments

Comments
 (0)