diff --git a/scripts/utils.sh b/scripts/utils.sh index b102f28..837d612 100755 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -2,6 +2,9 @@ # Variables NETWORK="${NETWORK:-testnet}" +VERSION="${VERSION:-v0.1.6}" +LOG_LEVEL="${LOG_LEVEL:-info}" +DOWNLOAD="${DOWNLOAD}" # Function to detect OS get_os() {