diff --git a/eth-metrics/docker-entrypoint.sh b/eth-metrics/docker-entrypoint.sh index 566db17b..ff72785e 100755 --- a/eth-metrics/docker-entrypoint.sh +++ b/eth-metrics/docker-entrypoint.sh @@ -4,8 +4,8 @@ __consensus="" __execution="" case "$CLIENT" in - *lighthouse* | *prysm* | *nimbus* | *teku* | *lodestar* ) __consensus="--consensus-url=http://consensus:5052" ;;& - *geth* | *besu* | *nethermind* | *erigon* ) __execution="--execution-url=http://execution:8545" ;; + *lighthouse* | *prysm* | *nimbus* | *teku* | *lodestar* | *grandine* ) __consensus="--consensus-url=http://consensus:5052" ;;& + *geth* | *besu* | *nethermind* | *erigon* | *reth* ) __execution="--execution-url=http://execution:8545" ;; esac exec "$@" $__consensus $__execution