Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/charts/erpc/test-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ if echo "$response" | grep -q '"result"'; then
log_count=$(echo "$response" | jq -r '.result | length' 2>/dev/null || echo "unknown")
echo "✅ Arbitrum eth_getLogs test successful"
echo " Logs found: $log_count"
echo " Block range: 0x1254048f (307,074,191) to 0x12558b2f (307,166,767)"
echo " Range size: ~92,576 blocks"
echo " Block range: 0x1254048f (307,496,079) to 0x12558b2f (307,596,079)"
echo " Range size: 100,000 blocks"
elif echo "$response" | grep -q '"error"'; then
error_message=$(echo "$response" | jq -r '.error.message // .error' 2>/dev/null || echo "unknown")
echo "⚠️ eth_getLogs returned error (expected for large ranges):"
Expand Down
Loading