Constant brontes_database::clickhouse::P2P_OBSERVATIONS
source ยท pub const P2P_OBSERVATIONS: &str = r#"SELECT
CAST(round(min(timestamp) / 1000), 'UInt64') AS first_observation
FROM ethereum.`chainbound.block_observations`
WHERE block_number = ? AND block_hash = ?"#;