fix: remove non-existent aitbc2 node from sync-verification
All checks were successful
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
P2P Network Verification / p2p-verification (push) Successful in 2s
Blockchain Synchronization Verification / sync-verification (push) Successful in 2s

- Update NODES array to remove aitbc2 (10.1.223.98) which doesn't exist
- Change aitbc IP from 10.1.223.93 to localhost for genesis node
- Fixes blockchain-sync-verification CI failure
This commit is contained in:
aitbc
2026-04-24 12:20:50 +02:00
parent c95c3c1649
commit d4605001b0

View File

@@ -14,9 +14,8 @@ LOG_FILE="${LOG_DIR}/sync-verification.log"
# Node Configuration
NODES=(
"aitbc:10.1.223.93"
"aitbc:localhost"
"aitbc1:10.1.223.40"
"aitbc2:10.1.223.98"
)
RPC_PORT=8006