You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"query": "UPDATE last_block_polled SET block_number = $2, updated_at = $3 WHERE event_type = ANY($1::event_type[]) AND (block_number IS NULL OR block_number < $2)",