Ali3NAvalanche => Aptos Bridged Assets Count
    Updated 2024-10-25
    select symbol,
    count (distinct tx_hash) as Bridges,
    count (distinct receiver) as Bridgor
    from aptos.defi.fact_bridge_activity t1 join aptos.core.dim_tokens t2 on t1.token_address = t2.token_address
    where source_chain_name ilike 'avalanche'
    and block_timestamp >= '{{Start_Date}}' and block_timestamp <= '{{End_Date}}'
    group by 1
    order by 2 DESC



    Auto-refreshes every 24 hours
    QueryRunArchived: QueryRun has been archived