Skip to content

Commit

Permalink
Add Grandine to metrics exporter start script
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Apr 30, 2024
1 parent 1249dbf commit 6e0463d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth-metrics/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6e0463d

Please sign in to comment.