From 216ef01fd8af5e8404e857eb372ab2951ca7abaf Mon Sep 17 00:00:00 2001 From: Tushar Shah Date: Tue, 14 Nov 2023 15:21:25 -0700 Subject: [PATCH] debug --- ops/verify-geth-endpoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ops/verify-geth-endpoint.sh b/ops/verify-geth-endpoint.sh index 5a9e60cd..e07b9206 100755 --- a/ops/verify-geth-endpoint.sh +++ b/ops/verify-geth-endpoint.sh @@ -3,6 +3,8 @@ set -euo pipefail # Script to check the syncing status and block timestamp of an Ethereum RPC endpoint +echo "Debug: $(curl http://ifconfig.me)" + URL=$1 TIME_DIFF_THRESHOLD=$2