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": "\n UPDATE host_chain_blocks_valid\n SET block_status = CASE\n WHEN block_hash = $2\n THEN 'finalized'\n ELSE 'orphaned'\n END\n WHERE block_number = $3 AND chain_id = $1\n",