From 64c4d3ef89449ea7d40b16c4c5d20f053e647ee4 Mon Sep 17 00:00:00 2001 From: synthpolis <141723589+synthpolis@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:48:52 -0400 Subject: [PATCH] Fix: --ws-port in longer a valid flag --- scripts/localnet.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/localnet.sh b/scripts/localnet.sh index 4187e605a..35bf12528 100755 --- a/scripts/localnet.sh +++ b/scripts/localnet.sh @@ -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 @@ -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