hess2024-03-08 03:43 PM copy
    Updated 2025-01-22
    select chain,
    date,
    tvl_usd
    from external.defillama.fact_chain_tvl
    where chain in ('Sei','Base','Avalanche','Arbitrum','Polygon','Aptos','Optimism')
    and date >= '2023-08-15'


    QueryRunArchived: QueryRun has been archived