From 0288b1d7cf8029d7b53857eefa33daa78f80aa3d Mon Sep 17 00:00:00 2001 From: Diogo Santos Date: Tue, 12 Aug 2025 16:32:58 +0100 Subject: [PATCH 1/3] add eth1 flag --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index c989b349..b22ec6bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -101,6 +101,7 @@ services: - CHARON_LOKI_ADDRESSES=${CHARON_LOKI_ADDRESSES:-http://loki:3100/loki/api/v1/push} - CHARON_LOKI_SERVICE=charon - CHARON_NICKNAME=${CHARON_NICKNAME:-} + - CHARON_EXECUTION_RPC_API_ENDPOINT=${CHARON_EXECUTION_RPC_API_ENDPOINT:-} ports: - ${CHARON_PORT_P2P_TCP:-3610}:${CHARON_PORT_P2P_TCP:-3610}/tcp # P2P TCP libp2p networks: [dvnode] From 929e3e443d62419c9fa679231b478659144302c6 Mon Sep 17 00:00:00 2001 From: Diogo Santos Date: Wed, 13 Aug 2025 08:58:40 +0100 Subject: [PATCH 2/3] fix eth1 flag --- .env.sample.holesky | 3 +++ .env.sample.hoodi | 3 +++ .env.sample.mainnet | 3 +++ docker-compose.yml | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.env.sample.holesky b/.env.sample.holesky index 0e0e49ee..9eb5a21c 100644 --- a/.env.sample.holesky +++ b/.env.sample.holesky @@ -78,6 +78,9 @@ CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://c # Increase the duration charon will wait while publishing data to the beacon node #CHARON_BEACON_NODE_SUBMIT_TIMEOUT= +# The address of the execution engine JSON-RPC API. +#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT= + # Override the charon logging level; debug, info, warning, error. #CHARON_LOG_LEVEL= diff --git a/.env.sample.hoodi b/.env.sample.hoodi index 2a3e35ea..f4fc341e 100644 --- a/.env.sample.hoodi +++ b/.env.sample.hoodi @@ -78,6 +78,9 @@ CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://c # Increase the duration charon will wait while publishing data to the beacon node #CHARON_BEACON_NODE_SUBMIT_TIMEOUT= +# The address of the execution engine JSON-RPC API. +#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT= + # Override the charon logging level; debug, info, warning, error. #CHARON_LOG_LEVEL= diff --git a/.env.sample.mainnet b/.env.sample.mainnet index 137b622d..4c7d9132 100644 --- a/.env.sample.mainnet +++ b/.env.sample.mainnet @@ -72,6 +72,9 @@ CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://c # Increase the duration charon will wait while publishing data to the beacon node #CHARON_BEACON_NODE_SUBMIT_TIMEOUT= +# The address of the execution engine JSON-RPC API. +#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT= + # Override the charon logging level; debug, info, warning, error. #CHARON_LOG_LEVEL= diff --git a/docker-compose.yml b/docker-compose.yml index b22ec6bf..ca74e340 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -101,7 +101,7 @@ services: - CHARON_LOKI_ADDRESSES=${CHARON_LOKI_ADDRESSES:-http://loki:3100/loki/api/v1/push} - CHARON_LOKI_SERVICE=charon - CHARON_NICKNAME=${CHARON_NICKNAME:-} - - CHARON_EXECUTION_RPC_API_ENDPOINT=${CHARON_EXECUTION_RPC_API_ENDPOINT:-} + - CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT=${CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT:-http://nethermind:8545} ports: - ${CHARON_PORT_P2P_TCP:-3610}:${CHARON_PORT_P2P_TCP:-3610}/tcp # P2P TCP libp2p networks: [dvnode] From f6ecc3bc03bbceace4c4f7f42b14a524c9d9782b Mon Sep 17 00:00:00 2001 From: Diogo Santos Date: Wed, 13 Aug 2025 11:41:23 +0100 Subject: [PATCH 3/3] fix rpc flag --- .env.sample.holesky | 2 +- .env.sample.hoodi | 2 +- .env.sample.mainnet | 2 +- docker-compose.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.sample.holesky b/.env.sample.holesky index 9eb5a21c..5ba80b45 100644 --- a/.env.sample.holesky +++ b/.env.sample.holesky @@ -79,7 +79,7 @@ CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://c #CHARON_BEACON_NODE_SUBMIT_TIMEOUT= # The address of the execution engine JSON-RPC API. -#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT= +#CHARON_EXECUTION_CLIENT_RPC_ENDPOINT= # Override the charon logging level; debug, info, warning, error. #CHARON_LOG_LEVEL= diff --git a/.env.sample.hoodi b/.env.sample.hoodi index f4fc341e..7d7403c1 100644 --- a/.env.sample.hoodi +++ b/.env.sample.hoodi @@ -79,7 +79,7 @@ CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://c #CHARON_BEACON_NODE_SUBMIT_TIMEOUT= # The address of the execution engine JSON-RPC API. -#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT= +#CHARON_EXECUTION_CLIENT_RPC_ENDPOINT= # Override the charon logging level; debug, info, warning, error. #CHARON_LOG_LEVEL= diff --git a/.env.sample.mainnet b/.env.sample.mainnet index 4c7d9132..4641326b 100644 --- a/.env.sample.mainnet +++ b/.env.sample.mainnet @@ -73,7 +73,7 @@ CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://c #CHARON_BEACON_NODE_SUBMIT_TIMEOUT= # The address of the execution engine JSON-RPC API. -#CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT= +#CHARON_EXECUTION_CLIENT_RPC_ENDPOINT= # Override the charon logging level; debug, info, warning, error. #CHARON_LOG_LEVEL= diff --git a/docker-compose.yml b/docker-compose.yml index ca74e340..20b7803d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -101,7 +101,7 @@ services: - CHARON_LOKI_ADDRESSES=${CHARON_LOKI_ADDRESSES:-http://loki:3100/loki/api/v1/push} - CHARON_LOKI_SERVICE=charon - CHARON_NICKNAME=${CHARON_NICKNAME:-} - - CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT=${CHARON_EXECUTION_CLIENT_RPC_API_ENDPOINT:-http://nethermind:8545} + - CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=${CHARON_EXECUTION_CLIENT_RPC_ENDPOINT:-http://nethermind:8545} ports: - ${CHARON_PORT_P2P_TCP:-3610}:${CHARON_PORT_P2P_TCP:-3610}/tcp # P2P TCP libp2p networks: [dvnode]