0xaimanUntitled Query
    Updated 2022-01-30
    with beth as (select date_trunc('day',block_timestamp) as date, sum(amount) as n_bETH_provided
    from anchor.collateral
    where event_type='provide' and contract_label='bETH mmCustody' and block_timestamp>'2021-11-01'
    group by 1
    ),

    price as (

    )


    Run a query to Download Data