Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.
- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains - Omit embedded publish git dirs and empty placeholders from index Made-with: Cursor
This commit is contained in:
@@ -42,6 +42,19 @@ if [[ "$SKIP_VERIFY" != true ]]; then
|
||||
echo ""
|
||||
fi
|
||||
|
||||
# Public info hub (non-fatal; needs outbound HTTPS)
|
||||
if [[ "$DRY_RUN" == true ]]; then
|
||||
echo "[DRY-RUN] Would run: bash scripts/verify/check-info-defi-oracle-public.sh"
|
||||
else
|
||||
echo "Public info.defi-oracle.io (SPA + token-aggregation JSON)..."
|
||||
if bash "$SCRIPT_DIR/verify/check-info-defi-oracle-public.sh"; then
|
||||
echo " ✓ info.defi-oracle.io public checks passed"
|
||||
else
|
||||
echo " ⚠ info.defi-oracle.io public verify failed (edge/DNS); see docs/04-configuration/INFO_DEFI_ORACLE_IO_DEPLOYMENT.md"
|
||||
fi
|
||||
fi
|
||||
echo ""
|
||||
|
||||
echo "=== Next steps (manual or run separately) ==="
|
||||
echo " W0-2 sendCrossChain: bash scripts/bridge/run-send-cross-chain.sh <amount> [recipient] (PRIVATE_KEY, LINK in .env)"
|
||||
echo " W1-1 SSH keys: bash scripts/security/setup-ssh-key-auth.sh [--dry-run|--apply]"
|
||||
|
||||
Reference in New Issue
Block a user