-- forked from mar1na-catscatscode / NEAR Bridging Table Latency @ https://flipsidecrypto.xyz/mar1na-catscatscode/q/HVW9XO_REVRa/near-bridging-table-latency
select
max(block_timestamp) as timestamp_table_last_updated_utc,
current_timestamp as current_timestamp_utc
from
near.defi.ez_bridge_activity
where
block_timestamp::date = current_date