Skip to content

Commit 1b9c870

Browse files
committed
fix rpc flag
1 parent a484b9c commit 1b9c870

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.env.sample.holesky

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://checkpoint-sync.holesky.ethpandaops.io/
7070
#CHARON_FALLBACK_BEACON_NODE_ENDPOINTS=
7171

7272
# The address of the execution engine JSON-RPC API.
73-
#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT=
73+
#CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=
7474

7575
# Override the charon logging level; debug, info, warning, error.
7676
#CHARON_LOG_LEVEL=

.env.sample.hoodi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://checkpoint-sync.hoodi.ethpandaops.io/
7070
#CHARON_FALLBACK_BEACON_NODE_ENDPOINTS=
7171

7272
# The address of the execution engine JSON-RPC API.
73-
#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT=
73+
#CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=
7474

7575
# Override the charon logging level; debug, info, warning, error.
7676
#CHARON_LOG_LEVEL=

.env.sample.mainnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://mainnet.checkpoint.sigp.io/
7070
#CHARON_FALLBACK_BEACON_NODE_ENDPOINTS=
7171

7272
# The address of the execution engine JSON-RPC API.
73-
#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT=
73+
#CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=
7474

7575
# Override the charon logging level; debug, info, warning, error.
7676
#CHARON_LOG_LEVEL=

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_CLIENT_RPC_API_ENDPOINT=${CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT:-http://nethermind:8545}
104+
- CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=${CHARON_EXECUTION_CLIENT_RPC_ENDPOINT:-http://nethermind:8545}
105105
ports:
106106
- ${CHARON_PORT_P2P_TCP:-3610}:${CHARON_PORT_P2P_TCP:-3610}/tcp # P2P TCP libp2p
107107
labels:

0 commit comments

Comments
 (0)