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:
defiQUG
2026-04-12 06:12:20 -07:00
parent 6fb6bd3993
commit dbd517b279
2935 changed files with 327972 additions and 5533 deletions

View File

@@ -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]"