add "--web3-url" option [skip ci]

This commit is contained in:
Ștefan Talpalaru 2020-07-11 05:03:48 +02:00 committed by zah
parent 61c6926263
commit 476568ac59
1 changed files with 1 additions and 1 deletions

View File

@ -100,6 +100,6 @@ fi
if [[ "$RUN" == "1" ]]; then
cd /root/.cache/nimbus/nim-beacon-chain
# make sure Docker's SIGINT reaches the beacon_node binary
exec build/beacon_node --network=${NETWORK} --data-dir=build/data/shared_${NETWORK}_0 ${EXTRA_ARGS}
exec build/beacon_node --network="${NETWORK}" --data-dir="build/data/shared_${NETWORK}_0" --web3-url="wss://goerli.infura.io/ws/v3/6224f3c792cc443fafb64e70a98f871e" ${EXTRA_ARGS}
fi