Skip to content

Commit

Permalink
Merge pull request #1522 from skalenetwork/ticket-1520/fix-docker-scr…
Browse files Browse the repository at this point in the history
…ipt-parms

Ticket 1520/fix docker script parms
  • Loading branch information
DmytroNazarenko committed Jul 3, 2023
2 parents 915f9cb + d4472ca commit 2d91449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agent/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
: "${NODE_NUMBER?Need to set NODE_NUMBER}"
: "${NODES_COUNT?Need to set NODES_COUNT}"

: "${RPC_PORT?Need to set RPC_PORT}"
: "${MONITORING_PORT?Need to set MONITORING_PORT}"

: "${TM_URL_MAIN_NET?Need to set TM_URL_MAIN_NET}"
Expand Down Expand Up @@ -70,6 +71,7 @@ echo "NODES_COUNT: $NODES_COUNT"
BASE_OPTIONS="--gas-price-multiplier=$GAS_PRICE_MULTIPLIER \
--gas-multiplier=$GAS_MULTIPLIER \
--verbose=$VERBOSE \
--json-rpc-port=$RPC_PORT \
--s2s-enable \
--abi-skale-manager=$MANAGER_ABI_PATH \
--url-main-net=$MAINNET_RPC_URL \
Expand Down

0 comments on commit 2d91449

Please sign in to comment.