LI.FIrestaking_whales
    Updated 2024-03-30
    -- forked from restaking @ https://flipsidecrypto.xyz/edit/queries/57a3ac74-0804-4eeb-9410-30c95d258148

    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
    from
    ethereum.price.ez_hourly_token_prices
    QueryRunArchived: QueryRun has been archived