hessPlatforms TVL
    Updated 2024-10-23
    select protocol,
    sum(chain_tvl) as tvl_usd
    from external.defillama.fact_protocol_tvl
    where chain in ('Sei','Sei-borrowed')
    and protocol != 'MYSO V2'
    and protocol != 'Uniswap V3'
    and date = current_date
    group by 1


    QueryRunArchived: QueryRun has been archived