elvisUniswap adds and removes the past week
    Updated 2021-10-08
    SELECT
    count(tx_id) AS n_txn, action
    FROM uniswapv3.lp_actions
    WHERE block_timestamp >= getdate() - interval '7 days'
    GROUP BY action
    Run a query to Download Data