This commit is contained in:
Sebastian
2024-09-11 12:16:41 +02:00
parent 03eeb4737f
commit d37ac5dd93
2 changed files with 2 additions and 23 deletions

View File

@@ -29,6 +29,7 @@ for path in $pathlist; do
if [[ $http_status_code -eq 200 ]]; then
response=$(cat "$response_file")
latest_block_number=$(echo "$response" | jq -r '.result.number')
latest_block_number_decimal=$((16#${latest_block_number#0x}))