forked from ObolNetwork/charon-distributed-validator-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
23 lines (18 loc) · 846 Bytes
/
.env.sample
File metadata and controls
23 lines (18 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## This is a sample environment file, and it is used to help you quickly configure a local distributed validator cluster
# A Beacon Node RPC API URL
CHARON_BEACON_NODE_ENDPOINT=https://YOUR_ID_HERE:YOUR_PASSWORD_HERE@eth2-beacon-prater.infura.io
TEKU_VERSION=22.6.0
# Ethereum Network - Used to set network configuration for clients. Options "prater", "kiln", "mainnet"
ETH2_NETWORK=prater
# Misc Charon Config
CHARON_JAEGER_ADDRESS=jaeger:6831
CHARON_MONITORING_ADDRESS=0.0.0.0:3620
CHARON_VALIDATOR_API_ADDRESS=0.0.0.0:3600
CHARON_P2P_TCP_ADDRESS=0.0.0.0:3610
CHARON_P2P_UDP_ADDRESS=0.0.0.0:3630
CHARON_P2P_BOOTNODE_RELAY=true
CHARON_LOG_LEVEL=info
CHARON_JAEGER_SERVICE=charon
CHARON_P2P_EXTERNAL_HOSTNAME=charon
# List of comma seperated ENRs to create cluster-definition.json for create dkg
CHARON_OPERATOR_ENRS=$ENR1,$ENR2,$ENR3,$ENR4