multinet: fix lodestar startup

This commit is contained in:
Jacek Sieka 2019-10-01 16:26:17 +02:00
parent 13bde5aee3
commit 4fd5af6d05
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 2 additions and 1 deletions

View File

@ -39,5 +39,6 @@ cd "$SRCDIR/packages/lodestar"
# -v is optional
./bin/lodestar interop -p minimal --db l1 \
-q ../../../data/state_snapshot.ssz \
--multiaddrs "$(cat ../../../data/bootstrap_nodes.txt)" \
--multiaddrs /ip4/127.0.0.1/tcp/19004 \
--bootnodes "$(cat ../../../data/bootstrap_nodes.txt)" \
-r -v $VALIDATORS_START,$(($VALIDATORS_START+$VALIDATORS_NUM))