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