Skip to content

Commit

Permalink
Add script to fetch and update Charon to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sugh01 committed Aug 23, 2024
1 parent 2de8523 commit 4fd321d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/check-image-updates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ update-client "Teku" "validator" ".validator.teku" "$TEKU_LATEST_VERSION"
PRYSM_LATEST_VERSION=$(curl -H "Authorization: Bearer $PAT" -sL https://api.github.com/repos/prysmaticlabs/prysm/releases/latest | jq -r ".tag_name")
update-client "Prysm" "consensus" ".consensus.prysm" "$PRYSM_LATEST_VERSION"
update-client "Prysm" "validator" ".validator.prysm" "$PRYSM_LATEST_VERSION"

## Charon
CHARON_LATEST_VERSION=$(curl -H "Authorization: Bearer $PAT" -sL https://api.github.com/repos/ObolNetwork/charon/releases/latest | jq -r ".tag_name")
update-client "Charon" "distributed" ".distributed.charon" "$PRYSM_LATEST_VERSION"

0 comments on commit 4fd321d

Please sign in to comment.