From 56e165ebfbb0cd16d39ff884e6cec9e1b324d516 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Mon, 14 Apr 2025 12:46:40 +0700 Subject: [PATCH] era? --- timestamp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timestamp.sh b/timestamp.sh index 7ca282ae..15de97f1 100755 --- a/timestamp.sh +++ b/timestamp.sh @@ -27,7 +27,7 @@ for path in $pathlist; do done if $include; then - RPC_URL="$PROTO://$DOMAIN$path" + RPC_URL="$PROTO://$DOMAIN/$path" response_file=$(mktemp) http_status_code=$(curl -L --ipv4 -m 1 -s -X POST -w "%{http_code}" -o "$response_file" -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["latest", false],"id":1}' $RPC_URL)