boomer77bnb1d2lly8mnl8egy69uhgnyjspdgh0294vgp7lp50
    Updated 2022-06-26
    select date_trunc('day', block_timestamp) as dt, sum(rune_amount)
    from thorchain.upgrades
    where from_address = 'bnb1d2lly8mnl8egy69uhgnyjspdgh0294vgp7lp50'
    group by 1
    Run a query to Download Data