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

@@ -11,10 +11,10 @@ PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
source "${PROJECT_ROOT}/config/ip-addresses.conf" 2>/dev/null || true
VMID="${1:-2500}"
RPC_IP="${2:-${RPC_ALLTRA_1:-192.168.11.250}}"
VMID="${1:-2101}"
RPC_IP="${2:-${RPC_CORE_1:-192.168.11.211}}"
RPC_CONFIG="/etc/besu/config-rpc.toml"
PROXMOX_HOST="${PROXMOX_HOST_ML110}"
PROXMOX_HOST="${PROXMOX_HOST_R630_01:-192.168.11.11}"
PROXMOX_PASS="L@kers2010"
# Colors
@@ -113,4 +113,3 @@ for i in {1..10}; do
done
log_warn "⚠ Could not verify ADMIN is enabled"