# scripts/deployment/verify-deployment.sh **Name**: `verify-deployment.sh` Run verification checks for deployed infrastructure and contracts **Uses common library**: yes **Has --help**: yes ## Usage `${SCRIPT_NAME} [--fast] [--verbose] [--help]` ### Options ``` --fast Skip long-running checks --verbose Verbose logging --help Show help ``` ## Examples ```bash ${SCRIPT_NAME} [--fast] [--verbose] [--help] ```