-- select date(block_timestamp) as day,
-- sum(case when destination_chain <> 'base' then amount_usd end) as out,
-- sum(case when destination_chain = 'base' then amount_usd end) as inbound
-- from base.defi.ez_bridge_activity
-- group by 1
-- order by 1 desc
-- limit 100