octavionotpunk1inch_jumper_volume
    Updated 2024-03-28
    -- forked from 1inch_jumper_volume @ https://flipsidecrypto.xyz/edit/queries/ba98ee14-65b1-4aa7-853c-310f5c131ae4


    -- JUMPER
    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