hessTVL Per Chain
    Updated 2024-09-16
    with tvl as ( select *
    from external.defillama.fact_protocol_tvl
    where protocol ilike '%axelar%')

    select chain,
    chain_tvl
    from tvl
    where date = current_date - 1
    and chain_tvl > 0
    order by 2 desc



    QueryRunArchived: QueryRun has been archived