theericstoneterra scratch
    Updated 2021-06-27
    --select * from terra.daily_balances
    -- where address in (
    select address from terra.validator_voting_power
    where block_timestamp > current_date - interval '2 days'
    order by block_timestamp limit 10
    /* )

    and date > current_date - interval '2 days'
    limit 20
    */