Files
explorer-monorepo/deployment/DEPLOYMENT_SUMMARY.md
defiQUG 0972178cc5 refactor: rename SolaceScanScout to Solace and update related configurations
- Updated branding from "SolaceScanScout" to "Solace" across various files including deployment scripts, API responses, and documentation.
- Changed default base URL for Playwright tests and updated security headers to reflect the new branding.
- Enhanced README and API documentation to include new authentication endpoints and product access details.

This refactor aligns the project branding and improves clarity in the API documentation.
2026-04-10 12:52:17 -07:00

2.3 KiB

Deployment Summary

This directory contains two different kinds of deployment material:

  • current production references for the live explorer stack
  • older monolithic deployment scaffolding that is still useful as background, but is no longer the authoritative description of production

Current Production Summary

Start with LIVE_DEPLOYMENT_MAP.md.

Primary public explorer surface: https://blockscout.defi-oracle.io

Companion explorer-facing properties may still exist under https://explorer.d-bis.org for Snap and related tooling, but the public explorer verification flow should treat blockscout.defi-oracle.io as canonical unless a task explicitly targets a companion surface.

The live explorer is currently assembled from separate deployment paths:

Component Live service Canonical deploy path
Next frontend solacescanscout-frontend.service scripts/deploy-next-frontend-to-vmid5000.sh
Explorer config/API explorer-config-api.service scripts/deploy-explorer-ai-to-vmid5000.sh
Static config assets nginx static files under /var/www/html scripts/deploy-explorer-config-to-vmid5000.sh
Relay fleet ccip-relay*.service on r630-01 host-side config/systemd/ccip-relay*.service

Public Verification

Legacy Material In This Directory

These files remain in the repo, but they describe an older generalized package:

  • DEPLOYMENT_GUIDE.md
  • DEPLOYMENT_TASKS.md
  • DEPLOYMENT_CHECKLIST.md
  • QUICK_DEPLOY.md
  • systemd/explorer-api.service
  • systemd/solacescanscout-frontend.service

Treat those as scaffold or historical reference unless they have been explicitly updated to match the live split architecture.