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,7 +11,7 @@ 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
VMID="${1:-2101}" # Default to core/admin RPC node 2101
RPC_CONFIG="/etc/besu/config-rpc.toml"
# Colors
@@ -106,7 +106,7 @@ if [ "$USE_PCT" = true ]; then
sleep 5
# Verify TXPOOL is enabled
RPC_IP=$(pct exec "$VMID" -- hostname -I | awk '{print $1}' 2>/dev/null || echo "${RPC_ALLTRA_1:-${RPC_ALLTRA_1:-192.168.11.250}}")
RPC_IP=$(pct exec "$VMID" -- hostname -I | awk '{print $1}' 2>/dev/null || echo "${RPC_CORE_1:-192.168.11.211}")
RPC_URL="http://${RPC_IP}:8545"
log_info "Verifying TXPOOL is enabled on $RPC_URL..."
@@ -134,4 +134,3 @@ log_success "========================================="
log_success "TXPOOL Enable Complete"
log_success "========================================="
log_info ""