File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ LIDO_EXECUTION_LAYER_REWARDS_ADDRESS=0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8
6969
7070######### Charon Config #########
7171
72- # Charon docker container image version, e.g. `latest` or `v1.0 .0`.
72+ # Charon docker container image version, e.g. `latest` or `v1.5 .0`.
7373# See available tags https://hub.docker.com/r/obolnetwork/charon/tags.
7474#CHARON_VERSION=
7575
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ LIDO_EXECUTION_LAYER_REWARDS_ADDRESS=0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8
6969
7070######### Charon Config #########
7171
72- # Charon docker container image version, e.g. `latest` or `v1.0 .0`.
72+ # Charon docker container image version, e.g. `latest` or `v1.5 .0`.
7373# See available tags https://hub.docker.com/r/obolnetwork/charon/tags.
7474#CHARON_VERSION=
7575
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ LIDO_EXECUTION_LAYER_REWARDS_ADDRESS=0x388C818CA8B9251b393131C08a736A67ccB19297
6363
6464######### Charon Config #########
6565
66- # Charon docker container image version, e.g. `latest` or `v1.0 .0`.
66+ # Charon docker container image version, e.g. `latest` or `v1.5 .0`.
6767# See available tags https://hub.docker.com/r/obolnetwork/charon/tags.
6868#CHARON_VERSION=
6969
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
1111
1212 dv-charon :
1313 profiles : [dv_charon]
14- image : obolnetwork/charon:${CHARON_VERSION:-v1.5.0-rc4 }
14+ image : obolnetwork/charon:${CHARON_VERSION:-v1.5.0}
1515 environment :
1616 - CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://cl-${CL}:5052}
1717 - CHARON_BEACON_NODE_HEADERS=${CHARON_BEACON_NODE_HEADERS:-}
Original file line number Diff line number Diff line change 11version : " 3.8"
22
33services :
4- # _ _ _
5- # _ _ ___ | | __ _ | || |
6- # | '_|/ -_)| |/ _` | \_. |
7- # |_| \___||_|\__/_| |__/
8- #
4+ # _ _ _
5+ # _ _ ___ | | __ _ | || |
6+ # | '_|/ -_)| |/ _` | \_. |
7+ # |_| \___||_|\__/_| |__/
8+ #
99 relay :
1010 # Pegged charon version (update this for each release).
11- image : obolnetwork/charon:${CHARON_VERSION:-v1.0 .0}
11+ image : obolnetwork/charon:${CHARON_VERSION:-v1.5 .0}
1212 environment :
1313 CHARON_P2P_TCP_ADDRESS : 0.0.0.0:3610
1414 CHARON_HTTP_ADDRESS : 0.0.0.0:3640
You can’t perform that action at this time.
0 commit comments