feat: explorer API, wallet, CCIP scripts, and config refresh
- Backend REST/gateway/track routes, analytics, Blockscout proxy paths. - Frontend wallet and liquidity surfaces; MetaMask token list alignment. - Deployment docs, verification scripts, address inventory updates. Check: go build ./... under backend/ (pass). Made-with: Cursor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Deploy Explorer to Production
|
||||
# Copies frontend files to the Blockscout container
|
||||
# Deploy the legacy static explorer frontend to production
|
||||
# For the current Next.js frontend deployment, use scripts/deploy-next-frontend-to-vmid5000.sh
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
@@ -27,9 +27,12 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
REPO_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
|
||||
|
||||
echo "════════════════════════════════════════════════════════"
|
||||
echo "Deploy Chain 138 Explorer to Production"
|
||||
echo "Deploy Legacy Chain 138 Explorer Frontend"
|
||||
echo "════════════════════════════════════════════════════════"
|
||||
echo ""
|
||||
log_warn "This script deploys the legacy static SPA."
|
||||
log_warn "For the current Next.js frontend, use ./scripts/deploy-next-frontend-to-vmid5000.sh"
|
||||
echo ""
|
||||
|
||||
# Check if files exist
|
||||
if [ ! -f "$REPO_ROOT/frontend/public/index.html" ]; then
|
||||
@@ -67,4 +70,3 @@ echo ""
|
||||
log_info "Explorer URL: https://$DOMAIN/"
|
||||
log_info "To rollback: ssh root@$IP 'cp /var/www/html/index.html.backup.* /var/www/html/index.html'"
|
||||
echo ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user