adambalathorchain wallet address with the most swap
    Updated 2022-01-06

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

    Run a query to Download Data