lagandispenser34. the season of swapping
    Updated 2022-01-06
    with adresha as(Select from_address ,count(from_address) as number_of_swaps from thorchain.swaps Where block_timestamp >= current_date -30 Group by from_address order by number_of_swaps desc limit 1)
    Select * from adresha