permarySol TVL
    Updated 2024-10-17
    select *
    from external.defillama.fact_chain_tvl
    where chain ilike '%sol%'
    and date = current_date
    order by date desc;

    QueryRunArchived: QueryRun has been archived