Skip to content

Commit

Permalink
Merge pull request #339 from synthpolis/fix/localnet-init-script
Browse files Browse the repository at this point in the history
Fix: Remove invalid flag from localnet start script
  • Loading branch information
distributedstatemachine committed Apr 18, 2024
2 parents 3c46699 + 64c4d3e commit 894f4c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/localnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ alice_start=(
--chain="$FULL_PATH"
--alice
--port 30334
--ws-port 9946
--rpc-port 9934
--rpc-port 9946
--validator
--rpc-cors=all
--allow-private-ipv4
Expand All @@ -48,8 +47,7 @@ bob_start=(
--chain="$FULL_PATH"
--bob
--port 30335
--ws-port 9947
--rpc-port 9935
--rpc-port 9945
--validator
--allow-private-ipv4
--discover-local
Expand Down

0 comments on commit 894f4c2

Please sign in to comment.