SocioCrypto2023-03-24 02:07 AM
    Updated 2023-03-24
    SELECT date,
    chain,
    tvl_usd
    FROM external.defillama.fact_chain_tvl
    where chain in ('Ethereum', 'Fantom', 'Avalanche', 'Optimism', 'Arbitrum','Polygon')
    and date >= '2023-01-01'
    Run a query to Download Data