fix: remove non-existent aitbc2 node from sync-verification
- 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:
@@ -14,9 +14,8 @@ LOG_FILE="${LOG_DIR}/sync-verification.log"
|
|||||||
|
|
||||||
# Node Configuration
|
# Node Configuration
|
||||||
NODES=(
|
NODES=(
|
||||||
"aitbc:10.1.223.93"
|
"aitbc:localhost"
|
||||||
"aitbc1:10.1.223.40"
|
"aitbc1:10.1.223.40"
|
||||||
"aitbc2:10.1.223.98"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
RPC_PORT=8006
|
RPC_PORT=8006
|
||||||
|
|||||||
Reference in New Issue
Block a user