hessCurrent TVL (USD)
    Updated 2024-09-16
    with tvl as ( select *
    from external.defillama.fact_protocol_tvl
    where protocol ilike '%axelar%')

    select
    sum(chain_tvl) as tvl
    from tvl
    where date = current_date


    QueryRunArchived: QueryRun has been archived