From 4c573ab926448d72d2005778766819f2334115fe Mon Sep 17 00:00:00 2001 From: Marc-Aurele Besner <82244926+marc-aurele-besner@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:26:16 -0400 Subject: [PATCH] fix domain port --- scripts/run-operator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-operator.sh b/scripts/run-operator.sh index 37780314..f2934893 100644 --- a/scripts/run-operator.sh +++ b/scripts/run-operator.sh @@ -17,4 +17,4 @@ echo -e "${YELLOW}You can change these variables at the top of the script.${NC}" # Run an operator echo "Running an operator..." -./executables/node run --dev --farmer --timekeeper --base-path "$BASE_PATH" --name "localhost-operator" --rpc-rate-limit 1000 --rpc-max-connections 10000 --state-pruning archive-canonical --blocks-pruning archive-canonical --rpc-cors all --force-synced --force-authoring -- --domain-id 0 --operator-id 1 --state-pruning archive-canonical --blocks-pruning 512 --rpc-cors all \ No newline at end of file +./executables/node run --dev --farmer --timekeeper --base-path "$BASE_PATH" --name "localhost-operator" --rpc-rate-limit 1000 --rpc-max-connections 10000 --state-pruning archive-canonical --blocks-pruning archive-canonical --rpc-cors all --force-synced --force-authoring -- --domain-id 0 --operator-id 1 --state-pruning archive-canonical --blocks-pruning 512 --rpc-cors all --rpc-listen-on 127.0.0.1:9945 \ No newline at end of file