diff --git a/testnets/holesky/update-grafana.sh b/testnets/holesky/update-grafana.sh index ef91d97ed..4e5a16695 100755 --- a/testnets/holesky/update-grafana.sh +++ b/testnets/holesky/update-grafana.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Get the commit-hash from first argument -commit_hash=$1 - +# Fetches the latest dashboards from commit-boost main curl https://raw.githubusercontent.com/Commit-Boost/commit-boost-client/main/grafana/dashboards/dashboard.json -o ./grafana/dashboards/dashboard.json curl https://raw.githubusercontent.com/Commit-Boost/commit-boost-client/main/grafana/dashboards/system_metrics.json -o ./grafana/dashboards/system_metrics.json