Files
proxmox/scripts/verify/plan-dbis-engine-x-recipient-deposits.sh
defiQUG 55b3a1ed9e
All checks were successful
Deploy to Phoenix / validate (push) Successful in 1m16s
Deploy to Phoenix / deploy (push) Successful in 44s
Deploy to Phoenix / deploy-atomic-swap-dapp (push) Successful in 1m28s
phoenix-deploy Deployed to cloudflare-sync
Deploy to Phoenix / cloudflare (push) Successful in 39s
Add Engine X recipient proof package
2026-05-07 07:09:43 -07:00

17 lines
591 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PROJECT_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
if [[ -f "$PROJECT_ROOT/scripts/lib/load-project-env.sh" ]]; then
# shellcheck disable=SC1090
PROJECT_ROOT="$PROJECT_ROOT" source "$PROJECT_ROOT/scripts/lib/load-project-env.sh"
elif [[ -f "$PROJECT_ROOT/smom-dbis-138/scripts/load-env.sh" ]]; then
# shellcheck disable=SC1090
source "$PROJECT_ROOT/smom-dbis-138/scripts/load-env.sh" >/dev/null
fi
cd "$PROJECT_ROOT"
python3 scripts/verify/plan-dbis-engine-x-recipient-deposits.py "$@"