lagandispenserUntitled Query
    Updated 2022-01-04
    with adressess as(Select from_address ,count(from_address) as number_of_swaps from thorchain.swaps
    Where block_timestamp >= current_date -30
    Group by 1 order by 2 desc limit 1)
    Select * from adressess