permaryAVG Gas bid and Paid on ARB
    Updated 2024-10-24
    select
    avg(gas_price_bid) as avg_gas_price_bid,
    avg(gas_price_paid) as avg_gas_price_paid,
    AVG(gas_used) as avg_gas_used
    from arbitrum.core.fact_transactions
    where block_timestamp >= '2024-01-01'
    and block_timestamp < '2025-01-01';


    QueryRunArchived: QueryRun has been archived