adambalathe wallet with the most fee over 30 days ago
    Updated 2022-01-06

    select top 1 (from_address),sum(liq_fee_rune_usd) as fee_usd
    from thorchain.swaps
    Where block_timestamp::date>current_date-30
    group by from_address order by fee_usd desc