winnie-fs2023-11-06 04:43 PM
    Updated 2023-11-22
    with

    A as( select date, tvl_usd as tvl
    from external.defillama.fact_chain_tvl
    where chain = 'Arbitrum')

    select * from A


    Run a query to Download Data