Skip to content

Commit dc06df4

Browse files
authored
Merge pull request #73 from dappnode/hcastc00/fix-exit-epoch
Fixed EXIT_EPOCH default value
2 parents 009c15a + 23689f4 commit dc06df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
GRAFFITI: validating_from_DAppNode
2525
JAVA_OPTS: "-Xmx5g"
2626
SIGN_EXIT: "false"
27-
EXIT_EPOCH: "256"
27+
EXIT_EPOCH: "194048"
2828
VALIDATOR_EXTRA_OPTS: ""
2929
CUSTOM_BEACON_NODE_URLS: ""
3030
CHARON_NICKNAME: ""

0 commit comments

Comments
 (0)