NuveveCryptoArchivedTop Origin Chains
    Updated 2022-10-28
    select
    substring(sender, 0, 4) as chain,
    count(tx_id) as tx_count
    from axelar.core.fact_transfers
    where transfer_type = 'IBC_TRANSFER_IN'
    group by chain
    order by tx_count desc
    Run a query to Download Data