saber-jltotal bridge direction on flow network
    Updated 2022-11-20
    select
    direction,
    count (distinct tx_id) as tx_Count,
    count (distinct flow_wallet_address) as users,
    sum (amount) as Total_Volume
    from flow.core.ez_bridge_transactions
    group by 1
    Run a query to Download Data