LI.FIbungee_top_users_not_using_jumper
    Updated 2024-05-23
    -- forked from bungee_volume @ https://flipsidecrypto.xyz/edit/queries/ac947d23-a68b-440c-8f64-973e8e948450

    -- Volume made on Socket by Jumper users

    with prices as (
    select
    *,
    'arbitrum' as chain
    from
    arbitrum.price.ez_hourly_token_prices
    union
    all
    select
    *,
    'optimism' as chain
    from
    optimism.price.ez_hourly_token_prices
    union
    all
    select
    *,
    'bnb' as chain
    from
    bsc.price.ez_hourly_token_prices
    union
    all
    select
    *,
    'base' as chain
    from
    base.price.ez_hourly_token_prices
    union
    all
    select
    *,
    'ethereum' as chain
    QueryRunArchived: QueryRun has been archived