itsxenuxGas as a proxy of activity in 2022
    Updated 2022-06-04
    select
    sum(gas_used*gas_price/1e18) as eth_gas,
    count(tx_id) as txs,
    sum(fee_usd) as usd_fee
    from ethereum.transactions
    where to_label = 'sushiswap'
    and date(block_timestamp) >= '2022-01-01'

    Run a query to Download Data