Skip to content

Commit

Permalink
Uncomment exec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeannettemcd committed Nov 9, 2023
1 parent 5f44ee4 commit 9462056
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions run-chief-keeper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ else
RPC_HOST_TIMEOUT=10
fi

# exec $dir/bin/chief-keeper \
# --rpc-host "${SERVER_ETH_RPC_HOST}" \
# --rpc-timeout "${RPC_HOST_TIMEOUT}" \
# --network "${BLOCKCHAIN_NETWORK}" \
# --eth-from "${ETH_FROM_ADDRESS}" \
# --eth-key "${ETH_ACCOUNT_KEY}" \
# --chief-deployment-block "${CHIEF_DEPLOYMENT_BLOCK}" \
# --blocknative-api-key "${BLOCKNATIVE_API_KEY}"
exec $dir/bin/chief-keeper \
--rpc-host "${SERVER_ETH_RPC_HOST}" \
--rpc-timeout "${RPC_HOST_TIMEOUT}" \
--network "${BLOCKCHAIN_NETWORK}" \
--eth-from "${ETH_FROM_ADDRESS}" \
--eth-key "${ETH_ACCOUNT_KEY}" \
--chief-deployment-block "${CHIEF_DEPLOYMENT_BLOCK}" \
--blocknative-api-key "${BLOCKNATIVE_API_KEY}"

0 comments on commit 9462056

Please sign in to comment.