We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b903743 commit 598bc3aCopy full SHA for 598bc3a
validator/entrypoint.sh
@@ -49,7 +49,7 @@ FLAGS="--datadir=$DATA_DIR \
49
--validators-external-signer-url=$SIGNER_API_URL \
50
--http-host=0.0.0.0 \
51
--http-port=$VALIDATOR_API_PORT \
52
- --http-corsdomain=http://0.0.0.0:$VALIDATOR_API_PORT \
+ --http-cors-domain=http://0.0.0.0:$VALIDATOR_API_PORT \
53
--graffiti=$VALID_GRAFFITI \
54
--suggested-fee-recipient=$VALID_FEE_RECIPIENT \
55
--verbosity=$VERBOSITY \
0 commit comments