Skip to content

Commit

Permalink
fix: standalone test
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Sep 15, 2023
1 parent aa3d75d commit 635a408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/local-topos/polygon-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ case "$1" in
--consensus ibft \
--ibft-validators-prefix-path data- \
--max-validator-count=$NUMBER_OF_NODES \
--min-validator-count=1 \
--bootnode /dns4/"$BOOTNODE_DOMAIN_NAME"/tcp/1478/p2p/$BOOTNODE_ID \
--premine=$BOOTNODE_ADDRESS:1000000000000000000000 \
&& cd /polygon-edge
Expand Down Expand Up @@ -77,6 +78,7 @@ case "$1" in
--consensus polybft \
--manifest /data/manifest.json \
--max-validator-count=$NUMBER_OF_NODES \
--min-validator-count=1 \
--bootnode /dns4/"$BOOTNODE_DOMAIN_NAME"/tcp/1478/p2p/$BOOTNODE_ID
fi
;;
Expand Down Expand Up @@ -104,6 +106,7 @@ case "$1" in
--consensus ibft \
--ibft-validators-prefix-path data- \
--max-validator-count=1 \
--min-validator-count=1 \
--premine=0x4AAb25B4fAd0Beaac466050f3A7142A502f4Cf0a:1000000000000000000000 \
--bootnode /ip4/127.0.0.1/tcp/10001/p2p/$NODE_ID

Expand Down

0 comments on commit 635a408

Please sign in to comment.