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

@@ -10,10 +10,10 @@ PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
source "${PROJECT_ROOT}/config/ip-addresses.conf" 2>/dev/null || true
VMID="${1:-2500}" # Default to RPC node 2500
RPC_IP="${2:-${RPC_ALLTRA_1:-192.168.11.250}}"
VMID="${1:-2101}" # Default to core/admin RPC node
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
@@ -134,4 +134,3 @@ log_success "TXPOOL Enable Complete"
log_success "========================================="
log_info ""
log_info "Next step: Run ./scripts/resolve-stuck-transaction-besu-qbft.sh"