diff --git a/helm/charts/erpc/test-local.sh b/helm/charts/erpc/test-local.sh index 164658283..7b9ed08ac 100755 --- a/helm/charts/erpc/test-local.sh +++ b/helm/charts/erpc/test-local.sh @@ -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):"