use mulitple reference rpc

This commit is contained in:
squidbear
2025-03-23 11:27:14 +01:00
parent 271d9041ce
commit 0e85af9526
4 changed files with 122 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ for path in $pathlist; do
fi
# Call the health check script with RPC_URL and ref
$BASEPATH/check-health.sh "$RPC_URL" "$ref"
$BASEPATH/check-health.sh "$RPC_URL" $ref
exit $?
fi
done