--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
*/