File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
1111
1212 vc-lodestar :
1313 profiles : [vc-lodestar]
14- image : chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.35 .0}
14+ image : chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.36 .0}
1515 depends_on : [charon]
1616 entrypoint : /opt/lodestar/run.sh
1717 networks : [dvnode]
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ services:
100100 - CHARON_VALIDATOR_API_ADDRESS=0.0.0.0:3600
101101 - CHARON_MONITORING_ADDRESS=0.0.0.0:3620
102102 - CHARON_BUILDER_API=${BUILDER_API_ENABLED:-true}
103- - CHARON_FEATURE_SET_ENABLE=${CHARON_FEATURE_SET_ENABLE:-}
103+ - CHARON_FEATURE_SET_ENABLE=${CHARON_FEATURE_SET_ENABLE:-proposal_timeout }
104104 - CHARON_LOKI_ADDRESSES=${CHARON_LOKI_ADDRESSES:-http://loki:3100/loki/api/v1/push}
105105 - CHARON_LOKI_SERVICE=charon
106106 - CHARON_NICKNAME=${CHARON_NICKNAME:-}
@@ -123,7 +123,7 @@ services:
123123 # |_|\___/ \__,_|\___||___/\__\__,_|_|
124124
125125 lodestar :
126- image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.35 .0}
126+ image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.36 .0}
127127 profiles : [""]
128128 depends_on : [charon]
129129 entrypoint : /opt/lodestar/run.sh
You can’t perform that action at this time.
0 commit comments