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 SELECT block_number FROM host_chain_blocks_valid\n WHERE block_status = 'pending' AND block_number <= $1 AND chain_id = $2\n ORDER BY block_number DESC\n LIMIT 10\n",