Skip to content

Commit 929e3e4

Browse files
committed
fix eth1 flag
1 parent 0288b1d commit 929e3e4

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

.env.sample.holesky

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://c
7878
# Increase the duration charon will wait while publishing data to the beacon node
7979
#CHARON_BEACON_NODE_SUBMIT_TIMEOUT=
8080

81+
# The address of the execution engine JSON-RPC API.
82+
#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT=
83+
8184
# Override the charon logging level; debug, info, warning, error.
8285
#CHARON_LOG_LEVEL=
8386

.env.sample.hoodi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://c
7878
# Increase the duration charon will wait while publishing data to the beacon node
7979
#CHARON_BEACON_NODE_SUBMIT_TIMEOUT=
8080

81+
# The address of the execution engine JSON-RPC API.
82+
#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT=
83+
8184
# Override the charon logging level; debug, info, warning, error.
8285
#CHARON_LOG_LEVEL=
8386

.env.sample.mainnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://c
7272
# Increase the duration charon will wait while publishing data to the beacon node
7373
#CHARON_BEACON_NODE_SUBMIT_TIMEOUT=
7474

75+
# The address of the execution engine JSON-RPC API.
76+
#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT=
77+
7578
# Override the charon logging level; debug, info, warning, error.
7679
#CHARON_LOG_LEVEL=
7780

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ services:
101101
- CHARON_LOKI_ADDRESSES=${CHARON_LOKI_ADDRESSES:-http://loki:3100/loki/api/v1/push}
102102
- CHARON_LOKI_SERVICE=charon
103103
- CHARON_NICKNAME=${CHARON_NICKNAME:-}
104-
- CHARON_EXECUTION_RPC_API_ENDPOINT=${CHARON_EXECUTION_RPC_API_ENDPOINT:-}
104+
- CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT=${CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT:-http://nethermind:8545}
105105
ports:
106106
- ${CHARON_PORT_P2P_TCP:-3610}:${CHARON_PORT_P2P_TCP:-3610}/tcp # P2P TCP libp2p
107107
networks: [dvnode]

0 commit comments

Comments
 (0)