shadilTotal number of deposits
    Updated 2022-08-12
    select count(*) as total
    from flipside_prod_db.aave.deposits
    where block_timestamp::date >= '{{start_date}}' and block_timestamp::date <= '{{end_date}}'
    and aave_version = 'Aave V2'
    and symbol like '{{token_name}}'
    Run a query to Download Data