tongzzezOsmosis Scavenger Hunt (July 6) transfer
    Updated 2022-07-08
    select *
    FROM
    -- osmosis.core.fact_transactions
    osmosis.core.fact_transfers
    WHERE
    sender = 'osmo1gme7m6gx0cewfpty2vet2gxz9a05tlupdlk3ky'
    or sender = 'cosmos1gme7m6gx0cewfpty2vet2gxz9a05tlup9y9pqk'
    and block_timestamp::date = '2022-07-07'
    -- order by
    -- block_timestamp desc

    -- limit 3
    Run a query to Download Data