Skip to content

Commit

Permalink
update charon to v0.18.0 (#234)
Browse files Browse the repository at this point in the history
Updates charon to v0.18.0. And updates to latest charon overview dashboard.
  • Loading branch information
dB2510 authored Dec 1, 2023
1 parent 6f77ec3 commit 83a997b
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

######### Charon Config #########

# Charon docker container image version, e.g. `latest` or `v0.17.2`.
# Charon docker container image version, e.g. `latest` or `v0.18.0`.
# See available tags https://hub.docker.com/r/obolnetwork/charon/tags.
#CHARON_VERSION=

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
# \___|_| |_|\__,_|_| \___/|_| |_|

charon:
image: obolnetwork/charon:${CHARON_VERSION:-v0.17.2}
image: obolnetwork/charon:${CHARON_VERSION:-v0.18.0}
environment:
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
- CHARON_LOG_LEVEL=${CHARON_LOG_LEVEL:-info}
Expand Down
Loading

0 comments on commit 83a997b

Please sign in to comment.